aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACMetaData.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* don't include stdbool.h in C++ sourcesMax Kellermann2013-01-021-1/+0
| | | | The "bool" type is built-in.
* decoder/flac: support FLAC files inside archivesMax Kellermann2012-10-041-0/+21
| | | | | | Implement the "scan_stream" method that can read tags from any input_stream object. This requires a FLAC__IOCallbacks implementation based on the input_stream API.
* decoder/flac: move flac_scan_file2() to main plugin fileMax Kellermann2012-10-041-4/+0
|
* decoder/flac: add method FLACMetadataChain::Scan()Max Kellermann2012-10-021-0/+2
| | | | Merge common code.
* decoder/flac: add C++ libFLAC wrappersMax Kellermann2012-10-021-1/+63
| | | | | Not using libFLAC++ because this library adds a lot of overhead due to virtual method calls. This new class library is zero-overhead.
* decoder/flac: eliminate the obsolete "track number" codeMax Kellermann2012-10-021-4/+3
| | | | This has been deprecated by the "embcue" playlist plugin.
* decoder/flac: remove unused function flac_tag_load()Max Kellermann2012-10-021-3/+0
|
* decoder/flac: use C++ compilerMax Kellermann2012-10-021-0/+64