aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/plugins/FlacIOHandle.cxx (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-08-19InputStream: move typedef offset_type to Offset.hxxMax Kellermann1-1/+1
Reduce header dependencies.
2014-07-09decoder/plugins/FlacIOHandle: fix build failure due to missing stdio.h includeGustavo Zacarias1-0/+1
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
2014-05-22InputStream: make Seek() always absoluteMax Kellermann1-3/+22
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations.
2014-05-12InputStream: "protect" attributesMax Kellermann1-1/+1
2014-01-24decoder/*: move to decoder/plugins/Max Kellermann1-0/+0
2014-01-13copyright year 2014Max Kellermann1-1/+1
2013-10-30*: update copyright year to 2013Max Kellermann1-1/+1
2013-10-23input_stream: rename struct to InputStreamMax Kellermann1-5/+5
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.