rockbox/apps/codecs
Mohamed Tarek b339963567 libwmapro : Rename all FIXED occurrances to int32_t and remove types.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27454 a1c6a512-1295-4272-9138-f99709370657
2010-07-17 08:00:13 +00:00
..
demac FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lib Enable ff_copy_bits in ffmpeg_bitstream.c and put_bits.h and intreadwrite.h to codeclib. 2010-07-17 07:46:38 +00:00
liba52
libalac
libasap
libasf
libatrac Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstream.c as a part of the codec lib. Use this codeclib implementation in libffmpegFLAC. Implement adapted version of the unaligned longword reading optimization for coldfire from the libwma version of this code. Speeds up cook decoding by 2-3% on h300 and flac by 25% on h300, also speeds up flac decoding by 2% on c200 (decoding speed of cook on c200 is unchanged). 2010-07-15 16:19:17 +00:00
libcook Sync codeclib bitstream code with upstream ffmpeg code. Build ffmpeg_bitstream.c as a part of the codec lib. Use this codeclib implementation in libffmpegFLAC. Implement adapted version of the unaligned longword reading optimization for coldfire from the libwma version of this code. Speeds up cook decoding by 2-3% on h300 and flac by 25% on h300, also speeds up flac decoding by 2% on c200 (decoding speed of cook on c200 is unchanged). 2010-07-15 16:19:17 +00:00
libfaad Clean up libfaad's sbr-qmf code. Move array to correct #ifdef-path, introduce macro, beautify indentations. 2010-07-11 22:02:06 +00:00
libffmpegFLAC Remove two unused macros. 2010-07-15 21:20:47 +00:00
libm4a Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
libmad Remove unneeded libmad files from build. 2010-06-28 06:28:05 +00:00
libmusepack Housekeeping. Comment musepack code seqments unused in rockbox. 2010-06-24 18:48:04 +00:00
libpcm
librm
libspc Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
libspeex Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
libtremor Factor out sane code list bisection code and use instead of insane code, clean up some tests for readability's sake. Gives a small speedup on h300 (coldfire, 0.1-0.6MHz) and a tiny speedup on gigabeat s (armv6 0.1-0.2MHz), no real difference on PP. 2010-07-01 20:31:07 +00:00
libtta Tune compiler optimizations for libtta, gives a speedup of 1.1MHz on h300 and 0.4MHz on c200v1. 2010-07-12 16:37:03 +00:00
libwavpack FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libwma Use codeclib version of the ffmpeg bitstream code for wma rather then ancient hacked up version. 2010-07-15 17:14:56 +00:00
libwmapro libwmapro : Rename all FIXED occurrances to int32_t and remove types.h 2010-07-17 08:00:13 +00:00
a52.c
a52_rm.c
aac.c Fix red. 2010-07-02 04:40:24 +00:00
adx.c
aiff.c
aiff_enc.c encoders are not built in sim builds 2010-07-01 08:40:00 +00:00
alac.c
ape.c
asap.c
atrac3_oma.c
atrac3_rm.c
au.c
codec_crt0.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
codecs.make Build wmapro, disabled on targets with less than 2MB of ram 2010-07-14 20:27:43 +00:00
cook.c
flac.c
mod.c
mp3_enc.c mp3 encoder (codec): left and right channels were inverted in mono 2010-07-01 14:21:28 +00:00
mpa.c Comment unused code in libmad. Clean up initialization and memset'ing of decoder arrays. 2010-06-27 18:11:07 +00:00
mpc.c Clean up comments. 2010-06-23 06:25:18 +00:00
nsf.c
raac.c Integrate FS#11445 to raac. In addition remove faad specific pcm conversion and use rockbox' optimized dsp routines. On a 192kbps file and PP5022 the decoding speeds up by 17%. 2010-07-06 19:20:55 +00:00
shorten.c
sid.c
smaf.c
SOURCES Build wmapro, disabled on targets with less than 2MB of ram 2010-07-14 20:27:43 +00:00
spc.c
speex.c
tta.c
vorbis.c
vox.c
wav.c
wav64.c
wav_enc.c encoders are not built in sim builds 2010-07-01 08:40:00 +00:00
wavpack.c
wavpack_enc.c encoders are not built in sim builds 2010-07-01 08:40:00 +00:00
wma.c
wmapro.c Initial cleanup for libwmapro. 2010-07-15 05:38:09 +00:00