summaryrefslogtreecommitdiffstats
path: root/apps/codecs
AgeCommit message (Expand)AuthorFilesLines
2011-09-10libgme: make local functions static, where possibleBertrik Sikken4-13/+13
2011-09-10Fully remove floating point code from libmusepack. Introduce two small const ...Andree Buschmann6-15/+75
2011-09-10Remove residual floating point code from libgme's ym2612_emu. Saves several K...Andree Buschmann2-64/+63
2011-09-10Further work on libgme's emu2413. Fully remove floating point, introduce anot...Andree Buschmann2-27/+87
2011-09-10Migrate some floating point code to fixed point in libgme.Andree Buschmann5-15/+14
2011-09-09Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif...Andree Buschmann7-20/+30
2011-09-07Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ...Andree Buschmann2-2/+12
2011-08-31Fix residual red, thanks to Zagor.Andree Buschmann1-2/+2
2011-08-31Fix some more libgme compile issues.Andree Buschmann1-1/+1
2011-08-31Check for CPU_ARM in libgme/blip_buffer.Andree Buschmann1-1/+1
2011-08-31Update libgme to Blargg's Game_Music_Emu 0.6-pre.Andree Buschmann68-4816/+4036
2011-08-31Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm ...Michael Sevakis1-3/+4
2011-08-31Build libgme with the same compiler settings as other codecs.Andree Buschmann1-17/+17
2011-08-31Declare several libgme functions static.Andree Buschmann9-35/+17
2011-08-30Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann9-18/+18
2011-08-30Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an ...Andree Buschmann3-1/+18
2011-08-28codec_main() prototype inside codec_crt0.c is no longer needed since it's in ...Michael Sevakis1-2/+0
2011-08-28libtremor: comment out some more unused functions, make a function param unsi...Nils Wallménius2-11/+14
2011-08-28libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius1-5/+0
2011-08-28libtremor: comment out some unused functions and mark some file local functio...Nils Wallménius2-17/+32
2011-08-28Remove obsolete 'ci->set_elapsed()' from mpc.Andree Buschmann1-1/+0
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis27-17/+63
2011-08-26Minor libwmavoice fixes; initialise the entire VBM tree and remove file handl...Steve Bavin2-1/+2
2011-08-26Fix an issue in libfaad found by static code analysis. Two arrays within the ...Andree Buschmann1-2/+4
2011-08-25Clean up redundant assignmentThomas Jarosch1-4/+2
2011-08-18Optimized compiler settings for libgme. ARM now uses -O1 except for the 2413 ...Andree Buschmann7-21/+28
2011-08-18FS#12231Nils Wallménius27-275/+58
2011-08-18Roll back r30328. Sorry for any inconvenience.Andree Buschmann30-247/+208
2011-08-18Allow to use different compiler settings for codecs built from libgme. ARM no...Andree Buschmann30-208/+247
2011-08-17Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM th...Andree Buschmann5-342/+225
2011-08-17Reduce memory consumption of VGM codec for low memry targets at the costs of ...Andree Buschmann2-6/+28
2011-08-15Save some RAM in a libgme emulator used for VGM codec. LFO_ENV_TAB[] and LFO_...Andree Buschmann2-12/+19
2011-08-14Remove further float operations from emu2413 in libgme to speed up synthesis.Andree Buschmann1-15/+16
2011-08-14Remove a couple of duplicate #includesBertrik Sikken1-1/+0
2011-08-13Remove all IRAM attributes from libGME to be able to restart the IRAM optimiz...Andree Buschmann60-228/+214
2011-08-126th part of FS#12176. Reduce memory consumption of libgme emulators to allow ...Andree Buschmann3-8/+16
2011-08-12Remove unused sources from libgme.Andree Buschmann3-756/+0
2011-08-115th part of FS#12176. Further fixed point migration. Only two emulators (ym24...Andree Buschmann17-43/+38
2011-08-11libgme: make local functions static where possibleBertrik Sikken23-119/+124
2011-08-11Reduce gain of VGM codec to avoid clipping.Andree Buschmann1-1/+1
2011-08-114th part of FS#12176. Volume settings migrated to fixed point for libgme.Andree Buschmann36-88/+79
2011-08-103rd part of FS#12176. Gain setting migrated to fixed point for libgme.Andree Buschmann15-57/+58
2011-08-092nd part of FS#12176. Tempo setting migrated to fixed point for libgme.Andree Buschmann21-69/+71
2011-08-08Remove a floating point calculation from ay codec.Andree Buschmann1-1/+1
2011-08-07Remove 'set but not used' warning.Andree Buschmann1-2/+0
2011-08-07Fix yellow and red. Disable NSF, VGM, SGC and KSS formats for low memory targ...Andree Buschmann5-18/+20
2011-08-07Submit initial patch from FS#12176. Adds support for several new game music f...Andree Buschmann133-4415/+32448
2011-08-02Sync rockbox to r475 of musepack's svn.Andree Buschmann6-85/+140
2011-07-28Fix a bug introduced in r27463 that caused the line spectral pair look up tab...Michael Giacomelli1-1/+1
2011-07-23Fix musepack resume for resume positions > 7:30m.Andree Buschmann1-1/+1