aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/FlacIOHandle.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2013-10-15gcc.h: rename to Compiler.hMax Kellermann1-1/+1
2013-09-05InputLegacy: move functions to the input_stream classMax Kellermann1-3/+3
2013-09-04util/Error: new error passing libraryMax Kellermann1-8/+8
Replaces GLib's GError.
2013-05-06decoder/FLAC*: rename files and symbols to Flac*Denis Krjuchkov1-14/+14
2012-10-04decoder/flac: support FLAC files inside archivesMax Kellermann1-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.