| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/buffersrc: fix directly setting channel layout | Rostislav Pehlivanov | 2017-02-21 | 1 | -5/+7 |
* | lavfi/buffersrc: push the frame deeper if requested. | Nicolas George | 2016-12-24 | 1 | -0/+25 |
* | lavfi: make filter_frame non-recursive. | Nicolas George | 2016-12-18 | 1 | -3/+3 |
* | Merge commit 'b3dd30db0b2d857147fc0e1461a00bd6172a26a3' | Derek Buitenhuis | 2016-02-24 | 1 | -2/+69 |
|\ |
|
| * | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 1 | -9/+86 |
* | | Merge commit 'c084d6d2cfb570b10d8784eb20cc696dfb7c5605' | Derek Buitenhuis | 2016-02-17 | 1 | -2/+2 |
|\| |
|
| * | buffersrc: default SAR to 0 (unknown) rather than 1 | Anton Khirnov | 2016-02-14 | 1 | -1/+1 |
* | | Merge commit 'fb25d99b0a5e21fb8cc184c7a9d3736387778266' | Derek Buitenhuis | 2016-02-16 | 1 | -1/+4 |
|\| |
|
| * | buffersrc: do not discard the error from ff_filter_frame() | Anton Khirnov | 2016-02-12 | 1 | -1/+1 |
| * | buffersrc: accept the frame rate as argument. | Nicolas George | 2015-11-09 | 1 | -0/+3 |
| * | buffersrc: Improve initialization log message | Vittorio Giovara | 2015-09-13 | 1 | -1/+4 |
* | | avfilter/all: propagate errors of functions from avfilter/formats | Ganesh Ajjanagadde | 2015-10-14 | 1 | -10/+14 |
* | | Remove left-over FF_API_AVFILTERBUFFER cruft | Hendrik Leppkes | 2015-09-05 | 1 | -1/+0 |
* | | Merge commit 'f6974fe651d29ef6eb68d66d73f7b6c011062aa0' | Hendrik Leppkes | 2015-09-05 | 1 | -121/+0 |
|\| |
|
| * | lavfi: Drop deprecated AVFilterBuffer* code | Vittorio Giovara | 2015-08-28 | 1 | -108/+0 |
| * | buffersrc: Use the correct deallocation function | Federico Tomassetti | 2015-04-22 | 1 | -1/+1 |
* | | avfilter/buffersrc: Use correct, matching deallocation function | Michael Niedermayer | 2015-04-20 | 1 | -1/+1 |
* | | Merge commit '617814b4a717b38add5ccb8dd200dbb655f98f09' | Michael Niedermayer | 2015-04-20 | 1 | -0/+1 |
|\| |
|
| * | buffersrc: Fix resource leak on error | Federico Tomassetti | 2015-04-19 | 1 | -0/+1 |
| * | buffersrc: avoid using AV_PIX_FMT_NB | Anton Khirnov | 2014-05-26 | 1 | -1/+1 |
* | | avfilter/buffersrc: add context to av_log() call | Michael Niedermayer | 2014-12-06 | 1 | -1/+1 |
* | | avfilter/buffersrc: reindent | Clément Bœsch | 2014-06-29 | 1 | -7/+7 |
* | | avcodec/buffersrc: use av_mallocz_array() | Michael Niedermayer | 2014-05-12 | 1 | -1/+1 |
* | | lavfi: use av_fifo_freep | Lukasz Marek | 2014-05-07 | 1 | -2/+1 |
* | | Merge commit '58400ac133bcfb6bf8196b4e5208bc178307739b' | Michael Niedermayer | 2014-04-19 | 1 | -1/+1 |
|\| |
|
| * | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 1 | -1/+1 |
* | | Merge commit '104a97beaffa6348e6fd2c2d07d67c1402322bb3' | Michael Niedermayer | 2014-01-17 | 1 | -3/+15 |
|\| |
|
| * | buffersrc: handle non-refcounted frames in av_buffersrc_add_frame() correctly | Anton Khirnov | 2014-01-17 | 1 | -3/+15 |
* | | lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt option | Stefano Sabatini | 2013-12-26 | 1 | -6/+3 |
* | | lavfi/buffersrc: set min and max values for pix_fmt option | Stefano Sabatini | 2013-12-16 | 1 | -1/+1 |
* | | 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 |
* | | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91' | Michael Niedermayer | 2013-08-03 | 1 | -0/+3 |
|\| |
|
| * | Disable deprecation warnings for cases where a replacement is available | Diego Biurrun | 2013-08-02 | 1 | -0/+3 |
| * | lavfi: add attribute_align_arg to all public entry points | Hendrik Leppkes | 2013-07-26 | 1 | -1/+1 |
| * | lavfi: let gcc realign the stack on public graph driving functions | Hendrik Leppkes | 2013-05-04 | 1 | -1/+2 |
| * | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-09 | 1 | -2/+2 |
| * | buffersrc: switch to an AVOptions-based system. | Anton Khirnov | 2013-04-09 | 1 | -29/+42 |
* | | lavfi: add attribute_align_arg to all public entry points | Hendrik Leppkes | 2013-07-26 | 1 | -5/+5 |
* | | lavfi/buffersrc: remove unused item from BufferSourceContext | Paul B Mahol | 2013-07-26 | 1 | -1/+0 |
* | | lavfi/buffersrc: fix failed requests count. | Nicolas George | 2013-04-17 | 1 | -0/+2 |
* | | lavfi: remove now unused args parameter from AVFilter.init | Anton Khirnov | 2013-04-12 | 1 | -2/+2 |
* | | abuffer: switch to an AVOptions-based shorthand system. | Michael Niedermayer | 2013-04-12 | 1 | -5/+1 |
* | | buffersrc: switch to an AVOptions-based shorthand system. | Michael Niedermayer | 2013-04-12 | 1 | -5/+1 |
* | | lavfi/buffersrc: update for compatibility with the fork. | Nicolas George | 2013-04-11 | 1 | -79/+53 |
* | | Merge commit '6599b087de62a5f9f2a8d61a1952d777d1bff804' | Michael Niedermayer | 2013-03-20 | 1 | -2/+2 |
|\| |
|
| * | buffersrc: fix a typo. | Anton Khirnov | 2013-03-19 | 1 | -1/+1 |
| * | lavc, lavfi: fix counting number of planes in AVBufferRef wrappers | Anton Khirnov | 2013-03-19 | 1 | -2/+2 |
* | | buffersrc: fix w/h error | Michael Niedermayer | 2013-03-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'cigaes/master' | Michael Niedermayer | 2013-03-17 | 1 | -3/+12 |
|\ \ |
|