aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/FLACMetaData.cxx
Commit message (Collapse)AuthorAge
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-07
|
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-02
| | | | The "bool" type is built-in.
* decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann2012-10-04
|
* decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann2012-10-02
| | | | Merge common code.
* decoder/flac: don't use FLAC__Metadata_SimpleIteratorMax Kellermann2012-10-02
| | | | Use the new FLACMetadataIterator C++ class, which is more powerful.
* decoder/flac: eliminate the obsolete "track number" codeMax Kellermann2012-10-02
| | | | This has been deprecated by the "embcue" playlist plugin.
* decoder/flac: remove unused function flac_tag_load()Max Kellermann2012-10-02
|
* decoder/flac: use C++ compilerMax Kellermann2012-10-02