summaryrefslogtreecommitdiff
path: root/plugins/wildmidi
Commit message (Collapse)AuthorAge
* cleanup unused code; license updatesGravatar Alexey Yakovenko2014-05-11
|
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* fixed few errors reported by cppcheck (thanks to Pavel Roschin)Gravatar Alexey Yakovenko2013-11-11
|
* gcc warning fixGravatar Alexey Yakovenko2013-11-05
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* wildmidi: fixed invalid mem accessesGravatar waker2013-01-22
|
* fixed remaining pl_find_meta calls lacking pl_lockGravatar waker2012-05-17
|
* wildmidi: fixed possible inline linking errorsGravatar waker2012-04-23
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* OpenIndian b148 support (and perhaps other Solaris builds).Gravatar Kevin van der Vlist2011-06-12
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* fixed memleak in wildmidiGravatar waker2011-05-14
|
* changed few old-style pl_* functions which were working with current ↵Gravatar waker2011-05-08
| | | | playlist with the new ones, working with specific playlist passed as argument
* minor fix in wildmidi makefileGravatar waker2011-05-04
|
* changed some API entry points to make it possible working with specific ↵Gravatar waker2011-04-29
| | | | playlists, and not just the current one
* fixed mp3 filetype for streamed radio;Gravatar waker2011-04-27
| | | | removed filetypes ptr in DB_decoder_t
* wildmidi plugin description/copyright fixGravatar waker2011-04-09
|
* thread-safe config accessGravatar waker2011-03-31
|
* got rid of filetype field in playitem structureGravatar waker2011-03-24
|
* moved most of track properties from playItem struct to metadataGravatar waker2011-03-09
| | | | implemented track properties with multiple selection
* removed author and email fields, added single all-purpose copyright field;Gravatar waker2011-02-27
| | | | | added copyright info to all plugins; updated gtkui to reflect the changes
* updated copyright year to 2011Gravatar waker2011-01-02
|
* ported wildmidi to new APIGravatar waker2010-11-27
|
* bumped all plugins to version 1.0;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* updated READMEs of several bundled libsGravatar Alexey Yakovenko2010-10-09
|
* fixed few random memleaksGravatar Alexey Yakovenko2010-10-04
|
* added -lm to dca, musepack, shn, wildmidi pluginsGravatar Alexey A. Smirnov2010-09-19
|
* disabled tracing in wildmidi pluginGravatar Alexey Yakovenko2010-08-29
|
* removed extra colons from wildmidi configGravatar Alexey Yakovenko2010-08-29
|
* added default freepats.cfg search pathes for debian and mandrivaGravatar Alexey Yakovenko2010-08-29
|
* fixed division by zero in wildmidi parserGravatar Alexey Yakovenko2010-08-29
|
* added configuration file selection to wildmidi settingsGravatar Alexey Yakovenko2010-05-31
|
* fixed wildmidi timidity config parser;Gravatar Alexey Yakovenko2010-05-31
| | | | fixed wildmidi seeking
* wildmidi pluginGravatar Alexey Yakovenko2010-05-31