| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/split: check ff_insert_outpad() for failure | Paul B Mahol | 2017-08-25 | 1 | -2/+5 |
* | lavfi: make filter_frame non-recursive. | Nicolas George | 2016-12-18 | 1 | -1/+4 |
* | avfilter/formats: allow unknown channel layouts by default | Marton Balint | 2016-12-10 | 1 | -1/+0 |
* | avfilter: Add AV_OPT_FLAG_FILTERING_PARAM to where it was missing | Michael Niedermayer | 2016-04-21 | 1 | -1/+1 |
* | avfilter/split: support any channel count for asplit filter | Paul B Mahol | 2016-02-05 | 1 | -0/+2 |
* | lavfi: replace link.closed by link.status. | Nicolas George | 2015-12-22 | 1 | -1/+1 |
* | lavfi: check av_strdup() return value | Paul B Mahol | 2015-01-06 | 1 | -0/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -2/+2 |
|\ |
|
| * | lavfi: do not export the filters from shared objects | Anton Khirnov | 2013-10-28 | 1 | -2/+2 |
* | | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -30/+22 |
* | | avfilter: remove redundant .get_(audio/video)_buffer initializations | Paul B Mahol | 2013-09-07 | 1 | -2/+0 |
* | | Merge commit '093804a93cc5da3f95f98265a5df116912443cec' | Michael Niedermayer | 2013-05-05 | 1 | -2/+3 |
|\| |
|
| * | avfilter: Add av_cold attributes to init/uninit functions | Diego Biurrun | 2013-05-04 | 1 | -2/+3 |
* | | Merge commit '949c603ed9210df0e1b8e1aa82c71b93543d8071' | Michael Niedermayer | 2013-05-01 | 1 | -1/+1 |
|\| |
|
| * | vf_split: fix description | Anton Khirnov | 2013-04-30 | 1 | -1/+1 |
* | | lavfi/split: use AVFILTER_DEFINE_CLASS to define class | Stefano Sabatini | 2013-04-16 | 1 | -12/+4 |
* | | lavfi/split: fix minor documentation issues | Stefano Sabatini | 2013-04-15 | 1 | -1/+1 |
* | | Merge commit '7cdd737ba81b5c2c9521c4509edf0ac315fabc65' | Michael Niedermayer | 2013-04-12 | 1 | -0/+4 |
|\| |
|
| * | lavfi: mark filters with dynamic number of inputs or outputs with special flags | Anton Khirnov | 2013-04-11 | 1 | -0/+4 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -1/+1 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -1/+1 |
* | | Merge commit '73d5d405d424c06f3f354337cfdb24794932094d' | Michael Niedermayer | 2013-04-11 | 1 | -11/+37 |
|\| |
|
| * | split: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -11/+37 |
* | | lavfi: remove remaining forgotten min/rej perms. | Clément Bœsch | 2013-03-10 | 1 | -1/+0 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -4/+4 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -3/+3 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -55/+9 |
* | | libavfilter/split: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -59/+9 |
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | | Merge commit '4436f25a1682ada3f7226cb6fadf429946933161' | Michael Niedermayer | 2012-10-11 | 1 | -12/+24 |
|\| |
|
| * | lavfi: convert input/ouput list compound literals to named objects | Mans Rullgard | 2012-10-10 | 1 | -12/+24 |
* | | Merge commit '23aae62c2cb4504a09ceb8cd0cabc1c8b260f521' | Michael Niedermayer | 2012-09-18 | 1 | -2/+2 |
|\| |
|
| * | lavfi: replace empty input/output lists with null pointers | Mans Rullgard | 2012-09-17 | 1 | -2/+2 |
* | | lavfi/split: handle closed outputs. | Nicolas George | 2012-08-22 | 1 | -4/+12 |
* | | split: set rej_perms = AV_PERM_WRITE on outputs. | Nicolas George | 2012-08-17 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-16 | 1 | -0/+4 |
|\| |
|
| * | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-22 | 1 | -15/+36 |
|\| |
|
| * | lavfi: check all avfilter_ref_buffer() calls for errors. | Anton Khirnov | 2012-07-22 | 1 | -4/+13 |
| * | lavfi: add error handling to end_frame(). | Anton Khirnov | 2012-07-22 | 1 | -4/+8 |
| * | lavfi: add error handling to draw_slice(). | Anton Khirnov | 2012-07-22 | 1 | -4/+8 |
| * | lavfi: add error handling to start_frame(). | Anton Khirnov | 2012-07-22 | 1 | -5/+9 |
* | | Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea' | Michael Niedermayer | 2012-07-22 | 1 | -8/+8 |
|\| |
|
| * | lavfi: use const for AVFilterPad declarations in all filters. | Ronald S. Bultje | 2012-07-21 | 1 | -8/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-21 | 1 | -2/+0 |
|\| |
|
| * | lavfi: unref AVFilterLink.cur_buf in ff_end_frame(). | Anton Khirnov | 2012-07-20 | 1 | -2/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -5/+9 |
|\| |
|
| * | lavfi: add error handling to filter_samples(). | Anton Khirnov | 2012-07-09 | 1 | -5/+9 |
| * | asplit: don't leak the input buffer. | Anton Khirnov | 2012-07-09 | 1 | -0/+1 |
* | | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
|\| |
|