Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | decoder/sidplay: update file name | Max Kellermann | 2013-10-20 | 1 | -434/+0 |
| | |||||
* | *: use nullptr instead of NULL | Max Kellermann | 2013-10-19 | 1 | -24/+24 |
| | |||||
* | decoder/gme,input/curl,...: use static buffers instead of g_strdup_printf() | Max Kellermann | 2013-10-19 | 1 | -5/+6 |
| | |||||
* | system/ByteOrder: new library for byte ordering / endianess | Max Kellermann | 2013-10-16 | 1 | -5/+4 |
| | | | | Replacing GLib macros. | ||||
* | Log: new logging library API | Max Kellermann | 2013-10-02 | 1 | -14/+21 |
| | | | | | 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 |
| | |||||
* | Tag, ...: move to libtag.a | Max Kellermann | 2013-09-05 | 1 | -4/+1 |
| | |||||
* | DecoderPlugin: pass config_param reference | Max Kellermann | 2013-08-04 | 1 | -8/+6 |
| | |||||
* | audio_format: convert to C++ | Max Kellermann | 2013-08-03 | 1 | -4/+3 |
| | |||||
* | tag: convert to C++ | Max Kellermann | 2013-07-30 | 1 | -0/+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 |
| | |||||
* | decoder_api.h, ...: add "extern C" | Max Kellermann | 2013-01-07 | 1 | -1/+1 |
| | |||||
* | decoder/sidplay: fix C++ compiler warnings | Max Kellermann | 2012-08-01 | 1 | -4/+4 |
| | |||||
* | decoder/sidplay: remove unused variable 'ret' | Jonathan Neuschäfer | 2012-02-15 | 1 | -1/+0 |
| | |||||
* | decoder_plugin: scan tags with callback table | Max Kellermann | 2012-02-11 | 1 | -11/+15 |
| | | | | | Pass a callback table to scan_file() and scan_stream(), instead of returning a tag object. | ||||
* | copyright year 2011 | Max Kellermann | 2011-01-29 | 1 | -1/+1 |
| | |||||
* | decoder/sidplay: play mus, str, prg, x00 files | Alder Hornbridge | 2010-10-27 | 1 | -0/+4 |
| | |||||
* | decoder/sidplay: play monaural SID tunes in mono | Alder Hornbridge | 2010-10-27 | 1 | -2/+10 |
| | |||||
* | renamed decoder plugin sources | Max Kellermann | 2010-01-04 | 1 | -0/+417 |
Make it X_decoder_plugin.c. |