rockbox/apps/codecs
Andree Buschmann 2ddcd7fd94 Optimization of mpc's buffering routines through using the maximum possible buffer size. This reduces read access calls.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28198 a1c6a512-1295-4272-9138-f99709370657
2010-10-02 17:52:12 +00:00
..
demac workaround weird gcc behaviour 2010-09-07 14:58:10 +00:00
lib ARMv6 supports unaligned memory accesses and they are enabled on our only ARMv6 target so we might as well use them. Speeds up decoding of a flac8 file by 3.5%. 2010-09-29 13:20:03 +00:00
liba52
libalac
libasap
libasf Correct the check for the requested vs returned sizes in libasf. 2010-08-14 09:49:09 +00:00
libatrac
libcook
libfaad Minor macro redefinition in libfaad to avoid FIXED_POINT ifdef'ing. 2010-09-14 20:40:56 +00:00
libffmpegFLAC
libm4a Make M4A demuxer more flexible when handling the stsd atom. Allows file reported in the forum to play. 2010-08-29 13:48:29 +00:00
libmad
libmusepack Optimization of mpc's buffering routines through using the maximum possible buffer size. This reduces read access calls. 2010-10-02 17:52:12 +00:00
libpcm
librm
libspc
libspeex
libtremor Move ffmpeg functions to their own file to avoid mixing code under different liceses in the same file. Licensing is fun! 2010-08-22 20:14:25 +00:00
libtta Use system headers a bit more: use host's fcntl.h for O_RDONLY etc. 2010-08-27 12:38:25 +00:00
libwavpack
libwma Remove some unused variables. 2010-09-19 22:09:11 +00:00
libwmapro
libwmavoice
a52.c
a52_rm.c
aac.c Fix red. 2010-08-29 16:46:03 +00:00
adx.c
aiff.c
aiff_enc.c
alac.c Clean up alac/acc demux structure on next track. Solves issues with some files only being playable on direct selection, but not if switched to via playback engine or skip. 2010-08-29 16:43:11 +00:00
ape.c
asap.c
atrac3_oma.c
atrac3_rm.c
au.c
codec_crt0.c Extend lc_open() to also being able to load overlay plugins. 2010-09-09 16:17:21 +00:00
codecs.make Move setjmp to lib and add setjmp for sh (imported from newlib) and compile it as separate library. 2010-08-24 12:38:42 +00:00
cook.c
flac.c flac: more detailed debug message 2010-09-15 07:44:03 +00:00
mod.c
mp3_enc.c
mpa.c
mpc.c
nsf.c
raac.c
shorten.c
sid.c Ged rid of uisimulator/common/io.c for android builds. 2010-09-01 21:29:34 +00:00
smaf.c
SOURCES
spc.c
speex.c
tta.c
vorbis.c Reinitialise ogg_malloc system on each track change with the vorbis codec - part of FS #11533 by me 2010-08-23 20:09:58 +00:00
vox.c
wav.c
wav64.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c
wmapro.c
wmavoice.c