Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
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 | -2/+4 | |
Replaces GLib's GError. | |||||
2013-08-04 | DecoderPlugin: pass config_param reference | Max Kellermann | 1 | -1/+1 | |
2013-08-03 | audio_format: convert to C++ | Max Kellermann | 1 | -5/+4 | |
2013-07-31 | DecoderAPI: pass rvalue reference to decoder_tag() | Max Kellermann | 1 | -1/+1 | |
Avoid duplicating the tag. | |||||
2013-07-30 | tag: convert to C++ | Max Kellermann | 1 | -5/+6 | |
2013-07-29 | audio_check: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-29 | tag_handler: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-07-28 | decoder_api: convert to C++ | Max Kellermann | 1 | -1/+1 | |
2013-02-04 | decoder/Opus: replace non-static data member initializers | Max Kellermann | 1 | -6/+9 | |
Would require gcc 4.7, and MPD attempts to be compatible with gcc 4.6. | |||||
2013-01-26 | input_stream: forward-declare the struct | Max Kellermann | 1 | -0/+1 | |
Hide the definition from C code, to prepare the transition to C++. | |||||
2013-01-08 | decoder/OggUtil,Opus: move code to new class OggSyncState | Max Kellermann | 1 | -28/+19 | |
2013-01-08 | decoder/Opus: read total time | Max Kellermann | 1 | -0/+22 | |
2013-01-08 | decoder/Opus: move page reader into the decoder class | Max Kellermann | 1 | -13/+34 | |
2013-01-08 | decoder/Opus: move code to HandlePackets() | Max Kellermann | 1 | -0/+7 | |
2013-01-08 | decoder/Opus: make internal methods inline | Max Kellermann | 1 | -5/+5 | |
2013-01-08 | decoder/OggUtil: add OggExpectFirstPage() and OggExpectPageIn() | Max Kellermann | 1 | -8/+3 | |
2013-01-08 | decoder/Opus: use OggExpectPage() in main loop | Max Kellermann | 1 | -7/+5 | |
2013-01-07 | decoder/ogg_codec: convert to C++ | Max Kellermann | 1 | -5/+1 | |
2013-01-07 | decoder_api.h, ...: add "extern C" | Max Kellermann | 1 | -1/+1 | |
2012-09-05 | src/decoder/opus: new decoder plugin for the Opus codec | Max Kellermann | 1 | -0/+366 | |
Using libopus and libogg. |