Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-15avfilter: convert to new channel layout APIJames Almer
2022-02-12avfilter/af_atempo: switch to rdft from lavu/txPaul B Mahol
2021-10-05avfilter/af_atempo: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-08-20avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt
2021-08-13avfilter/formats: Factor common function combinations outAndreas Rheinhardt
2021-04-27avfilter: Constify all AVFiltersAndreas Rheinhardt
2019-10-14avfilter/af_atempo: use ff_filter_process_command()Paul B Mahol
2019-05-09avfilter/af_atempo: Make ffplay display correct timestamps when seekingPavel Koshevoy
2018-10-05lavfi/atempo: fix tempo range limit inconsistencyPavel Koshevoy
2018-06-15lavfi/atempo: raise max tempo limit (v2)Pavel Koshevoy
2017-09-07lavfi/atempo: Avoid false triggering an assertion failurePavel Koshevoy
2017-09-07Revert "lavfi/atempo: avoid false triggering an assertion failure"Pavel Koshevoy
2017-07-07af_tempo: Add missing error checkDerek Buitenhuis
2017-06-24avfilter: do not leak AVFrame on failed buffer allocationPaul B Mahol
2017-05-13avfilter: don't anonymously typedef structsPaul B Mahol
2017-02-20avfilter/af_atempo: fix drift calculation, ticket #6157Pavel Koshevoy
2016-12-19lavfi/atempo: avoid false triggering an assertion failurePavel Koshevoy
2016-12-10avfilter/af_atempo: add support for unknown channel layoutsMarton Balint
2016-09-06avfilter/af_atempo: Make independent of the channel layoutMichael Niedermayer
2015-09-20lavfi: remove FF_LINK_FLAG_REQUEST_LOOP.Nicolas George
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2014-08-19avfilter/atempo: Flush all buffered input samplesPavel Koshevoy
2014-03-08lavfi/af_atempo: clear references before returning error.Nicolas George
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-04-21libavfilter/af_atempo: Avoid round-off error build-up, ticket #2484Pavel Koshevoy
2013-04-21libavfilter/af_atempo: Fix uninitialized memory accessPavel Koshevoy
2013-04-12lavfi: remove now unused args parameter from AVFilter.init and init_opaqueMichael Niedermayer
2013-04-12lavfi/atempo: switch to an AVOptions-based system.Pavel Koshevoy
2013-04-08lavfi: always check return value of ff_get_{audio,video}_buffer()Paul B Mahol
2013-04-03lavfi/af_atempo: simplify request_frame loop.Nicolas George
2013-03-13lavfi/atempo: raise filter_frame() error.Clément Bœsch
2013-03-10Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer
2012-12-22lavfi: declare arrays that never change as static constPaul B Mahol
2012-11-29lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch
2012-11-28lavfi: replace filter_samples by filter_frameMichael Niedermayer
2012-11-13Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol
2012-08-29lavfi/af_atempo: use av_malloc for rDFT buffers.Nicolas George
2012-08-09lavfi/atempo: remove dead increment.Clément Bœsch
2012-07-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-27Merge commit 'a5e8c41c28f907d98d2a739db08f7aef4cbfcf3a'Michael Niedermayer
2012-06-25lavfi: remove unnecessary inclusion of libavcodec/avcodec.h in avfilter.hStefano Sabatini
2012-06-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-19libavfilter: improve atempo audio qualityPavel Koshevoy
2012-06-17lavfi: add atempo filterPavel Koshevoy