summaryrefslogtreecommitdiff
path: root/libavfilter/af_volumedetect.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter: convert to new channel layout APIJames Almer2022-03-151-1/+1
* avfilter: add AVFILTER_FLAG_METADATA_ONLYAnton Khirnov2021-12-041-0/+1
* avfilter/af_volumedetect: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-15/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-4/+2
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-12/+2
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-231-1/+1
* avfilter/af_volumedetect: Remove dependency on channel layoutMichael Niedermayer2016-11-061-2/+11
* avfilter/af_volumedetect: use log10 instead of hardcoded constantGanesh Ajjanagadde2015-12-011-1/+1
* avfilter: handle error in query_formats() in bunch of filtersPaul B Mahol2015-04-081-3/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: various cosmeticsPaul B Mahol2013-09-121-4/+3
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-071-1/+0
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-061-1/+1
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-101-4/+3
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-211-1/+1
* 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/af_volumedetect: print stats in uninit().Nicolas George2012-10-251-8/+4
* af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer2012-10-111-1/+1
* lavfi: add volumedetect filter.Nicolas George2012-08-191-0/+159