aboutsummaryrefslogtreecommitdiff
path: root/src/decoder/modplug_plugin.c
Commit message (Expand)AuthorAge
* all: Update copyright header.Avuton Olrich2009-03-13
* modplug: removed EOF check from the while loopMax Kellermann2009-01-24
* modplug: check for input_stream errorsMax Kellermann2009-01-24
* modplug: use size_t instead of int for buffer sizesMax Kellermann2009-01-24
* modplug: check size limit before appending new bufferMax Kellermann2009-01-24
* modplug: use GByteArray.len, remove total_lenMax Kellermann2009-01-24
* modplug: unknown size is -1; check for empty fileMax Kellermann2009-01-24
* modplug: header cleanupMax Kellermann2009-01-24
* modplug: define G_LOG_DOMAINMax Kellermann2009-01-24
* modplug: declare constants as enumMax Kellermann2009-01-24
* modplug: use only decoder_read(), not input_stream_read()Max Kellermann2009-01-24
* modplug: change settings before loading a fileAndrzej Rybczak2009-01-24
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-28