aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/ModplugDecoderPlugin.cxx (follow)
Commit message (Collapse)AuthorAgeFilesLines
* decoder/*: move to decoder/plugins/Max Kellermann2014-01-241-215/+0
|
* copyright year 2014Max Kellermann2014-01-131-1/+1
|
* input_stream: rename struct to InputStreamMax Kellermann2013-10-231-8/+8
|
* decoder: rename the struct to "Decoder"Max Kellermann2013-10-211-4/+5
|
* decoder_plugin: rename struct to DecoderPluginMax Kellermann2013-10-211-1/+1
|
* decoder/modplug: use WritableBuffer instead of GByteArrayMax Kellermann2013-10-211-31/+30
| | | | Eliminate the temporary buffer, do I/O right into the WritableBuffer.
* decoder/modplug: move code to LoadModPlugFile()Max Kellermann2013-10-211-21/+17
|
* decoder/modplug: Add "loop_count" parameterSebastian Thorarensen2013-10-191-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 goffsetMax Kellermann2013-10-171-3/+3
| | | | Decouple some more from GLib.
* Log: new logging library APIMax Kellermann2013-10-021-7/+8
| | | | | Prepare to migrate away from GLib. Currently, we're still using GLib as a backend.
* DecoderCommand: convert to strictly-typed enumMax Kellermann2013-09-271-3/+3
|
* decoder/modplug: fix include directoryMax Kellermann2013-09-261-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.aMax Kellermann2013-09-051-1/+1
|
* InputLegacy: move functions to the input_stream classMax Kellermann2013-09-051-3/+4
|
* audio_format: convert to C++Max Kellermann2013-08-031-4/+3
|
* tag_handler: convert to C++Max Kellermann2013-07-291-1/+1
|
* decoder_api: convert to C++Max Kellermann2013-07-281-1/+1
|
* decoder/modplug: convert to C++Max Kellermann2013-07-281-0/+201