Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-08-19 | InputStream: move typedef offset_type to Offset.hxx | Max Kellermann | 1 | -1/+1 | |
Reduce header dependencies. | |||||
2014-07-09 | decoder/plugins/FlacIOHandle: fix build failure due to missing stdio.h include | Gustavo Zacarias | 1 | -0/+1 | |
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> | |||||
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -3/+22 | |
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | |||||
2014-05-12 | InputStream: "protect" attributes | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -0/+0 | |
2014-01-13 | copyright year 2014 | Max Kellermann | 1 | -1/+1 | |
2013-10-30 | *: update copyright year to 2013 | Max Kellermann | 1 | -1/+1 | |
2013-10-23 | input_stream: rename struct to InputStream | Max Kellermann | 1 | -5/+5 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -3/+3 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -8/+8 | |
Replaces GLib's GError. | |||||
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -14/+14 | |
2012-10-04 | decoder/flac: support FLAC files inside archives | Max Kellermann | 1 | -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. |