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-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-05-27lavfi/ocv: make use of AVFILTER_DEFINE_CLASSPaul B Mahol1-7/+2
2013-05-16Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer4-99/+99
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer40-94/+13
2013-05-16vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov1-26/+26
2013-05-15Remove commented-out debug #define cruftDiego Biurrun43-103/+0
2013-04-12avfilter: add missing AV_OPT_FLAG_FILTERING_PARAMMichael Niedermayer4-4/+4
2013-04-12lavfi/ocv: fix crash with no dilate arguments.Clément Bœsch1-6/+7
2013-04-12lavfi/ocv: fix crash with no filter name specified.Clément Bœsch1-0/+4
2013-04-12lavfi/ocv: fix build after fd6228e65.Clément Bœsch1-5/+5
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-10Merge commit 'ee0e8d4b15a87932ab6066cd6eae3cab08726319'Michael Niedermayer3-23/+45
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09vf_libopencv: switch to an AVOptions-based system.Anton Khirnov3-23/+44
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2013-03-07Use the avstring.h locale-independent character type functionsReimar Döffinger23-52/+47
2013-03-03lavfi/opencv: isgraph -> av_isgraph.Clément Bœsch1-1/+1
2012-11-28vf_libopencv: switch to filter_frame, this filter did not support slicesAnton Khirnov1-18/+17
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-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov296-2493/+2494
2012-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer16-85/+614
2012-08-16Add missing includes for code relying on external librariesMartin Storsjö7-0/+16
2012-08-04cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2-3/+3
2012-08-03Fix misc swapped dot and carriage returns in av_log calls.Clément Bœsch2-3/+3
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-22Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer55-710/+732
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-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-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-10vf_libopencv: add missing headers.Anton Khirnov1-0/+2
2012-06-06lavfi/ocv: fix compilation after internalization of public functionsStefano Sabatini1-0/+2
2012-06-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer71-983/+1273
2012-06-05lavfi: remove request/poll and drawing functions from public API on next bumpAnton Khirnov45-176/+235
2012-06-05lavfi: make formats API private on next bump.Anton Khirnov35-210/+307
2011-11-05Mark AVFilterPad[] compound literals as const.Reimar Döffinger54-123/+123
[next]