Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | mikmod: call MikMod_Exit() only in the finish() method | Matthias Drochner | 2009-01-30 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | Hi - independently of libmikmod's other problems - there seems to be a problem in mpd's wrapper: MikMod_Exit() is called after the first file is decoded, which frees some ressources within the mikmod library. An attempt to play a second file leads to a crash. The appended patch fixes this for me. (I don't know what the "dup" entry is good for - someone who knows should review that too.) best regards Matthias [mk: removed 3 more MikMod_Exit() invocations] | ||||
* | use g_free() instead of free() | Max Kellermann | 2009-01-25 | 1 | -1/+1 |
| | | | | | | On some platforms, g_free() must be used for memory allocated by GLib. This patch intends to correct a lot of occurrences, but is probably not complete. | ||||
* | renamed the "mod" decoder plugin to "mikmod" | Max Kellermann | 2009-01-24 | 1 | -0/+257 |
We have two mod plugins now: modplug and mod. Rename the latter to a more useful name. |