aboutsummaryrefslogtreecommitdiffhomepage
path: root/audio/filter/af_volume.c
Commit message (Expand)AuthorAge
* af: remove deprecated audio filtersGravatar wm42017-11-29
* af: remove unused GET_VOLUME codeGravatar wm42017-04-27
* audio: fix replaygain volume scaleGravatar wm42017-04-27
* audio: deprecate most audio filtersGravatar wm42017-04-04
* audio: log replaygain values in af_volume instead demuxerGravatar wm42016-08-13
* af_volume: don't let softvol overwrite af_volume volumedb sub-optionGravatar wm42016-07-11
* audio/filter: remove reentrancy flagGravatar wm42015-09-20
* audio: fix format function consistency issuesGravatar wm42015-06-26
* af: move af_from_dB() function to af_volume.cGravatar wm42015-06-23
* af_volume: add a replaygain fallback optionGravatar wm42015-06-23
* audio: make softvol scale cubicGravatar wm42015-05-22
* Update license headersGravatar Marcin Kurczewski2015-04-13
* audio: make all format query shortcuts macrosGravatar Kevin Mitchell2015-04-03
* af_volume: use refcounted framesGravatar wm42015-01-13
* af_volume: dump applied replaygain in verbose modeGravatar wm42015-01-04
* af_volume: fix calculations including replay-gainGravatar Mohammad Alsaleh2014-06-28
* Add more constGravatar wm42014-06-11
* af_volume: fix clang -Wsometimes-uninitializedGravatar Kevin Mitchell2014-04-13
* demux: move metadata-based replaygain decoding out of af_volumeGravatar Alessandro Ghedini2014-04-04
* af_volume: use replaygain side dataGravatar Alessandro Ghedini2014-04-04
* af_volume: fix replaygainGravatar wm42014-03-27
* af_volume: don't print missing replaygain tags as errorGravatar wm42014-03-14
* af_volume: add detach optionGravatar wm42014-03-14
* af_volume: separate softvol volume control from replaygain levelGravatar wm42014-03-14
* af_volume: remove double-negated suboptionGravatar wm42014-03-14
* af_volume: add support for replaygain pre-amp and clipping preventionGravatar Alessandro Ghedini2014-03-13
* af_volume: add replaygain supportGravatar Alessandro Ghedini2014-03-13
* Split mpvcore/ into common/, misc/, bstr/Gravatar wm42013-12-17
* audio/filter: change filter callback signatureGravatar wm42013-12-05
* audio/filter: remove unneeded AF_CONTROLs, convert to enumGravatar wm42013-11-18
* audio: drop "_NE"/"ne" suffix from audio formatsGravatar wm42013-11-15
* audio/filter: fix mul/delay scale and valuesGravatar wm42013-11-12
* af: don't require filters to allocate af_instance->data, redo buffersGravatar wm42013-11-12
* af_volume: add support for non-interleaved audioGravatar wm42013-11-12
* audio/filter: prepare filter chain for non-interleaved audioGravatar wm42013-11-12
* af_volume: use only one volume setting for all channelsGravatar wm42013-11-09
* af: replace macros with too generic namesGravatar wm42013-10-26
* af_volume: some more cosmeticsGravatar wm42013-10-26
* af_volume: switch to new option parsingGravatar wm42013-10-26
* af_volume: uncrustifyGravatar wm42013-10-26
* af_volume: don't change volume if nothing is to be changedGravatar wm42013-10-26
* af_volume: remove unused featuresGravatar wm42013-10-26
* audio/filter: remove useless af_info fieldsGravatar wm42013-10-23
* mixer, af_volume: use linear values instead of dBGravatar wm42013-09-19
* audio: add some setters for mp_audio, and require filters to use themGravatar wm42013-05-12
* audio/filter: remove unused AF_CONTROLsGravatar wm42013-05-12
* audio: remove float processing optionGravatar wm42013-04-13
* Rename directories, move files (step 1 of 2) (does not compile)Gravatar wm42012-11-12