Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modplug: declare constants as enum | Max Kellermann | 2009-01-24 | 1 | -4/+6 |
| | | | | Don't write CPP if you can write C. | ||||
* | modplug: use only decoder_read(), not input_stream_read() | Max Kellermann | 2009-01-24 | 1 | -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 file | Andrzej Rybczak | 2009-01-24 | 1 | -6/+8 |
| | | | | | alternative settings must be set before the file is loaded, otherwise they won't be respected. | ||||
* | decoder: new plugin using modplug library | Viliam Mateicka | 2008-12-28 | 1 | -0/+200 |