| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -1/+0 |
* | avfilter/asetnsamples: use AV_OPT_TYPE_BOOL for pad with zeros option | Clément Bœsch | 2015-09-08 | 1 | -2/+2 |
* | avfilter/af_asetnsamples: fix pts handling when timebase and 1/samplerate differ | Michael Niedermayer | 2014-06-14 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | avfilter: various cosmetics | Paul B Mahol | 2013-09-12 | 1 | -12/+12 |
* | avfilter/af_asetnsamples: remove .needs_writable as it is not required | Paul B Mahol | 2013-09-07 | 1 | -1/+0 |
* | lavfi/asetnsamples: unbreak for >8 channels | Paul B Mahol | 2013-07-13 | 1 | -3/+2 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/asetnsamples: switch to an AVOptions-based system. | Clément Bœsch | 2013-04-11 | 1 | -12/+5 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -1/+2 |
* | lavfi/af_asetnsamples: simplify request_frame loop. | Nicolas George | 2013-04-03 | 1 | -8/+2 |
* | lavfi/af_asetnsamples: fix EOF handling. | Nicolas George | 2013-04-01 | 1 | -3/+2 |
* | lavfi/asetnsamples: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -5/+9 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -12/+12 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -21/+23 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -3/+3 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9' | Michael Niedermayer | 2012-09-05 | 1 | -4/+4 |
* | lavfi: add priv class to filter definitions and flags to filter internal options | Stefano Sabatini | 2012-08-18 | 1 | -4/+6 |
* | lavfi/asetnsamples: push as many frames as ready | Andrey Utkin | 2012-08-14 | 1 | -1/+1 |
* | Remove "Error parsing options string [...]" messages. | Clément Bœsch | 2012-08-09 | 1 | -3/+1 |
* | lavfi: decrease logging level of message showing initial parameters | Stefano Sabatini | 2012-07-15 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -2/+3 |
* | Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a' | Michael Niedermayer | 2012-06-26 | 1 | -1/+1 |
* | lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.h | Stefano Sabatini | 2012-06-25 | 1 | -0/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
* | lavfi: define macro AVFILTER_DEFINE_CLASS | Stefano Sabatini | 2012-06-22 | 1 | -9/+4 |
* | lavfi: use designated initializers for AVClass | Paul B Mahol | 2012-06-17 | 1 | -3/+5 |
* | lavfi: add asetnsamples audio filter | Stefano Sabatini | 2012-06-16 | 1 | -0/+206 |