rockbox/apps/codecs
Michael Sevakis a74d15025e Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in the codecs and plugins.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17303 a1c6a512-1295-4272-9138-f99709370657
2008-05-02 00:38:11 +00:00
..
demac
lib
liba52
libalac
libfaad AAC decoder: Remove suspicious use of the REAL_CONST macro. I don't know what triggers the execution of this code, but this change stops some floating point math code from being linked. It looks like the right thing to do... 2008-03-09 12:36:30 +00:00
libffmpegFLAC
libm4a
libmad Build the remaining plugins for Gigabeat S and straigten out the fake IRAM in the codecs and plugins. 2008-05-02 00:38:11 +00:00
libmusepack Commit FS#8670 by Andree Buschmann. Fixes potiential overflow issue in musepack files. 2008-03-08 21:26:03 +00:00
libspeex Optimize the ARM ASM qmf_synth() clipping stage a bit. Also fix a typo and remove some trailing white space. 2008-02-08 00:19:16 +00:00
libwavpack
libwma Fix mistake in previous WMA commit. Also update comments to reflect changes. 2008-04-21 00:46:55 +00:00
spc Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00
Tremor Remove obsolete comment 2008-04-03 07:47:23 +00:00
a52.c
aac.c
adx.c clear up some sim warnings 2008-02-25 21:57:09 +00:00
aiff.c Change to (or add) 'standard' codec startup delay, fixing potential startup problems for APE and MPC files. 2008-02-24 19:12:15 +00:00
aiff_enc.c
alac.c
ape.c Change to (or add) 'standard' codec startup delay, fixing potential startup problems for APE and MPC files. 2008-02-24 19:12:15 +00:00
codec.h
codec_crt0.c
flac.c Try to fix resume problems for FLAC files. 2008-02-24 13:22:40 +00:00
Makefile Revert... stupid svn doesn't complain when passing -m twice :( 2008-04-02 22:45:23 +00:00
mp3_enc.c Another fix for file system issues when encountering disk full (like when recording) 2007-12-13 23:36:22 +00:00
mpa.c Move audio_set_elapsed to mpa.c, as recommended by the TODO note. Please correct me if affecting ci->id3->elapsed directly (ie without using ci->set_elapsed) is wrong. 2008-04-03 12:13:03 +00:00
mpc.c Change to (or add) 'standard' codec startup delay, fixing potential startup problems for APE and MPC files. 2008-02-24 19:12:15 +00:00
nsf.c
shorten.c
sid.c Change to (or add) 'standard' codec startup delay, fixing potential startup problems for APE and MPC files. 2008-02-24 19:12:15 +00:00
SOURCES Revert... stupid svn doesn't complain when passing -m twice :( 2008-04-02 22:45:23 +00:00
spc.c Enable nocache sections using the linker. PP5022/4 must use SW_CORELOCK now with shared variables in DRAM (it seems swp(b) is at least partially broken on all PP or I'm doing something very wrong here :\). For core-shared data use SHAREDBSS/DATA_ATTR. NOCACHEBSS/DATA_ATTR is available whether or not single core is forced for static peripheral-DMA buffer allocation without use of the UNCACHED_ADDR macro in code and is likely useful on a non-PP target with a data cache (although not actually enabled in config.h and the .lds's in this commit). 2008-04-06 04:34:57 +00:00
speex.c
vorbis.c
wav.c
wav_enc.c Another fix for file system issues when encountering disk full (like when recording) 2007-12-13 23:36:22 +00:00
wavpack.c
wavpack_enc.c Another fix for file system issues when encountering disk full (like when recording) 2007-12-13 23:36:22 +00:00
wma.c Fix skipping back to the start of WMA files, broken by the addition of resume support. Not the most elegant fix perhaps, but it works for me. 2008-04-29 19:00:42 +00:00