summaryrefslogtreecommitdiff
path: root/libavfilter/af_replaygain.c
Commit message (Expand)AuthorAgeFilesLines
* avfilter/af_replaygain: export results into read-only optionsPaul B Mahol2023-05-071-5/+32
* 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_replaygain: use fabsf() instead of fabs()Limin Wang2021-10-201-2/+2
* 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/avfilter: Remove unused partial_bufAndreas Rheinhardt2021-08-051-1/+0
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* vafilter/af_replaygain: fix undefined behaviourPaul B Mahol2019-10-161-4/+4
* avfilter: pass outlink to ff_get_audio_buffer()Paul B Mahol2018-01-031-1/+1
* avfilter/all: propagate errors of functions from avfilter/formatsGanesh Ajjanagadde2015-10-141-9/+11
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-10-291-1/+1
* avfilter: replaygain scannerPaul B Mahol2013-10-211-0/+613