aboutsummaryrefslogtreecommitdiffstats
path: root/src/decoder/modplug_plugin.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* modplug: declare constants as enumMax Kellermann2009-01-241-4/+6
| | | | Don't write CPP if you can write C.
* modplug: use only decoder_read(), not input_stream_read()Max Kellermann2009-01-241-5/+1
| | | | | | You are allowed to call decoder_read() with decoder==NULL. It is a convenience function provided by the decoder API. Don't manually fall back to input_stream_read().
* modplug: change settings before loading a fileAndrzej Rybczak2009-01-241-6/+8
| | | | | alternative settings must be set before the file is loaded, otherwise they won't be respected.
* decoder: new plugin using modplug libraryViliam Mateicka2008-12-281-0/+200