rockbox/apps/codecs
Dave Hooper eb943e9495 split_radix_permutation also unused (since now a hardcoded table) - but left intact so we can/could regenerate the table
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24716 a1c6a512-1295-4272-9138-f99709370657
2010-02-17 01:09:45 +00:00
..
demac libdemac: Add x86/x86_64 MMX asm for the filters. Not relevant for target but speeds up decoding on x86/x86_64 sims. Average speedup ranges from 25% for -c2000 to 3 times for -c5000; on Intel Atom it's even 45% for -c2000 to 6 times for -c5000. 2010-02-15 01:27:04 +00:00
lib split_radix_permutation also unused (since now a hardcoded table) - but left intact so we can/could regenerate the table 2010-02-17 01:09:45 +00:00
liba52 Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
libalac FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0 2010-02-03 00:37:24 +00:00
libasap sync asap codec to ASAP 2.1 2010-02-04 17:31:10 +00:00
libatrac Fix yellow (bad function declaration) 2010-02-17 00:58:54 +00:00
libcook Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
libfaad
libffmpegFLAC
libm4a
libmad
libmusepack Submit FS#10974: Speed up mpc-codec through changing the dct32-algorithm. +5% on PP5020, +12% on M5. 2010-02-07 14:04:46 +00:00
libpcm libpcm: add missing #include and set svn:keywords 2010-01-28 17:28:27 +00:00
librm
libspc
libspeex
libtremor Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
libwavpack
libwma Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
a52.c
a52_rm.c
aac.c
adx.c Remove more tabs 2010-02-07 18:38:47 +00:00
aiff.c Commit FS#10423 by Yoshihisa Uchida. Adds support for floating point PCM to libpcm. 2010-01-27 18:10:08 +00:00
aiff_enc.c
alac.c
ape.c
asap.c correctly set playback time in the asap codec. (metadata parser might not do it for all fileformats). 2010-02-08 16:48:56 +00:00
atrac3_oma.c Initial support for ATRAC3 streams in wav containers. 2010-02-16 03:34:39 +00:00
atrac3_rm.c "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must not be obligatory to initialize the decoder through RMContext. 2010-02-16 01:47:22 +00:00
codec_crt0.c
codecs.make Add support for Sony OMA file format. Currently only supports ATRAC3 (without DRM), and seeks. Tested on sansa 2010-02-12 03:21:37 +00:00
cook.c
flac.c
mod.c
mp3_enc.c
mpa.c Remove more tabs 2010-02-07 18:38:47 +00:00
mpc.c
nsf.c
raac.c
shorten.c
sid.c Remove more tabs 2010-02-07 18:38:47 +00:00
SOURCES Add support for Sony OMA file format. Currently only supports ATRAC3 (without DRM), and seeks. Tested on sansa 2010-02-12 03:21:37 +00:00
spc.c
speex.c
vorbis.c Remove more tabs 2010-02-07 18:38:47 +00:00
wav.c Try one more time to fix bitness warnings in WAV. 2010-01-27 18:12:42 +00:00
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c