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-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol31-39/+0
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-10lavfi/thumbnail: switch to an AVOptions-based system.Clément Bœsch3-7/+2
2013-03-24lavfi/thumbnail: add support for named options.Clément Bœsch3-17/+36
2013-03-17lavfi/thumbnail: replace frame unref with free.Clément Bœsch1-2/+2
2013-03-13lavfi/thumbnail: support flushing.Clément Bœsch2-37/+64
2013-03-13lavfi/thumbnail: remove unecessary poll_frame() callback.Clément Bœsch1-23/+0
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2012-11-29lavfi/thumbnail: re-use ctx instead of inlink->dst.Clément Bœsch1-2/+2
2012-11-29lavfi/thumbnail: use avfilter_unref_bufferp() where appropriate.Clément Bœsch1-6/+3
2012-11-29lavfi/thumbnail: switch to filter_frame.Clément Bœsch1-32/+16
2012-11-28lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch48-761/+1038
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer373-3410/+3414
2012-08-17vf_thumbnail: fix permissions.Nicolas George1-1/+1
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer64-376/+764
2012-07-21vf_thumbnail: prevent premature freeing of refMichael Niedermayer1-0/+1
2012-07-15lavfi: decrease logging level of message showing initial parametersStefano Sabatini23-24/+24
2012-07-07lavfi: do not pass opaque field to init functionsStefano Sabatini8-8/+8
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer44-279/+1314
2012-06-16lavfi: update some deprecated functionsPaul B Mahol34-125/+145
2012-03-17vf_thumbnail: forward request_frame at least once.Nicolas George1-2/+2
2012-02-02lavfi/thumbnail: rename @url to @see.Clément Bœsch1-1/+1
2011-12-27thumbnail: fix error code in case of invalid args.Clément Bœsch1-1/+1
2011-12-27lavfi: add thumbnail video filter.Clément Bœsch5-0/+266