rockbox/apps/codecs
Dave Hooper a3068ca863 Unroll and optimise channel coupling for arm gives 0.6Mhz speed for vorbis on pp(ipod video)
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@24808 a1c6a512-1295-4272-9138-f99709370657
2010-02-21 15:36:35 +00:00
..
demac Clarify comments in ARMv6 divider regarding special-case handling of large (high bit set) numerators. 2010-02-20 06:29:23 +00:00
lib Adding ICODE for imdct (and its constituent ifft bits) gives 0.5MHz boost on arm (ipod video) and about 5MHz boost on coldfire (H120) 2010-02-20 11:00:16 +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 Reinstate ICONST_ATTR for matrixCoeffs_fix ; remove (silly) gain_tab1 and replace with a simple bitshift in the code 2010-02-20 12:55:35 +00:00
libcook Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
libfaad Use new MDCT library for libfaad. Speeds up AAC-LC by 2.5MHz. 2010-02-20 00:29:31 +00:00
libffmpegFLAC Fix red: av_log2 undefined for ARM_ARCH <= 4, missing codeclib.h includes. 2009-12-06 04:43:23 +00:00
libm4a Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in mp4 files. 2010-01-02 21:02:13 +00:00
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: linear pcm decode logic separates according to each bitspersample, endian, and signess. 2010-02-20 10:15:36 +00:00
librm
libspc Fix yellow by making the ifdef hell slightly worse 2009-11-29 21:22:23 +00:00
libspeex Oops, correct typo that made the previous commit useless 2009-11-29 21:41:58 +00:00
libtremor Unroll and optimise channel coupling for arm gives 0.6Mhz speed for vorbis on pp(ipod video) 2010-02-21 15:36:35 +00:00
libwavpack Reenable -O2 for Wavpack, which appears to have been lost during makefile clean up. Improves wavpack decoding performance by several MHz on ARM and Coldfire. 2009-11-08 07:04:14 +00:00
libwma Merge from branches/mdctexp - faster ifft+imdct in codec lib 2010-02-17 00:49:53 +00:00
a52.c
a52_rm.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
aac.c Commit both patches in FS#10833 - Protect against division by zero in AAC (mp4) codec by Juliusz Chroboczek. Adds some return value checking so that faad errors don't crash rockbox when decoding broken or unsupported files. 2009-12-14 01:09:01 +00:00
adx.c Remove more tabs 2010-02-07 18:38:47 +00:00
aiff.c commit FS#10424 and FS#10425 2010-02-20 02:04:56 +00:00
aiff_enc.c
alac.c
ape.c FS#10122 - Fix wrong format type of logf functions in speex.c 2009-09-30 12:56:33 +00:00
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 Set svn:keywords property. 2009-11-18 01:00:43 +00:00
flac.c
mod.c Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
mp3_enc.c This should fix FS#10917, and also fix channel swapping i introduced in r23784. Lets hope the third time's the charm 2010-01-18 04:32:47 +00:00
mpa.c Remove more tabs 2010-02-07 18:38:47 +00:00
mpc.c
nsf.c
raac.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
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 FS#10122 - Fix wrong format type of logf functions in speex.c 2009-09-30 12:56:33 +00:00
vorbis.c Remove more tabs 2010-02-07 18:38:47 +00:00
wav.c commit FS#10424 and FS#10425 2010-02-20 02:04:56 +00:00
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c