| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/sendcmd: improve error reporting and robustness in case of missing comm... | Stefano Sabatini | 2015-03-16 | 1 | -3/+6 |
* | avfilter/f_sendcmd: consider it an error if there are no commands | Michael Niedermayer | 2015-02-09 | 1 | -0/+5 |
* | avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in memory | Michael Niedermayer | 2014-12-14 | 1 | -4/+4 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -21/+21 |
* | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -2/+0 |
* | avfilter/f_sendcmd: make const arrays static const | Michael Niedermayer | 2013-08-10 | 1 | -1/+1 |
* | make the ordering of the return type and av_cold consistent | Michael Niedermayer | 2013-05-05 | 1 | -1/+1 |
* | lavfi/sendcmd: drop now pointless sendcmd/asendcmd_init() wrappers | Stefano Sabatini | 2013-04-21 | 1 | -14/+2 |
* | lavfi/sendcmd: fix various "in in" rerepepetitions in messages | Stefano Sabatini | 2013-04-21 | 1 | -3/+3 |
* | avfilter: Filter options that are used for both video and audio should have b... | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -2/+2 |
* | lavfi/sendcmd: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -11/+3 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -1/+1 |
* | lavfi/sendcmd: switch to filter_frame API | Stefano Sabatini | 2012-12-08 | 1 | -9/+7 |
* | lavfi/sendcmd: expose the options for both filters. | Clément Bœsch | 2012-11-29 | 1 | -6/+22 |
* | lavfi/sendcmd: add FLAGS to AVOption array. | Clément Bœsch | 2012-11-29 | 1 | -6/+6 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -35/+41 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -2/+2 |
* | lavfi/sendcmd: move buf init() variable to internal scope where it is used | Stefano Sabatini | 2012-10-23 | 1 | -2/+1 |
* | lavfi/sendcmd: release file in case of failed allocation | Stefano Sabatini | 2012-10-23 | 1 | -1/+3 |
* | lavfi: add asendcmd and sendcmd filters | Stefano Sabatini | 2012-09-23 | 1 | -0/+577 |