1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs
2010-12-08 17:28:17 +00:00
..
demac Use MEM_ALIGN_ATTR in libdemac instead of fixed alignment. Speeds up arm11 by ~6%. 2010-11-21 17:58:42 +00:00
lib codeclib: inline assembler for fft4 and fft8 on coldfire, small 0.2-0.3MHz speedup with gcc 3.4, larger 0.6-0.8MHz speedup with gcc 4.4/4.5 2010-12-01 11:27:30 +00:00
liba52
libalac
libasap update the asap codec to version 2.1.2 2010-11-08 20:25:14 +00:00
libasf
libatrac Use MEM_ALIGN_ATTR in libatrac3. 2010-11-22 23:41:57 +00:00
libcook
libfaad Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%. 2010-11-02 21:06:20 +00:00
libffmpegFLAC ffmpeg flac does actually support up to 192k sample rates, and my test file seems to decode fine, so lets enable it. Note that using 192khz is over 6 times slower then 44.1khz on my test file, so I recommend sticking to more reasonable bitrates. 2010-11-17 00:49:09 +00:00
libm4a
libmad Remove tabs 2010-12-01 18:35:01 +00:00
libmusepack Use MEM_ALIGN_ATTR in mpc codec. Speed up by 22-24% was measured on ARM11. 2010-11-21 14:03:55 +00:00
libpcm
librm
libspc
libspeex
libtremor libtremor: merge upstream revisions 17541, 17542, 17543, 17544, 17545, 17546, 17547, 17555, 17572, bringing in various fixes and finally bringing our libtremor up to date, for now. 2010-12-08 17:28:17 +00:00
libtta
libwavpack make WavPack library check the extent of the block that it is parsing so that it cannot run into the next block; also enhance the metadata code to handle the case of files with non-audio blocks at the beginning (which can happen if the source WAV file has lots of RIFF data) 2010-12-05 19:25:32 +00:00
libwma Align various libwma buffers. Saves about 1 MHz on the Gigabeat S. 2010-11-22 07:04:32 +00:00
libwmapro Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%. 2010-11-02 21:06:20 +00:00
libwmavoice
a52.c
a52_rm.c
aac.c
adx.c
aiff.c
aiff_enc.c
alac.c
ape.c
asap.c
atrac3_oma.c
atrac3_rm.c Use MEM_ALIGN_ATTR in libatrac3. 2010-11-22 23:41:57 +00:00
au.c
codec_crt0.c Invalidate the CPU cache after clearing bss, to make sure that bss variables that are used via non-cached aliases don't read garbage. 2010-10-10 20:49:21 +00:00
codecs.make
cook.c
flac.c
mod.c
mp3_enc.c
mpa.c
mpc.c
nsf.c
raac.c
shorten.c
sid.c
smaf.c
SOURCES
spc.c
speex.c
tta.c
vorbis.c
vox.c
wav.c
wav64.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c
wmapro.c
wmavoice.c