summaryrefslogtreecommitdiff
path: root/plugins/sid
Commit message (Collapse)AuthorAge
* changed project description in many filesGravatar Alexey Yakovenko2014-07-16
|
* updated/improved/added licensing info in many plugins, added COPYING files, ↵Gravatar Alexey Yakovenko2014-05-07
| | | | some plugins got upgraded from GPL to ZLIB
* gtkui, sid, gme: added widget controlling chiptune voicesGravatar Alexey Yakovenko2014-02-13
|
* added -avoid-version to all makefilesGravatar Alexey Yakovenko2014-02-05
|
* potential fix of bug #1025: removed c++/glibc hack from gme, supereq, adplug ↵Gravatar Alexey Yakovenko2014-01-04
| | | | and sid plugins
* fixed few errors reported by cppcheck (thanks to Pavel Roschin)Gravatar Alexey Yakovenko2013-11-11
|
* fixed static build of cpp plugins; make works with -j againGravatar Alexey Yakovenko2013-10-21
|
* static build fixesGravatar Alexey Yakovenko2013-10-21
|
* copyright years updatedGravatar Alexey Yakovenko2013-10-06
|
* sid compile fixGravatar Alexey Yakovenko2013-08-29
|
* removed srand(time(NULL)) call from libsidplay Player ctor (it was breaking ↵Gravatar waker2012-05-18
| | | | random play order)
* fixed pl_lock in adplug and sidGravatar waker2012-05-18
|
* gcc 4.7 compile fixGravatar waker2012-04-05
|
* updated (c) year to 2012 in the sourcesGravatar waker2012-03-24
|
* nuked iconv usage from sid pluginGravatar waker2011-05-23
|
* hardcoded api_version 1.0 into all pluginsGravatar waker2011-05-21
|
* sid: fixed include path in SidTune.cppGravatar waker2011-05-14
|
* 0.5.0-rc1 final fixupsGravatar waker2011-05-10
|
* 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
* 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
* new event passing systemGravatar waker2011-04-14
|
* fixed sid plugin descriptionGravatar 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
* fixed a typo in sid plugin config dialogGravatar waker2011-02-02
|
* added vfs support to sid pluginGravatar waker2011-02-01
|
* few android compatibility fixesGravatar waker2011-01-22
|
* updated copyright year to 2011Gravatar waker2011-01-02
|
* fixed mono support in sid pluginGravatar waker2010-11-27
|
* added more premix converters;Gravatar waker2010-11-23
| | | | minor optimization
* ensure SID plugin BPS is either 8 or 16Gravatar waker2010-11-23
|
* ported SID plugin to new API;Gravatar waker2010-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;Gravatar waker2010-11-02
| | | | updated portable build packaging script
* adapted remaining cpp plugins to portable buildGravatar waker2010-10-24
|
* portable build WIPGravatar waker2010-10-23
|
* updated READMEs of several bundled libsGravatar Alexey Yakovenko2010-10-09
|
* merged non-android-specific changes from android branchGravatar Alexey Yakovenko2010-07-26
|
* improved decoder API to be able to interrupt .init at any momentGravatar Alexey Yakovenko2010-05-01
|
* improved sid plugin settingsGravatar Alexey Yakovenko2010-04-18
|
* fixed to pass make distcheck before 0.4-beta1Gravatar Alexey Yakovenko2010-04-11
|
* fixed ton of memleaks and memory-related crashesGravatar Alexey Yakovenko2010-04-02
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-24
| | | | | | Conflicts: junklib.c main.c
* correct samplerate setting for synth-pluginsGravatar Alexey Yakovenko2010-01-23
|
* Merge branch 'master' into develGravatar Alexey Yakovenko2010-01-23
| | | | | Conflicts: Makefile.am
* sid player is now real plugin (dynamically loaded)Gravatar Alexey Yakovenko2010-01-12
ported sid code to new API moved to different md5 library added more md5 functions to plugin API