1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs
Mohamed Tarek 042bbad6d6 revert r22337 for libwma for now since it broke wma playback on ARM due to alignment issues.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22347 a1c6a512-1295-4272-9138-f99709370657
2009-08-16 15:36:32 +00:00
..
demac
lib Remove svn:executable on source file and set keywords. 2009-08-16 12:24:50 +00:00
liba52
libalac
libasap
libatrac Put the lookup tables into iram ; 2% speedup on ColdFire 1% on ARM 2009-08-16 12:51:17 +00:00
libcook Move bitstream.[ch] to codecs/lib/ffmpeg_bitstream.[ch] to avoid duplicate copies across codecs. 2009-08-15 22:06:42 +00:00
libfaad
libffmpegFLAC
libm4a
libmad
libmusepack
librm Factor out bytestream reading functions needed in rm parsers/codecs. 2009-08-14 15:13:14 +00:00
libspc
libspeex
libtremor
libwavpack
libwma revert r22337 for libwma for now since it broke wma playback on ARM due to alignment issues. 2009-08-16 15:36:32 +00:00
a52.c
a52_rm.c Add a couple of functions for the rm metadata parser for debugging, and add a comment to codecs/a52_rm.c to indicate the source of the decode 2009-08-06 05:45:54 +00:00
aac.c
adx.c
aiff.c
aiff_enc.c
alac.c
ape.c
asap.c
atrac3_rm.c Support for playback of atrac3 audio in rm, in sim. 2009-08-14 17:36:57 +00:00
codec_crt0.c
codecs.make Support for playback of atrac3 audio in rm, in sim. 2009-08-14 17:36:57 +00:00
cook.c Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define 2009-08-04 06:10:03 +00:00
flac.c Fix FS#10476. Prevent FLAC bitrate calculation overflow with large files. The watermark depends on the bitrate, and so this also fixes playback pauses on large FLAC files. 2009-08-08 20:27:03 +00:00
mod.c
mp3_enc.c
mpa.c
mpc.c
nsf.c
raac.c Move the DATA_HEADER_SIZE define to codecs/librm/rm.h and add a define 2009-08-04 06:10:03 +00:00
shorten.c
sid.c
SOURCES Support for playback of atrac3 audio in rm, in sim. 2009-08-14 17:36:57 +00:00
spc.c
speex.c
vorbis.c
wav.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c