summaryrefslogtreecommitdiffstats
path: root/libavfilter/f_sendcmd.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: remove usage of empty headerPaul B Mahol2017-06-261-1/+0
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-3/+3
* avfilter/f_setcmd: fix null pointer dereference on using dash as intervalMarton Balint2017-02-191-0/+7
* all: use FFDIFFSIGN to resolve possible undefined behavior in comparatorsGanesh Ajjanagadde2015-11-031-5/+1
* avfilter/f_sendcmd: use the name 's' for the pointer to the private contextGanesh Ajjanagadde2015-09-151-18/+18
* lavfi/sendcmd: improve error reporting and robustness in case of missing comm...Stefano Sabatini2015-03-161-3/+6
* avfilter/f_sendcmd: consider it an error if there are no commandsMichael Niedermayer2015-02-091-0/+5
* avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memoryMichael Niedermayer2014-12-141-4/+4
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-2/+2
* avfilter: various cosmeticsPaul B Mahol2013-09-121-21/+21
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-2/+0
* avfilter/f_sendcmd: make const arrays static constMichael Niedermayer2013-08-101-1/+1
* make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-051-1/+1
* lavfi/sendcmd: drop now pointless sendcmd/asendcmd_init() wrappersStefano Sabatini2013-04-211-14/+2
* lavfi/sendcmd: fix various "in in" rerepepetitions in messagesStefano Sabatini2013-04-211-3/+3
* avfilter: Filter options that are used for both video and audio should have b...Michael Niedermayer2013-04-121-1/+1
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-2/+2
* lavfi/sendcmd: switch to an AVOptions-based system.Clément Bœsch2013-04-111-11/+3
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-1/+1
* lavfi/sendcmd: switch to filter_frame APIStefano Sabatini2012-12-081-9/+7
* lavfi/sendcmd: expose the options for both filters.Clément Bœsch2012-11-291-6/+22
* lavfi/sendcmd: add FLAGS to AVOption array.Clément Bœsch2012-11-291-6/+6
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-35/+41
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-2/+2
* lavfi/sendcmd: move buf init() variable to internal scope where it is usedStefano Sabatini2012-10-231-2/+1
* lavfi/sendcmd: release file in case of failed allocationStefano Sabatini2012-10-231-1/+3
* lavfi: add asendcmd and sendcmd filtersStefano Sabatini2012-09-231-0/+577
OpenPOWER on IntegriCloud