summaryrefslogtreecommitdiff
path: root/libavfilter/af_silencedetect.c
Commit message (Expand)AuthorAge
* avfilter: convert to new channel layout APIJames Almer2022-03-15
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-04
* avfilter/af_silencedetect: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avfilter/af_silencedetect: add planar sample formats supportPaul B Mahol2021-09-02
* avfilter/af_silencedetect: support all channel countsPaul B Mahol2021-09-02
* 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_silencedetect: change mono default to integer literalLimin Wang2019-10-21
* avfilter/af_silencedetect: use AV_OPT_TYPE_DURATIONLimin Wang2019-10-21
* avfilter/af_silencedetect: document metadataLimin Wang2019-10-21
* avfilter: document mono option of silencedetect filterPaul B Mahol2018-09-23
* lavfi/silencedetect: fix spellingTristan Matthews2018-09-14
* lavfi/silencedetect: Fix missing log at eosNicolas Gaullier2018-03-29
* lavfi/silencedetect: Fix silence_end accuracyNicolas Gaullier2018-03-29
* lavfi/silencedetect: Fix silence_start accuracyNicolas Gaullier2018-03-29
* lavfi/silencedetect: Fix when silence_start=0Nicolas Gaullier2018-03-29
* lavfi/silencedetect: Add mono modeNicolas Gaullier2018-03-29
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-08
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-29
* avfilter/af_silencedetect: support more sample formatsPaul B Mahol2013-10-05
* avfilter/af_silencedetect: use the name 's' for the pointer to the private co...Paul B Mahol2013-10-02
* avfilter: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-03
* lavfi/silencedetect: unbreak for unknown channel layoutsPaul B Mahol2013-07-13
* lavfi/silencedetect: switch to an AVOptions-based system.Clément Bœsch2013-04-10
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch2012-12-06
* 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/silencedetect: export silence info to metadata.Clément Bœsch2012-10-21
* lavfi/silencedetect: increase duration precision.Clément Bœsch2012-10-21
* lavfi/silencedetect: add av_opt_free() call.Clément Bœsch2012-10-09
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-05
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-18
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-09
* 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
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-22
* lavfi: use designated initializers for AVClassPaul B Mahol2012-06-17
* lavfi: update some deprecated functionsPaul B Mahol2012-06-16
* lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-04
* lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-04
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-16