rockbox/apps/codecs
2008-11-24 18:40:49 +00:00
..
demac Branch optimisation in both C (giving hints to gcc - verified using -fprofile-arcs and gcov) and asm files. Biggest effect on coldfire (-c1000: +8%, -c2000: +5%), but ARM also profits a bit (less than 1% on ARM7TDMI, around 1% on ARM1136). 2008-11-24 18:40:49 +00:00
lib Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
liba52 Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libalac Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libasap Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libfaad Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libffmpegFLAC Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libm4a Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libmad Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libmusepack Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libspc Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libspeex Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libtremor Macros should be ALL CAPS, so rename (un)likely() to (UN)LIKELY() 2008-11-22 16:56:20 +00:00
libwavpack Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
libwma Remove .a files before running ar, to avoid problems with renamed files remaining in the library. 2008-11-20 16:49:55 +00:00
a52.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
aac.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
adx.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
aiff.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
aiff_enc.c New recording setting to configure how mono recordings are made. Previously, this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably) 2008-10-08 22:18:16 +00:00
alac.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
ape.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00
asap.c Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
codec_crt0.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
codecs.make codec.link must be created with -DCODEC 2008-11-20 15:54:47 +00:00
flac.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mod.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
mp3_enc.c New recording setting to configure how mono recordings are made. Previously, this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably) 2008-10-08 22:18:16 +00:00
mpa.c Opening function brace style police. 2008-09-23 09:23:32 +00:00
mpc.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
nsf.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
shorten.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
sid.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
SOURCES Correct version of memory sizes in config-logikdax.h (previous values were just experimental and should not have been committed). We also need to remove two more codecs for this codec buffer size (128KB). The m200 and DAX builds now actually build. 2008-09-22 19:38:28 +00:00
spc.c Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
speex.c Made local functions static for vorbis and speex codecs 2008-08-12 22:01:55 +00:00
vorbis.c Codec lib directories renamed, except for demac. 2008-11-05 13:30:58 +00:00
wav.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wav_enc.c New recording setting to configure how mono recordings are made. Previously, this was always L+R, which was kinda silly if your signal was on L only. This setting allows for L, R or L+R. SWCODEC only for now, to be added for HWCODEC (although that will only be L and L+R probably) 2008-10-08 22:18:16 +00:00
wavpack.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wavpack_enc.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
wma.c New makefile solution: A single invocation of 'make' to build the entire tree. Fully controlled dependencies give faster and more correct recompiles. 2008-11-20 11:27:31 +00:00