Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | changed project description in many files | Alexey Yakovenko | 2014-07-16 |
| | |||
* | updated/improved/added licensing info in many plugins, added COPYING files, ↵ | Alexey Yakovenko | 2014-05-07 |
| | | | | some plugins got upgraded from GPL to ZLIB | ||
* | gtkui, sid, gme: added widget controlling chiptune voices | Alexey Yakovenko | 2014-02-13 |
| | |||
* | added -avoid-version to all makefiles | Alexey Yakovenko | 2014-02-05 |
| | |||
* | potential fix of bug #1025: removed c++/glibc hack from gme, supereq, adplug ↵ | Alexey Yakovenko | 2014-01-04 |
| | | | | and sid plugins | ||
* | fixed few errors reported by cppcheck (thanks to Pavel Roschin) | Alexey Yakovenko | 2013-11-11 |
| | |||
* | fixed static build of cpp plugins; make works with -j again | Alexey Yakovenko | 2013-10-21 |
| | |||
* | static build fixes | Alexey Yakovenko | 2013-10-21 |
| | |||
* | copyright years updated | Alexey Yakovenko | 2013-10-06 |
| | |||
* | sid compile fix | Alexey Yakovenko | 2013-08-29 |
| | |||
* | removed srand(time(NULL)) call from libsidplay Player ctor (it was breaking ↵ | waker | 2012-05-18 |
| | | | | random play order) | ||
* | fixed pl_lock in adplug and sid | waker | 2012-05-18 |
| | |||
* | gcc 4.7 compile fix | waker | 2012-04-05 |
| | |||
* | updated (c) year to 2012 in the sources | waker | 2012-03-24 |
| | |||
* | nuked iconv usage from sid plugin | waker | 2011-05-23 |
| | |||
* | hardcoded api_version 1.0 into all plugins | waker | 2011-05-21 |
| | |||
* | sid: fixed include path in SidTune.cpp | waker | 2011-05-14 |
| | |||
* | 0.5.0-rc1 final fixups | waker | 2011-05-10 |
| | |||
* | changed few old-style pl_* functions which were working with current ↵ | waker | 2011-05-08 |
| | | | | playlist with the new ones, working with specific playlist passed as argument | ||
* | changed some API entry points to make it possible working with specific ↵ | waker | 2011-04-29 |
| | | | | playlists, and not just the current one | ||
* | fixed mp3 filetype for streamed radio; | waker | 2011-04-27 |
| | | | | removed filetypes ptr in DB_decoder_t | ||
* | new event passing system | waker | 2011-04-14 |
| | |||
* | fixed sid plugin description | waker | 2011-04-09 |
| | |||
* | thread-safe config access | waker | 2011-03-31 |
| | |||
* | got rid of filetype field in playitem structure | waker | 2011-03-24 |
| | |||
* | moved most of track properties from playItem struct to metadata | waker | 2011-03-09 |
| | | | | implemented track properties with multiple selection | ||
* | removed author and email fields, added single all-purpose copyright field; | waker | 2011-02-27 |
| | | | | | added copyright info to all plugins; updated gtkui to reflect the changes | ||
* | fixed a typo in sid plugin config dialog | waker | 2011-02-02 |
| | |||
* | added vfs support to sid plugin | waker | 2011-02-01 |
| | |||
* | few android compatibility fixes | waker | 2011-01-22 |
| | |||
* | updated copyright year to 2011 | waker | 2011-01-02 |
| | |||
* | fixed mono support in sid plugin | waker | 2010-11-27 |
| | |||
* | added more premix converters; | waker | 2010-11-23 |
| | | | | minor optimization | ||
* | ensure SID plugin BPS is either 8 or 16 | waker | 2010-11-23 |
| | |||
* | ported SID plugin to new API; | waker | 2010-11-23 |
| | | | | | | added default play length option; added Bits Per Sample option; fixed Sample Rate option to have 44100 by default | ||
* | bumped all plugins to version 1.0; | waker | 2010-11-02 |
| | | | | updated portable build packaging script | ||
* | adapted remaining cpp plugins to portable build | waker | 2010-10-24 |
| | |||
* | portable build WIP | waker | 2010-10-23 |
| | |||
* | updated READMEs of several bundled libs | Alexey Yakovenko | 2010-10-09 |
| | |||
* | merged non-android-specific changes from android branch | Alexey Yakovenko | 2010-07-26 |
| | |||
* | improved decoder API to be able to interrupt .init at any moment | Alexey Yakovenko | 2010-05-01 |
| | |||
* | improved sid plugin settings | Alexey Yakovenko | 2010-04-18 |
| | |||
* | fixed to pass make distcheck before 0.4-beta1 | Alexey Yakovenko | 2010-04-11 |
| | |||
* | fixed ton of memleaks and memory-related crashes | Alexey Yakovenko | 2010-04-02 |
| | |||
* | Merge branch 'master' into devel | Alexey Yakovenko | 2010-01-24 |
| | | | | | | Conflicts: junklib.c main.c | ||
* | correct samplerate setting for synth-plugins | Alexey Yakovenko | 2010-01-23 |
| | |||
* | Merge branch 'master' into devel | Alexey Yakovenko | 2010-01-23 |
| | | | | | Conflicts: Makefile.am | ||
* | sid player is now real plugin (dynamically loaded) | Alexey Yakovenko | 2010-01-12 |
ported sid code to new API moved to different md5 library added more md5 functions to plugin API |