summaryrefslogtreecommitdiff
path: root/apps/codecs
AgeCommit message (Expand)Author
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-31Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm ...Michael Sevakis
2011-08-31Build libgme with the same compiler settings as other codecs.Andree Buschmann
2011-08-31Declare several libgme functions static.Andree Buschmann
2011-08-30Submit parts of FS#12189 regarding codec API. Replaces access to global setti...Andree Buschmann
2011-08-30Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an ...Andree Buschmann
2011-08-28codec_main() prototype inside codec_crt0.c is no longer needed since it's in ...Michael Sevakis
2011-08-28libtremor: comment out some more unused functions, make a function param unsi...Nils Wallménius
2011-08-28libtremor: remove some inline cf asm that is no longer needed with the new to...Nils Wallménius
2011-08-28libtremor: comment out some unused functions and mark some file local functio...Nils Wallménius
2011-08-28Remove obsolete 'ci->set_elapsed()' from mpc.Andree Buschmann
2011-08-28Commit work started in FS#12153 to put timing/position information in PCMMichael Sevakis
2011-08-26Minor libwmavoice fixes; initialise the entire VBM tree and remove file handl...Steve Bavin
2011-08-26Fix an issue in libfaad found by static code analysis. Two arrays within the ...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-08Remove a floating point calculation from ay codec.Andree Buschmann
2011-08-07Remove 'set but not used' warning.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
2011-08-02Sync rockbox to r475 of musepack's svn.Andree Buschmann
2011-07-28Fix a bug introduced in r27463 that caused the line spectral pair look up tab...Michael Giacomelli
2011-07-23Fix musepack resume for resume positions > 7:30m.Andree Buschmann
2011-07-17AAC: Another gapless fix, this one for the end of the file. The real size of ...Magnus Holmgren
2011-06-30Do not use double/float calculations but predefined tables in mod codec. Redu...Andree Buschmann
2011-06-24Submit FS#12142 by Sean Bartell with minor chnages by myself. Removes unused ...Andree Buschmann
2011-06-24SPC Codec: Restore correct FIR buffer alignment when an address mask is used....Michael Sevakis
2011-06-24Submit FS#12164 by Sean Bartell with minor changes by myself. Fixes possible ...Andree Buschmann
2011-06-18FS#12161: Correct the gapless processing for AAC, so that it doesn't remove t...Magnus Holmgren
2011-06-09libtremor: comment out unused struct member.Nils Wallménius