aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/modplug_plugin.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* modplug: removed EOF check from the while loopMax Kellermann2009-01-241-2/+4
* modplug: check for input_stream errorsMax Kellermann2009-01-241-2/+8
* modplug: use size_t instead of int for buffer sizesMax Kellermann2009-01-241-1/+1
* modplug: check size limit before appending new bufferMax Kellermann2009-01-241-4/+4
* modplug: use GByteArray.len, remove total_lenMax Kellermann2009-01-241-4/+2
* modplug: unknown size is -1; check for empty fileMax Kellermann2009-01-241-5/+12
* modplug: header cleanupMax Kellermann2009-01-241-2/+0
* modplug: define G_LOG_DOMAINMax Kellermann2009-01-241-0/+3
* modplug: declare constants as enumMax Kellermann2009-01-241-4/+6
* modplug: use only decoder_read(), not input_stream_read()Max Kellermann2009-01-241-5/+1
* modplug: change settings before loading a fileAndrzej Rybczak2009-01-241-6/+8
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-281-0/+200