summaryrefslogtreecommitdiff
path: root/libavfilter/af_atempo.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter/af_atempo: switch to rdft from lavu/txPaul B Mahol2022-02-12
* avfilter/af_atempo: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* avfilter/af_atempo: use ff_filter_process_command()Paul B Mahol2019-10-14
* avfilter/af_atempo: Make ffplay display correct timestamps when seekingPavel Koshevoy2019-05-08
* lavfi/atempo: fix tempo range limit inconsistencyPavel Koshevoy2018-10-04
* lavfi/atempo: raise max tempo limit (v2)Pavel Koshevoy2018-06-14
* lavfi/atempo: Avoid false triggering an assertion failurePavel Koshevoy2017-09-06
* Revert "lavfi/atempo: avoid false triggering an assertion failure"Pavel Koshevoy2017-09-06
* af_tempo: Add missing error checkDerek Buitenhuis2017-07-07
* avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol2017-06-24
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter/af_atempo: fix drift calculation, ticket #6157Pavel Koshevoy2017-02-20
* lavfi/atempo: avoid false triggering an assertion failurePavel Koshevoy2016-12-19
* avfilter/af_atempo: add support for unknown channel layoutsMarton Balint2016-12-10
* avfilter/af_atempo: Make independent of the channel layoutMichael Niedermayer2016-09-06
* lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George2015-09-20
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* avfilter/atempo: Flush all buffered input samplesPavel Koshevoy2014-08-19
* lavfi/af_atempo: clear references before returning error.Nicolas George2014-03-08
* 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