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-07-18lavf/concat: Never fail for sample aspect ratio 0:1.Carl Eugen Hoyos1-1/+4
2013-07-15avfilter/avf_concat: fix AVOption flags typoMichael Niedermayer1-1/+1
2013-04-13lavfi: flag more dynamic i/o filters.Clément Bœsch4-0/+5
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-11lavfi/concat: switch to an AVOptions-based system.Clément Bœsch3-4/+3
2013-03-20lavfi/avf_concat: use standard options parsing.Nicolas George1-9/+3
2013-03-20lavfi/concat: fix silence duration computation.Nicolas George1-6/+10
2013-03-13lavfi/concat: raise filter_frame() error.Clément Bœsch1-19/+32
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2012-12-29avf_concat: init pointers to NULL for saftey and to avoid warning of uninitia...Michael Niedermayer1-2/+2
2012-11-29lavfi/concat: prefer av_asprintf() over stack allocated buffer.Clément Bœsch1-5/+3
2012-11-29lavfi/concat: switch to filter_frame.Clément Bœsch1-34/+2
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-28lavfi/concat: implement unsafe mode.Nicolas George2-1/+9
2012-10-17lavfi/avf_concat: fix invalid exclusive test.Nicolas George1-1/+1
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer109-527/+523
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini30-224/+291
2012-08-17avf_concat: fix permissions.Nicolas George1-2/+1
2012-07-28avf_concat: fix silence duration.Nicolas George1-1/+1
2012-07-28avf_concat: fix min value for v option.Nicolas George1-1/+1
2012-07-23lavfi: add concat filter.Nicolas George5-0/+521