Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | *: update copyright year to 2013 | Max Kellermann | 2013-10-30 | 1 | -1/+1 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-28 | 1 | -7/+7 |
| | |||||
* | ReplayGainInfo: use CamelCase for struct name | Max Kellermann | 2013-10-25 | 1 | -2/+2 |
| | |||||
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -9/+9 |
| | |||||
* | InputStream: add method Rewind() | Max Kellermann | 2013-10-23 | 1 | -2/+1 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -8/+9 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 1 | -9/+2 |
| | | | | Replacing GLib macros. | ||||
* | Util/Macros: replacement for GLib's G_N_ELEMENTS() | Max Kellermann | 2013-10-15 | 1 | -1/+2 |
| | |||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -9/+11 |
| | | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend. | ||||
* | DecoderCommand: convert to strictly-typed enum | Max Kellermann | 2013-09-27 | 1 | -6/+5 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -1/+1 |
| | |||||
* | InputLegacy: move functions to the input_stream class | Max Kellermann | 2013-09-05 | 1 | -3/+3 |
| | |||||
* | util/Error: new error passing library | Max Kellermann | 2013-09-04 | 1 | -7/+7 |
| | | | | Replaces GLib's GError. | ||||
* | *: use gcc.h macros instead of GLib | Max Kellermann | 2013-08-04 | 1 | -1/+1 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -5/+5 |
| | |||||
* | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 2013-07-31 | 1 | -1/+1 |
| | | | | Avoid duplicating the tag. | ||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -2/+2 |
| | |||||
* | audio_check: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -5/+1 |
| | |||||
* | tag_handler: convert to C++ | Max Kellermann | 2013-07-29 | 1 | -1/+1 |
| | |||||
* | decoder_api: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -1/+1 |
| | |||||
* | uri: convert to C++ | Max Kellermann | 2013-04-08 | 1 | -1/+1 |
| | |||||
* | input_stream: forward-declare the struct | Max Kellermann | 2013-01-26 | 1 | -0/+1 |
| | | | | Hide the definition from C code, to prepare the transition to C++. | ||||
* | input_stream: add method _cheap_seeking() | Max Kellermann | 2013-01-07 | 1 | -3/+1 |
| | | | | Move code from the Vorbis decoder plugin. | ||||
* | decoder/ogg_codec: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | decoder/vorbis: convert to C++ | Max Kellermann | 2013-01-07 | 1 | -0/+362 |