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-12lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch25-61/+52
2013-05-05Merge commit '093804a93cc5da3f95f98265a5df116912443cec'Michael Niedermayer11-17/+27
2013-05-04avfilter: Add av_cold attributes to init/uninit functionsDiego Biurrun11-17/+27
2013-04-22lavfi: add timeline support.Clément Bœsch21-4/+125
2013-04-12lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov30-40/+40
2013-04-11Merge commit 'b13623e184759f37348b8fdb1276b1bb408f3e59'Michael Niedermayer2-4/+2
2013-04-09lavfi: remove now unused args parameter from AVFilter.initAnton Khirnov34-41/+41
2013-04-09af_volume: switch to an AVOptions-based system.Anton Khirnov1-11/+2
2013-03-31lavfi/volume: use designated initializers for the sample_fmts declaration.Clément Bœsch1-6/+3
2013-03-31lavfi/volume: use copy props helper instead of incomplete manual code.Clément Bœsch1-1/+1
2013-03-20lavfi/af_volume: use standard options parsing.Nicolas George1-10/+4
2013-03-12Merge commit '7b89cd20d844cbe763ca34e63e99d110043cf241'Michael Niedermayer8-13/+26
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2013-03-08Replace remaining includes of audioconvert.h with channel_layout.hAnton Khirnov3-3/+3
2013-03-08lavfi: switch to AVFrame.Anton Khirnov59-942/+1061
2012-12-08lavfi: drop af_volume_stefano.c in favor of af_volume_justin.cStefano Sabatini6-263/+16
2012-12-06lavfi: rename af_volume to af_volume_stefanoMichael Niedermayer2-1/+1
2012-12-05x86: af_volume: add SSE2-optimized s16 volume scalingJustin Ruggles5-0/+102
2012-12-05lavfi: add volume filterJustin Ruggles7-1/+424
2012-11-28lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch48-761/+1038
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer41-134/+134
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol30-32/+31
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini23-24/+24
2012-07-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer45-339/+648
2012-06-26Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer65-118/+126
2012-06-16lavfi: update some deprecated functionsPaul B Mahol34-125/+145
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini28-145/+71
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer53-1807/+3405
2012-05-12lavfi: remove audio.h include from avfilter.h.Clément Bœsch16-2/+15
2012-05-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-1429/+2256
2012-01-05volume: remove duplicated condition.Clément Bœsch1-3/+1
2011-11-05Mark AVFilterPad[] compound literals as const.Reimar Döffinger54-123/+123
2011-11-05af_volume: exp10() is a GNU extension.Michael Niedermayer1-1/+1
2011-11-05lavfi: add volume filterStefano Sabatini6-2/+247