aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACCommon.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov2013-05-061-213/+0
|
* DecoderAPI: _replay_gain() returns voidMax Kellermann2013-01-051-3/+2
| | | | | | Let the function decoder_replay_gain() update decoder_control::replay_gain_db instead of letting each decoder plugin take care for that.
* decoder/flac: move callbacks to class FLACInputMax Kellermann2012-10-021-10/+2
|
* decoder/flac: add ctor/dtor to struct flac_dataMax Kellermann2012-10-021-20/+11
|
* decoder/flac: eliminate the obsolete "track number" codeMax Kellermann2012-10-021-1/+1
| | | | This has been deprecated by the "embcue" playlist plugin.
* decoder/flac: use C++ compilerMax Kellermann2012-10-021-0/+231