summaryrefslogtreecommitdiff
path: root/libavfilter/af_atempo.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484Pavel Koshevoy2013-04-21
* libavfilter/af_atempo: Fix uninitialized memory accessPavel Koshevoy2013-04-21
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-12
* lavfi/atempo: switch to an AVOptions-based system.Pavel Koshevoy2013-04-12
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-08
* lavfi/af_atempo: simplify request_frame loop.Nicolas George2013-04-03
* lavfi/atempo: raise filter_frame() error.Clément Bœsch2013-03-13
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-28
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-28
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-13
* lavfi/af_atempo: use av_malloc for rDFT buffers.Nicolas George2012-08-29
* lavfi/atempo: remove dead increment.Clément Bœsch2012-08-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-09
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-26
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-25
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-24
* libavfilter: improve atempo audio qualityPavel Koshevoy2012-06-19
* lavfi: add atempo filterPavel Koshevoy2012-06-17