summaryrefslogtreecommitdiff
path: root/libavfilter/af_volumedetect.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_volumedetect: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* 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: don't anonymously typedef structsPaul B Mahol2017-05-13
* avfilter: do not use AVFrame accessorMuhammad Faiz2017-04-23
* avfilter/af_volumedetect: Remove dependency on channel layoutMichael Niedermayer2016-11-06
* avfilter/af_volumedetect: use log10 instead of hardcoded constantGanesh Ajjanagadde2015-12-01
* 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: various cosmeticsPaul B Mahol2013-09-12
* avfilter: remove redundant .get_(audio/video)_buffer initializationsPaul B Mahol2013-09-07
* avfilter: add av_cold to uninit()Michael Niedermayer2013-05-06
* Merge commit '7e350379f87e7f74420b4813170fe808e2313911'Michael Niedermayer2013-03-10
* lavfi: declare arrays that never change as static constPaul B Mahol2012-12-21
* 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/af_volumedetect: print stats in uninit().Nicolas George2012-10-25
* af_volumedetect: fix use of uninitilaized variable in case of planar audio.Michael Niedermayer2012-10-11
* lavfi: add volumedetect filter.Nicolas George2012-08-19