| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_atempo: use ff_filter_process_command() | Paul B Mahol | 2019-10-14 | 1 | -17/+8 |
* | avfilter/af_atempo: Make ffplay display correct timestamps when seeking | Pavel Koshevoy | 2019-05-08 | 1 | -1/+10 |
* | lavfi/atempo: fix tempo range limit inconsistency | Pavel Koshevoy | 2018-10-04 | 1 | -4/+9 |
* | lavfi/atempo: raise max tempo limit (v2) | Pavel Koshevoy | 2018-06-14 | 1 | -3/+3 |
* | lavfi/atempo: Avoid false triggering an assertion failure | Pavel Koshevoy | 2017-09-06 | 1 | -0/+5 |
* | Revert "lavfi/atempo: avoid false triggering an assertion failure" | Pavel Koshevoy | 2017-09-06 | 1 | -2/+2 |
* | af_tempo: Add missing error check | Derek Buitenhuis | 2017-07-07 | 1 | -0/+2 |
* | avfilter: do not leak AVFrame on failed buffer allocation | Paul B Mahol | 2017-06-24 | 1 | -1/+3 |
* | avfilter: don't anonymously typedef structs | Paul B Mahol | 2017-05-13 | 1 | -2/+2 |
* | avfilter/af_atempo: fix drift calculation, ticket #6157 | Pavel Koshevoy | 2017-02-20 | 1 | -3/+3 |
* | lavfi/atempo: avoid false triggering an assertion failure | Pavel Koshevoy | 2016-12-19 | 1 | -2/+2 |
* | avfilter/af_atempo: add support for unknown channel layouts | Marton Balint | 2016-12-10 | 1 | -1/+1 |
* | avfilter/af_atempo: Make independent of the channel layout | Michael Niedermayer | 2016-09-06 | 1 | -2/+1 |
* | lavfi: remove FF_LINK_FLAG_REQUEST_LOOP. | Nicolas George | 2015-09-20 | 1 | -2/+0 |
* | avfilter: handle error in query_formats() in bunch of filters | Paul B Mahol | 2015-04-08 | 1 | -5/+8 |
* | avfilter/atempo: Flush all buffered input samples | Pavel Koshevoy | 2014-08-19 | 1 | -1/+7 |
* | lavfi/af_atempo: clear references before returning error. | Nicolas George | 2014-03-08 | 1 | -2/+2 |
* | 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 |