Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | input_stream: rename struct to InputStream | Max Kellermann | 2013-10-23 | 1 | -8/+8 |
| | |||||
* | decoder: rename the struct to "Decoder" | Max Kellermann | 2013-10-21 | 1 | -4/+5 |
| | |||||
* | decoder_plugin: rename struct to DecoderPlugin | Max Kellermann | 2013-10-21 | 1 | -1/+1 |
| | |||||
* | decoder/modplug: use WritableBuffer instead of GByteArray | Max Kellermann | 2013-10-21 | 1 | -31/+30 |
| | | | | Eliminate the temporary buffer, do I/O right into the WritableBuffer. | ||||
* | decoder/modplug: move code to LoadModPlugFile() | Max Kellermann | 2013-10-21 | 1 | -21/+17 |
| | |||||
* | decoder/modplug: Add "loop_count" parameter | Sebastian Thorarensen | 2013-10-19 | 1 | -1/+16 |
| | | | | | | | The "loop_count" configuration parameter allows the user to set how many times a module with backward loops shall loop. "0" (the default) means a module is not allowed to use backward loops at all. "-1" enables inifinite looping. | ||||
* | InputStream: use int64_t instead of goffset | Max Kellermann | 2013-10-17 | 1 | -3/+3 |
| | | | | Decouple some more from GLib. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -7/+8 |
| | | | | | 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 | -3/+3 |
| | |||||
* | decoder/modplug: fix include directory | Max Kellermann | 2013-09-26 | 1 | -1/+3 |
| | | | | | | Since Debian package 1:0.8.8.4-4, the pkg-config file does not contain -I/usr/include/libmodplug anymore, and we need to add the "libmodplug/" prefix to the #include line. | ||||
* | 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/+4 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -4/+3 |
| | |||||
* | 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 |
| | |||||
* | decoder/modplug: convert to C++ | Max Kellermann | 2013-07-28 | 1 | -0/+201 |