aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACIOHandle.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/flac: support FLAC files inside archivesMax Kellermann2012-10-041-0/+114
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.