summaryrefslogtreecommitdiff
path: root/libavfilter/f_sendcmd.c
Commit message (Expand)AuthorAge
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter/f_sendcmd: Deduplicate AVClassesAndreas Rheinhardt2021-09-19
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter: add D2TS, TS2D, TS2T as a common macro in internal.hLimin Wang2020-06-19
* avfilter/f_sendcmd: add more useful variablesPaul B Mahol2020-03-13
* avfilter/f_sendcmd: implement expr flagPaul B Mahol2020-03-03
* avfilter: remove usage of empty headerPaul B Mahol2017-06-26
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/f_setcmd: fix null pointer dereference on using dash as intervalMarton Balint2017-02-19
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-03
* avfilter/f_sendcmd: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-15
* lavfi/sendcmd: improve error reporting and robustness in case of missing comm...Stefano Sabatini2015-03-16
* avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer2015-02-09
* avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-14
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* avfilter/f_sendcmd: make const arrays static constMichael Niedermayer2013-08-10
* make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-05
* lavfi/sendcmd: drop now pointless sendcmd/asendcmd_init() wrappersStefano Sabatini2013-04-21
* lavfi/sendcmd: fix various "in in" rerepepetitions in messagesStefano Sabatini2013-04-21
* avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer2013-04-12
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2013-04-11
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi/sendcmd: switch to filter_frame APIStefano Sabatini2012-12-08
* lavfi/sendcmd: expose the options for both filters.Clément Bœsch2012-11-29
* lavfi/sendcmd: add FLAGS to AVOption array.Clément Bœsch2012-11-29
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini2012-10-23
* lavfi/sendcmd: release file in case of failed allocationStefano Sabatini2012-10-23
* lavfi: add asendcmd and sendcmd filtersStefano Sabatini2012-09-23