summaryrefslogtreecommitdiff
path: root/replaygain.c
Commit message (Collapse)AuthorAge
* fixed replaygain for 32bit streamsGravatar Alexey Yakovenko2013-11-09
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* changed license to ZLIB on all core filesGravatar waker2012-10-15
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* Add-global-preamp-in-addition-to-replaygain-preamp Global preamp is applied ↵Gravatar Jan D. Behrens2011-10-02
| | | | to all tracks, while replaygain preamp is only applied to tracks with rg info.
* Apply replaygain preamp after scaling The preamp now works just like turning ↵Gravatar Jan D. Behrens2011-10-02
| | | | up the volume manually on tracks that have rg metadata, and is not considered in clipping protection.
* replaygain: added fallback mode that will use album gain, if track gain was ↵Gravatar waker2011-04-16
| | | | not set, and vice-versa
* added replaygain preampGravatar waker2011-03-12
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* moved replaygain code to separate file; added support for applying ↵Gravatar waker2011-02-24
replaygain to 8, 24 and 32 bit int streams