1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs
Dave Bryant f0d1c96ee4 Optimization of WavPack decoding in ARM assembler (for iPods). This allows WavPack files encoded in "high" mode to
play without skipping, although it's still rather marginal (i.e. can't play with other DSP effects enabled). For now
this will not work with 24-bit files either, although that is coming along.


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@8814 a1c6a512-1295-4272-9138-f99709370657
2006-02-23 20:53:59 +00:00
..
dumb Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
lib Added memmove() to codec API & plugin API, and changed codeclib and plugin libs to use it. 2006-02-06 16:04:01 +00:00
liba52 Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
libalac Convert to use common internal sample format. 2006-02-13 19:26:18 +00:00
libfaad Codec makefile cleanup: remove redundant things, don't generate dependency files when cleaning. 2005-12-05 19:32:13 +00:00
libffmpegFLAC Convert to use common internal sample format. 2006-02-13 19:26:18 +00:00
libFLAC Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
libm4a Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
libmad Undefined DEBUG, so that it compiles on DEBUG builds. 2006-02-03 23:21:36 +00:00
libmusepack Add ASM optimised subband filtering loop for ARM targets. Restructure 2006-02-20 20:40:29 +00:00
libwavpack Optimization of WavPack decoding in ARM assembler (for iPods). This allows WavPack files encoded in "high" mode to 2006-02-23 20:53:59 +00:00
Tremor Make Tremor usable on ARM targets. 2006-01-28 21:21:21 +00:00
a52.c Common internal sample format for AC3. 2006-02-13 19:51:53 +00:00
aac.c Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality 2006-01-18 20:22:03 +00:00
aiff.c Minor code policing 2006-02-01 17:58:10 +00:00
alac.c Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality 2006-01-18 20:22:03 +00:00
codec.h iriver: more codec library cleanup: remove codec_alloca and a some extraneous defines. 2005-10-17 18:46:46 +00:00
flac.c Prevent unaligned memory accesses whilst reading seektable - fixes FLAC playback on iPod 2006-01-29 01:31:28 +00:00
Makefile Let's not leave the codecs empty 2006-02-09 07:28:58 +00:00
mpa.c Muting trick to prevent tiny pops and glitchless mp3 seeking. 2006-01-22 10:25:07 +00:00
mpc.c Start converting codecs to use internal sample format (28 bits + sign, 2006-02-13 19:24:36 +00:00
shorten.c Patch #1426489 - Shorten codec optimisations from Mark Arigo 2006-02-07 22:16:35 +00:00
SOURCES Patch #1421483 - AIFF codec by Jvo Studer 2006-02-01 16:42:02 +00:00
vorbis.c Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality 2006-01-18 20:22:03 +00:00
wav.c Part of the profiling patch to use a consistent return path in all codecs to facilitate 'on exit' functionality 2006-01-18 20:22:03 +00:00
wavpack.c Streamlined WavPack decoder by utilizing dsp functionality where it was 2006-02-06 07:40:35 +00:00