summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer145-176/+176
2013-10-28lavfi: do not export the filters from shared objectsAnton Khirnov56-69/+69
2013-09-21avfilter: remove duplicate includesMichael Niedermayer9-9/+0
2013-09-21lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol3-3/+3
2013-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-08-03avfilter: fix plane validity checksMichael Niedermayer11-14/+14
2013-07-08lavfi/pad: use FFSIGNPaul B Mahol1-3/+2
2013-05-17lavfi/pad: switch to AV_OPT_TYPE_COLORPaul B Mahol1-13/+1
2013-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer3-227/+227
2013-05-16vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov1-74/+74
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-10Merge commit '40c885c589808455a1c4b473509f1e6cd4908f55'Michael Niedermayer3-32/+25
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_pad: switch to an AVOptions-based system.Anton Khirnov2-51/+63
2013-03-20lavfi/vf_pad: use standard options parsing.Nicolas George1-15/+3
2013-03-18lavfi/pad: fix horizontal/vertical shift confusion.Clément Bœsch1-3/+3
2013-03-10vf_pad: fix a & instead of && typoXi Wang1-1/+1
2013-03-10lavfi/pad: avoid buffer overflow in buffer_needs_copy()Xi Wang1-1/+1
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-02-03lavfi/pad: add support to named optionsStefano Sabatini3-52/+84
2012-11-28vf_pad: switch to filter_frameMichael Niedermayer1-94/+47
2012-11-28lavfi: merge start_frame/draw_slice/end_frameAnton Khirnov55-1458/+632
2012-10-11Merge commit '4436f25a1682ada3f7226cb6fadf429946933161'Michael Niedermayer60-564/+1158
2012-10-10lavfi: convert input/ouput list compound literals to named objectsMans Rullgard51-556/+1146
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-10-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer77-293/+269
2012-10-06vf_pad/scale: use double precision for aspect ratios.Anton Khirnov2-3/+3
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer247-79/+550
2012-08-15Don't include common.h from avutil.hMartin Storsjö238-2/+346
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-22Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer55-710/+732
2012-07-22lavfi: check all ff_get_video_buffer() calls for errors.Anton Khirnov7-0/+23
2012-07-22lavfi: add error handling to end_frame().Anton Khirnov26-76/+126
2012-07-22lavfi: add error handling to draw_slice().Anton Khirnov30-72/+128
2012-07-22lavfi: add error handling to start_frame().Anton Khirnov26-99/+209
2012-07-21lavfi: use const for AVFilterPad declarations in all filters.Ronald S. Bultje47-517/+523
2012-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer30-65/+33
2012-07-20lavfi: unref AVFilterLink.out_buf in ff_end_frame().Anton Khirnov10-13/+1
2012-07-20lavfi: unref AVFilterLink.cur_buf in ff_end_frame().Anton Khirnov17-20/+5
2012-07-20vf_pad: don't give up its own reference to the output buffer.Anton Khirnov1-1/+4
2012-06-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer39-135/+169
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-26lavfi: make filters less verbose.Anton Khirnov26-38/+37
2012-06-26lavfi: remove 'opaque' parameter from AVFilter.init()Anton Khirnov44-60/+57
2012-06-15vf_pad: check that we have write permission before writing in the buffer.Michael Niedermayer1-1/+1
2012-06-13Merge remote-tracking branch 'qatar/master'Michael Niedermayer68-220/+757
2012-06-13lavfi: make AVFilterPad opaque after two major bumps.Anton Khirnov39-6/+179
2012-06-13lavfi: make avfilter_get_video_buffer() private on next bump.Anton Khirnov18-44/+53
[next]