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-08-10avfilter/f_sendcmd: make const arrays static constMichael Niedermayer1-1/+1
2013-05-05make the ordering of the return type and av_cold consistentMichael Niedermayer3-4/+4
2013-04-21lavfi/sendcmd: drop now pointless sendcmd/asendcmd_init() wrappersStefano Sabatini1-14/+2
2013-04-21lavfi/sendcmd: fix various "in in" rerepepetitions in messagesStefano Sabatini1-3/+3
2013-04-12avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer3-3/+3
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer50-70/+71
2013-04-11lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2-13/+3
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer124-1926/+1820
2012-12-08lavfi/sendcmd: switch to filter_frame APIStefano Sabatini1-9/+7
2012-11-28lavfi/sendcmd: expose the options for both filters.Clément Bœsch1-6/+22
2012-11-28lavfi/sendcmd: add FLAGS to AVOption array.Clément Bœsch1-6/+6
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-10-23lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini1-2/+1
2012-10-23lavfi/sendcmd: release file in case of failed allocationStefano Sabatini1-1/+3
2012-09-22lavfi: add asendcmd and sendcmd filtersStefano Sabatini6-2/+715