aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACMetaData.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann2012-10-021-3/+9
| | | | Merge common code.
* decoder/flac: don't use FLAC__Metadata_SimpleIteratorMax Kellermann2012-10-021-32/+8
| | | | Use the new FLACMetadataIterator C++ class, which is more powerful.
* decoder/flac: eliminate the obsolete "track number" codeMax Kellermann2012-10-021-33/+12
| | | | This has been deprecated by the "embcue" playlist plugin.
* decoder/flac: remove unused function flac_tag_load()Max Kellermann2012-10-021-14/+0
|
* decoder/flac: use C++ compilerMax Kellermann2012-10-021-0/+322