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
2021-12-04avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov
2021-10-05avfilter/af_silencedetect: Use formats list instead of query functionAndreas Rheinhardt
2021-10-05avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt
2021-09-20Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt
2021-09-02avfilter/af_silencedetect: add planar sample formats supportPaul B Mahol
2021-09-02avfilter/af_silencedetect: support all channel countsPaul B Mahol
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-21avfilter/af_silencedetect: change mono default to integer literalLimin Wang
2019-10-21avfilter/af_silencedetect: use AV_OPT_TYPE_DURATIONLimin Wang
2019-10-21avfilter/af_silencedetect: document metadataLimin Wang
2018-09-24avfilter: document mono option of silencedetect filterPaul B Mahol
2018-09-14lavfi/silencedetect: fix spellingTristan Matthews
2018-03-29lavfi/silencedetect: Fix missing log at eosNicolas Gaullier
2018-03-29lavfi/silencedetect: Fix silence_end accuracyNicolas Gaullier
2018-03-29lavfi/silencedetect: Fix silence_start accuracyNicolas Gaullier
2018-03-29lavfi/silencedetect: Fix when silence_start=0Nicolas Gaullier
2018-03-29lavfi/silencedetect: Add mono modeNicolas Gaullier
2015-04-08avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol
2013-10-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-10-05avfilter/af_silencedetect: support more sample formatsPaul B Mahol
2013-10-02avfilter/af_silencedetect: use the name 's' for the pointer to the private co...Paul B Mahol
2013-09-12avfilter: various cosmeticsPaul B Mahol
2013-09-07avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol
2013-09-03Update copyrights where my email appears with the new one.Clément Bœsch
2013-07-14lavfi/silencedetect: unbreak for unknown channel layoutsPaul B Mahol
2013-04-11lavfi/silencedetect: switch to an AVOptions-based system.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-12-06lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch
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-10-21lavfi/silencedetect: export silence info to metadata.Clément Bœsch
2012-10-21lavfi/silencedetect: increase duration precision.Clément Bœsch
2012-10-10lavfi/silencedetect: add av_opt_free() call.Clément Bœsch
2012-09-05Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer
2012-08-18lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini
2012-08-09Remove "Error parsing options string [...]" messages.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-23lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini
2012-06-17lavfi: use designated initializers for AVClassPaul B Mahol
2012-06-16lavfi: update some deprecated functionsPaul B Mahol
2012-06-04lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini
2012-06-04lavfi: add avfilter_default_filter_name()Stefano Sabatini
2012-05-16lavfi: drop planar/packed negotiation supportStefano Sabatini
2012-05-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer