Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2014-05-22 | InputStream: make Seek() always absolute | Max Kellermann | 1 | -1/+1 | |
Remove the "whence" parameter that is not actually necessary, and only complicates the InputStream implementations. | |||||
2014-05-12 | InputStream: "protect" attributes | Max Kellermann | 1 | -5/+5 | |
2014-01-24 | Input*: move to input/ | Max Kellermann | 1 | -1/+1 | |
2014-01-24 | decoder/*: move to decoder/plugins/ | Max Kellermann | 1 | -1/+1 | |
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 | -8/+8 | |
2013-10-21 | decoder: rename the struct to "Decoder" | Max Kellermann | 1 | -4/+4 | |
2013-10-15 | gcc.h: rename to Compiler.h | Max Kellermann | 1 | -1/+1 | |
2013-10-02 | Log: new logging library API | Max Kellermann | 1 | -2/+7 | |
Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | |||||
2013-09-27 | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 1 | -4/+4 | |
2013-09-05 | InputLegacy: move functions to the input_stream class | Max Kellermann | 1 | -5/+3 | |
2013-09-04 | util/Error: new error passing library | Max Kellermann | 1 | -2/+4 | |
Replaces GLib's GError. | |||||
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-05-06 | decoder/FLAC*: rename files and symbols to Flac* | Denis Krjuchkov | 1 | -19/+19 | |
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -1/+1 | |
Hide the definition from C code, to prepare the transition to C++. | |||||
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -4/+1 | |
2012-10-02 | decoder/flac: move callbacks to class FLACInput | Max Kellermann | 1 | -0/+152 | |