| Commit message (Expand) | Author | Age |
| * | Fix detuned VRC7. In VRC7 apu the 2413 emu must run at the default clock rate... | Andree Buschmann | 2011-10-01 |
| * | libtremor: arm asm for ff_vector_fmul_window_c on v4 and v5 cores, speeds up ... | Nils Wallménius | 2011-09-23 |
| * | libtremor: small whitespace cleanup. | Nils Wallménius | 2011-09-23 |
| * | libtremor: cf asm for ff_vector_fmul_window_c, gives a speedup of ~0.3MHz. | Nils Wallménius | 2011-09-22 |
| * | libtremor: rename file that now contains more ffmpeg code. | Nils Wallménius | 2011-09-22 |
| * | libtremor: port over ffmpeg's windowing code | Nils Wallménius | 2011-09-22 |
| * | codeclib/libtremor: Clean up duplication of inline funcs, constify the ones i... | Nils Wallménius | 2011-09-21 |
| * | libtremor: pass the floor1 lookup table pointer as a param to the render_line... | Nils Wallménius | 2011-09-19 |
| * | libtremor: save a kB or two limiting an array size to the maximum number of c... | Nils Wallménius | 2011-09-16 |
| * | libtremor: small tweak to cf channel coupling asm, speeding up vorbis decodin... | Nils Wallménius | 2011-09-16 |
| * | codeclib: more cf asm for the mdct, saves ~0.7MHz decoding vorbis on h300. | Nils Wallménius | 2011-09-15 |
| * | codeclib: further tweaks to the cf fft asm for a small speedup. | Nils Wallménius | 2011-09-14 |
| * | Roll back r30509 after discussion on irc. Activating AAC-HE SBR will not work... | Andree Buschmann | 2011-09-14 |
| * | codeclib: tweak coldfire mdct asm a bit more, flip usage of mac/msac instead ... | Nils Wallménius | 2011-09-13 |
| * | codeclib: coldfire asm for the TRANSFORM* functions in the fft and a little f... | Nils Wallménius | 2011-09-12 |
| * | AAC: Enable SBR decoding for all targets | Rafaël Carré | 2011-09-12 |
| * | libgme: make local functions static, where possible | Bertrik Sikken | 2011-09-10 |
| * | Fully remove floating point code from libmusepack. Introduce two small const ... | Andree Buschmann | 2011-09-10 |
| * | Remove residual floating point code from libgme's ym2612_emu. Saves several K... | Andree Buschmann | 2011-09-10 |
| * | Further work on libgme's emu2413. Fully remove floating point, introduce anot... | Andree Buschmann | 2011-09-10 |
| * | Migrate some floating point code to fixed point in libgme. | Andree Buschmann | 2011-09-10 |
| * | Bugfixes for libgme by Mauricio Garrido: added missing call of Blip_set_modif... | Andree Buschmann | 2011-09-09 |
| * | Submit FS#12258. Do not use '-ffunction-sections' and '-fdata-sections' when ... | Andree Buschmann | 2011-09-07 |
| * | Fix residual red, thanks to Zagor. | Andree Buschmann | 2011-08-31 |
| * | Fix some more libgme compile issues. | Andree Buschmann | 2011-08-31 |
| * | Check for CPU_ARM in libgme/blip_buffer. | Andree Buschmann | 2011-08-31 |
| * | Update libgme to Blargg's Game_Music_Emu 0.6-pre. | Andree Buschmann | 2011-08-31 |
| * | Get rid of strict aliasing warnings for ARMv6 spc_dsp.c. Just do load in asm ... | Michael Sevakis | 2011-08-31 |
| * | Build libgme with the same compiler settings as other codecs. | Andree Buschmann | 2011-08-31 |
| * | Declare several libgme functions static. | Andree Buschmann | 2011-08-31 |
| * | Submit parts of FS#12189 regarding codec API. Replaces access to global setti... | Andree Buschmann | 2011-08-30 |
| * | Introduce CPU dependent IRAM configuration for libgme. Use ICODE_ATTR for an ... | Andree Buschmann | 2011-08-30 |
| * | codec_main() prototype inside codec_crt0.c is no longer needed since it's in ... | Michael Sevakis | 2011-08-28 |
| * | libtremor: comment out some more unused functions, make a function param unsi... | Nils Wallménius | 2011-08-28 |
| * | libtremor: remove some inline cf asm that is no longer needed with the new to... | Nils Wallménius | 2011-08-28 |
| * | libtremor: comment out some unused functions and mark some file local functio... | Nils Wallménius | 2011-08-28 |
| * | Remove obsolete 'ci->set_elapsed()' from mpc. | Andree Buschmann | 2011-08-28 |
| * | Commit work started in FS#12153 to put timing/position information in PCM | Michael Sevakis | 2011-08-28 |
| * | Minor libwmavoice fixes; initialise the entire VBM tree and remove file handl... | Steve Bavin | 2011-08-26 |
| * | Fix an issue in libfaad found by static code analysis. Two arrays within the ... | Andree Buschmann | 2011-08-26 |
| * | Clean up redundant assignment | Thomas Jarosch | 2011-08-25 |
| * | Optimized compiler settings for libgme. ARM now uses -O1 except for the 2413 ... | Andree Buschmann | 2011-08-18 |
| * | FS#12231 | Nils Wallménius | 2011-08-18 |
| * | Roll back r30328. Sorry for any inconvenience. | Andree Buschmann | 2011-08-18 |
| * | Allow to use different compiler settings for codecs built from libgme. ARM no... | Andree Buschmann | 2011-08-18 |
| * | Submit a patch to the VGM codec by Mauricio Gama which saves some more RAM th... | Andree Buschmann | 2011-08-17 |
| * | Reduce memory consumption of VGM codec for low memry targets at the costs of ... | Andree Buschmann | 2011-08-17 |
| * | Save some RAM in a libgme emulator used for VGM codec. LFO_ENV_TAB[] and LFO_... | Andree Buschmann | 2011-08-15 |
| * | Remove further float operations from emu2413 in libgme to speed up synthesis. | Andree Buschmann | 2011-08-14 |
| * | Remove a couple of duplicate #includes | Bertrik Sikken | 2011-08-14 |