summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_atempo.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_atempo: use ff_filter_process_command()Paul B Mahol2019-10-141-17/+8
* avfilter/af_atempo: Make ffplay display correct timestamps when seekingPavel Koshevoy2019-05-081-1/+10
* lavfi/atempo: fix tempo range limit inconsistencyPavel Koshevoy2018-10-041-4/+9
* lavfi/atempo: raise max tempo limit (v2)Pavel Koshevoy2018-06-141-3/+3
* lavfi/atempo: Avoid false triggering an assertion failurePavel Koshevoy2017-09-061-0/+5
* Revert "lavfi/atempo: avoid false triggering an assertion failure"Pavel Koshevoy2017-09-061-2/+2
* af_tempo: Add missing error checkDerek Buitenhuis2017-07-071-0/+2
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-241-1/+3
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-2/+2
* avfilter/af_atempo: fix drift calculation, ticket #6157Pavel Koshevoy2017-02-201-3/+3
* lavfi/atempo: avoid false triggering an assertion failurePavel Koshevoy2016-12-191-2/+2
* avfilter/af_atempo: add support for unknown channel layoutsMarton Balint2016-12-101-1/+1
* avfilter/af_atempo: Make independent of the channel layoutMichael Niedermayer2016-09-061-2/+1
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-201-2/+0
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* avfilter/atempo: Flush all buffered input samplesPavel Koshevoy2014-08-191-1/+7
* lavfi/af_atempo: clear references before returning error.Nicolas George2014-03-081-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484Pavel Koshevoy2013-04-211-17/+30
* libavfilter/af_atempo: Fix uninitialized memory accessPavel Koshevoy2013-04-211-1/+3
* lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer2013-04-121-1/+1
* lavfi/atempo: switch to an AVOptions-based system.Pavel Koshevoy2013-04-121-5/+15
* 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