Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -1/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -3/+0 |
| | |||||
* | decoder/flac: support FLAC files inside archives | Max Kellermann | 2012-10-04 | 1 | -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. |