| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484 | Pavel Koshevoy | 2013-04-21 | 1 | -17/+30 |
* | libavfilter/af_atempo: Fix uninitialized memory access | Pavel Koshevoy | 2013-04-21 | 1 | -1/+3 |
* | lavfi: remove now unused args parameter from AVFilter.init and init_opaque | Michael Niedermayer | 2013-04-12 | 1 | -1/+1 |
* | lavfi/atempo: switch to an AVOptions-based system. | Pavel Koshevoy | 2013-04-12 | 1 | -5/+15 |
* | lavfi: always check return value of ff_get_{audio,video}_buffer() | Paul B Mahol | 2013-04-08 | 1 | -0/+4 |
* | lavfi/af_atempo: simplify request_frame loop. | Nicolas George | 2013-04-03 | 1 | -8/+3 |
* | lavfi/atempo: raise filter_frame() error. | Clément Bœsch | 2013-03-13 | 1 | -7/+16 |
* | Merge commit '7e350379f87e7f74420b4813170fe808e2313911' | Michael Niedermayer | 2013-03-10 | 1 | -17/+11 |
* | lavfi: declare arrays that never change as static const | Paul B Mahol | 2012-12-21 | 1 | -1/+1 |
* | lavfi: convert remaining input/output list compound literals to named objects. | Clément Bœsch | 2012-11-28 | 1 | -16/+22 |
* | lavfi: replace filter_samples by filter_frame | Michael Niedermayer | 2012-11-28 | 1 | -4/+4 |
* | Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.h | Paul B Mahol | 2012-11-13 | 1 | -1/+1 |
* | lavfi/af_atempo: use av_malloc for rDFT buffers. | Nicolas George | 2012-08-29 | 1 | -11/+13 |
* | lavfi/atempo: remove dead increment. | Clément Bœsch | 2012-08-08 | 1 | -1/+0 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-09 | 1 | -1/+2 |
* | 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 |
* | libavfilter: improve atempo audio quality | Pavel Koshevoy | 2012-06-19 | 1 | -1/+1 |
* | lavfi: add atempo filter | Pavel Koshevoy | 2012-06-17 | 1 | -0/+1160 |