aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FLACIOHandle.hxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* input_stream: forward-declare the structMax Kellermann2013-01-261-1/+1
| | | | Hide the definition from C code, to prepare the transition to C++.
* decoder_api.h, ...: add "extern C"Max Kellermann2013-01-071-3/+0
|
* decoder/flac: support FLAC files inside archivesMax Kellermann2012-10-041-0/+48
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.