summaryrefslogtreecommitdiff
path: root/apps/codecs/libgme (unfollow)
Commit message (Expand)Author
2012-04-25Add codecs to librbcodec.Sean Bartell
2012-04-22libgme: fix incorrect memset size argumentBertrik Sikken
2011-11-06Bulk convert all DOS line endings to UNIX.Torne Wuff
2011-10-01Fix detuned VRC7. In VRC7 apu the 2413 emu must run at the default clock rate...Andree Buschmann
2011-09-10libgme: make local functions static, where possibleBertrik Sikken
2011-09-10Remove residual floating point code from libgme's ym2612_emu. Saves several K...Andree Buschmann
2011-09-10Further work on libgme's emu2413. Fully remove floating point, introduce anot...Andree Buschmann
2011-09-10Migrate some floating point code to fixed point in libgme.Andree Buschmann
2011-09-09Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif...Andree Buschmann
2011-08-31Fix residual red, thanks to Zagor.Andree Buschmann
2011-08-31Fix some more libgme compile issues.Andree Buschmann
2011-08-31Check for CPU_ARM in libgme/blip_buffer.Andree Buschmann
2011-08-31Update libgme to Blargg's Game_Music_Emu 0.6-pre.Andree Buschmann
2011-08-31Declare several libgme functions static.Andree Buschmann
2011-08-30Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an ...Andree Buschmann
2011-08-25Clean up redundant assignmentThomas Jarosch
2011-08-18Optimized compiler settings for libgme. ARM now uses -O1 except for the 2413 ...Andree Buschmann
2011-08-18FS#12231Nils Wallménius
2011-08-18Roll back r30328. Sorry for any inconvenience.Andree Buschmann
2011-08-18Allow to use different compiler settings for codecs built from libgme. ARM no...Andree Buschmann
2011-08-17Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM th...Andree Buschmann
2011-08-17Reduce memory consumption of VGM codec for low memry targets at the costs of ...Andree Buschmann
2011-08-15Save some RAM in a libgme emulator used for VGM codec. LFO_ENV_TAB[] and LFO_...Andree Buschmann
2011-08-14Remove further float operations from emu2413 in libgme to speed up synthesis.Andree Buschmann
2011-08-14Remove a couple of duplicate #includesBertrik Sikken
2011-08-13Remove all IRAM attributes from libGME to be able to restart the IRAM optimiz...Andree Buschmann
2011-08-126th part of FS#12176. Reduce memory consumption of libgme emulators to allow ...Andree Buschmann
2011-08-12Remove unused sources from libgme.Andree Buschmann
2011-08-115th part of FS#12176. Further fixed point migration. Only two emulators (ym24...Andree Buschmann
2011-08-11libgme: make local functions static where possibleBertrik Sikken
2011-08-11Reduce gain of VGM codec to avoid clipping.Andree Buschmann
2011-08-114th part of FS#12176. Volume settings migrated to fixed point for libgme.Andree Buschmann
2011-08-103rd part of FS#12176. Gain setting migrated to fixed point for libgme.Andree Buschmann
2011-08-092nd part of FS#12176. Tempo setting migrated to fixed point for libgme.Andree Buschmann
2011-08-07Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targ...Andree Buschmann
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann