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-09-12avfilter: various cosmeticsPaul B Mahol109-896/+750
2013-09-03Update copyrights where my email appears with the new one.Clément Bœsch6-6/+6
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-12af_pan: avoid spaces before % to avoid possible issues with MSVCMichael Niedermayer1-9/+10
2013-04-12af_pan: switch to an AVOptions-based shorthand system.Michael Niedermayer2-5/+18
2013-04-12af_pan: fix parsing arguments from the example in the documentationСерж Нискородов1-1/+1
2013-04-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol11-1/+25
2013-03-15avfilter: avoid direct access to AVFrame.channelsMichael Niedermayer7-8/+8
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2012-12-20lavfi: add a channels field to AVFilterLink.Nicolas George6-2/+22
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-10-12af_pan: fix memleak of argMichael Niedermayer1-9/+18
2012-09-15af_pan: Fix sscanf formats to work with buggy sscanf implementationsHendrik Leppkes1-4/+5
2012-08-02amerge/astreamsync/pan: fix license boilerplate.Nicolas George3-3/+3
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-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini11-1/+10
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
2012-06-16lavfi: update some deprecated functionsPaul B Mahol34-125/+145
2012-05-18pan: use ff_parse_channel_layout() instead of av_get_channel_layout().Clément Bœsch1-6/+5
2012-05-17lavfi/pan: add supported sample rates to avoid a crash.Clément Bœsch1-0/+6
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-02-22af_pan: remove dual double/int storage of gain.Nicolas George1-23/+9
2012-02-20af_pan: move query_format before config_props.Nicolas George1-23/+23
2012-02-20af_pan: remove the indirect function call.Nicolas George1-16/+1
2012-02-20af_pan: reindent after last commit.Nicolas George1-23/+21
2012-02-20af_pan: use libswr for rematrixing.Nicolas George2-50/+24
2012-02-15af_pan: comment a tricky piece of code.Nicolas George1-0/+4
2012-02-15pan: fix uninitialized channel_id variable.Clément Bœsch1-1/+1
2012-02-02lavfi/pan: copy ref props after filtering samples.Clément Bœsch1-0/+4
2012-01-24pan: drop unecessary includes.Clément Bœsch1-2/+0
2012-01-24pan: move query_formats() to avoid forward declarations.Clément Bœsch1-37/+34
2012-01-24pan: reindent after remap commit.Clément Bœsch1-21/+21
2012-01-24pan: add channel mapping capability.Clément Bœsch4-7/+174
2012-01-24pan: raise correct error when there is no param specified.Clément Bœsch1-0/+6
2012-01-19lavfi: add missing periods in descriptions.Clément Bœsch5-5/+5
2011-11-18lavfi: reimplement MPlayer's af_pan filter for libavfilter.Clément Bœsch6-2/+359