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

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-07avfilter/f_sendcmd: export width and height tooPaul B Mahol
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-09-19avfilter/f_sendcmd: Deduplicate AVClassesAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2020-06-19avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang
2020-03-13avfilter/f_sendcmd: add more useful variablesPaul B Mahol
2020-03-03avfilter/f_sendcmd: implement expr flagPaul B Mahol
2017-06-26avfilter: remove usage of empty headerPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-02-19avfilter/f_setcmd: fix null pointer dereference on using dash as intervalMarton Balint
2015-11-04all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde
2015-09-15avfilter/f_sendcmd: use the name 's' for the pointer to the private contextGanesh Ajjanagadde
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