summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_atempo.c
Commit message (Expand)AuthorAgeFilesLines
* lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol2013-04-081-0/+4
* lavfi/af_atempo: simplify request_frame loop.Nicolas George2013-04-031-8/+3
* lavfi/atempo: raise filter_frame() error.Clément Bœsch2013-03-131-7/+16
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-17/+11
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-16/+22
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-4/+4
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lavfi/af_atempo: use av_malloc for rDFT buffers.Nicolas George2012-08-291-11/+13
* lavfi/atempo: remove dead increment.Clément Bœsch2012-08-081-1/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-1/+2
* Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer2012-06-261-1/+1
* lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini2012-06-251-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+1
* libavfilter: improve atempo audio qualityPavel Koshevoy2012-06-191-1/+1
* lavfi: add atempo filterPavel Koshevoy2012-06-171-0/+1160
OpenPOWER on IntegriCloud