| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ |
|
| * | | lavfi/buffersrc: disable deprecated warnings. | Nicolas George | 2013-03-17 | 1 | -0/+6 |
| * | | lavfi/buffersrc: check channel count changes. | Nicolas George | 2013-03-17 | 1 | -3/+3 |
| * | | lavfi/buffersrc: set channel layout if it is known. | Nicolas George | 2013-03-17 | 1 | -0/+3 |
* | | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-03-17 | 1 | -2/+2 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappers | Anton Khirnov | 2013-03-17 | 1 | -2/+2 |
* | | lavfi: let gcc realign the stack on public graph driving functions | Hendrik Leppkes | 2013-03-16 | 1 | -2/+2 |
* | | lavfi/buffersrc: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -5/+1 |
* | | lavfi/buffersrc: do not dereference NULL frame. | Nicolas George | 2013-03-10 | 1 | -2/+2 |
* | | lavfi/buffersrc: implement flags. | Nicolas George | 2013-03-10 | 1 | -13/+27 |
* | | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -90/+192 |
|\| |
|
| * | lavfi: switch to AVFrame. | Anton Khirnov | 2013-03-08 | 1 | -63/+137 |
| * | lavfi: merge start_frame/draw_slice/end_frame | Anton Khirnov | 2012-11-28 | 1 | -14/+1 |
* | | lavfi/buffersrc: set channel layout if it is known. | Nicolas George | 2013-02-21 | 1 | -0/+4 |
* | | lavfi/buffersrc: forward filter_frame errors. | Nicolas George | 2013-01-31 | 1 | -4/+1 |
* | | lavfi/buffersrc: accept unknown channel layouts. | Nicolas George | 2013-01-26 | 1 | -1/+26 |
* | | lavfi/buffersrc: remove init of rate and layout. | Nicolas George | 2012-12-20 | 1 | -2/+0 |
* | | buffersrc: switch to filter_frame | Anton Khirnov | 2012-11-29 | 1 | -14/+1 |
* | | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
* | | Merge commit '97bf7c03b1338a867da52c159a2afecbdedcfa88' | Michael Niedermayer | 2012-11-12 | 1 | -7/+6 |
|\| |
|
| * | Include libavutil/channel_layout.h instead of libavutil/audioconvert.h | Justin Ruggles | 2012-11-11 | 1 | -7/+6 |
* | | libavfilter/buffersrc: Do not fail hard on changes of input parameters. | Michael Niedermayer | 2012-10-17 | 1 | -2/+1 |