summaryrefslogtreecommitdiffstats
path: root/libavfilter/af_silencedetect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_silencedetect: change mono default to integer literalLimin Wang2019-10-211-2/+2
* avfilter/af_silencedetect: use AV_OPT_TYPE_DURATIONLimin Wang2019-10-211-4/+6
* avfilter/af_silencedetect: document metadataLimin Wang2019-10-211-1/+0
* avfilter: document mono option of silencedetect filterPaul B Mahol2018-09-231-1/+2
* lavfi/silencedetect: fix spellingTristan Matthews2018-09-141-9/+9
* lavfi/silencedetect: Fix missing log at eosNicolas Gaullier2018-03-291-6/+27
* lavfi/silencedetect: Fix silence_end accuracyNicolas Gaullier2018-03-291-1/+2
* lavfi/silencedetect: Fix silence_start accuracyNicolas Gaullier2018-03-291-2/+5
* lavfi/silencedetect: Fix when silence_start=0Nicolas Gaullier2018-03-291-5/+9
* lavfi/silencedetect: Add mono modeNicolas Gaullier2018-03-291-27/+51
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-5/+8
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter/af_silencedetect: support more sample formatsPaul B Mahol2013-10-051-33/+81
* avfilter/af_silencedetect: use the name 's' for the pointer to the private co...Paul B Mahol2013-10-021-17/+16
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+4
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* Update copyrights where my email appears with the new one.Clément Bœsch2013-09-031-1/+1
* lavfi/silencedetect: unbreak for unknown channel layoutsPaul B Mahol2013-07-131-2/+1
* lavfi/silencedetect: switch to an AVOptions-based system.Clément Bœsch2013-04-101-17/+0
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-4/+4
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* lavfi/silencedetect: use eval builtin to parse dB.Clément Bœsch2012-12-061-12/+4
* lavfi: convert remaining input/output list compound literals to named objects.Clément Bœsch2012-11-281-14/+21
* lavfi: replace filter_samples by filter_frameMichael Niedermayer2012-11-281-3/+3
* Replace rest of libavutil/audioconvert.h with libavutil/channel_layout.hPaul B Mahol2012-11-131-1/+1
* lavfi/silencedetect: export silence info to metadata.Clément Bœsch2012-10-211-5/+19
* lavfi/silencedetect: increase duration precision.Clément Bœsch2012-10-211-4/+4
* lavfi/silencedetect: add av_opt_free() call.Clément Bœsch2012-10-091-0/+1
* Merge commit 'e6153f173a49e5bfa70b0c04d2f82930533597b9'Michael Niedermayer2012-09-051-2/+2
* lavfi: add priv class to filter definitions and flags to filter internal optionsStefano Sabatini2012-08-181-4/+6
* Remove "Error parsing options string [...]" messages.Clément Bœsch2012-08-091-3/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-091-2/+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
* lavfi: define macro AVFILTER_DEFINE_CLASSStefano Sabatini2012-06-221-7/+2
* lavfi: use designated initializers for AVClassPaul B Mahol2012-06-171-1/+3
* lavfi: update some deprecated functionsPaul B Mahol2012-06-161-2/+2
* lavfi: use av_default_item_name() as filter private context loggerStefano Sabatini2012-06-041-1/+1
* lavfi: add avfilter_default_filter_name()Stefano Sabatini2012-06-041-6/+1
* lavfi: drop planar/packed negotiation supportStefano Sabatini2012-05-161-6/+0
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-161-3/+10
* lavfi: remove audio.h include from avfilter.h.Clément Bœsch2012-05-121-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-101-2/+2
* lavfi/silencedetect: use av_ts2timestr() macro.Clément Bœsch2012-02-151-8/+8
* lavfi: add audio silencedetect filter.Clément Bœsch2012-01-081-0/+175
OpenPOWER on IntegriCloud