Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-03-16lavfi/sendcmd: improve error reporting and robustness in case of missing comm...Stefano Sabatini
2015-02-09avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer
2014-12-14avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-08-10avfilter/f_sendcmd: make const arrays static constMichael Niedermayer
2013-05-05make the ordering of the return type and av_cold consistentMichael Niedermayer
2013-04-21lavfi/sendcmd: drop now pointless sendcmd/asendcmd_init() wrappersStefano Sabatini
2013-04-21lavfi/sendcmd: fix various "in in" rerepepetitions in messagesStefano Sabatini
2013-04-12avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-11lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-08lavfi/sendcmd: switch to filter_frame APIStefano Sabatini
2012-11-29lavfi/sendcmd: expose the options for both filters.Clément Bœsch
2012-11-29lavfi/sendcmd: add FLAGS to AVOption array.Clément Bœsch
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-10-24lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini
2012-10-24lavfi/sendcmd: release file in case of failed allocationStefano Sabatini
2012-09-23lavfi: add asendcmd and sendcmd filtersStefano Sabatini