rockbox/apps/codecs
Mohamed Tarek cda31811c3 add a patch to libwmavoice to make it easier to enable/disable building it.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27763 a1c6a512-1295-4272-9138-f99709370657
2010-08-09 16:53:13 +00:00
..
demac
lib Make codeclib_misc.h include the asm headers to simplify inclusion magic. 2010-07-29 12:52:04 +00:00
liba52
libalac
libasap
libasf WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's. 2010-08-07 17:55:02 +00:00
libatrac Submit FS#11502. Minor optimization to Coldfire assembler in libatrac's fixmul16(). Thanks to Nils Willménius. 2010-07-28 18:17:56 +00:00
libcook Make codeclib_misc.h include the asm headers to simplify inclusion magic. 2010-07-29 12:52:04 +00:00
libfaad faad: move inline function in header 2010-08-03 17:59:59 +00:00
libffmpegFLAC Shorten: tweak some inline asm, use local lables to not cause problems when the function gets inlined, mark it as inline, tweak clobbers and use lea instead of add in one place. Fixes problems when building libffmpegFLAC with newer gcc. 2010-07-20 08:18:04 +00:00
libm4a
libmad libmad: small tweak to coldfire inline asm, gives a slight speedup and now builds fine with gcc 4.4.4 2010-07-23 08:47:31 +00:00
libmusepack
libpcm
librm
libspc
libspeex Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
libtremor
libtta
libwavpack Rockbox as an application: Commit current Android port progress. 2010-08-02 20:34:47 +00:00
libwma wma: move inline functions into .h file 2010-08-03 17:41:34 +00:00
libwmapro Another minor ARM speedup for libwmapro. Drop lsb of multiplication result in fixmul31(). The difference to current implementation is +/-1 in the output signal. Same routines are used for other codecs and in the codec lib as well. 2010-08-05 21:59:29 +00:00
libwmavoice add a patch to libwmavoice to make it easier to enable/disable building it. 2010-08-09 16:53:13 +00:00
a52.c
a52_rm.c
aac.c
adx.c
aiff.c
aiff_enc.c
alac.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
ape.c
asap.c
atrac3_oma.c
atrac3_rm.c
au.c
codec_crt0.c Rockbox as an application: Commit current Android port progress. 2010-08-02 20:34:47 +00:00
codecs.make
cook.c
flac.c flac: error out if max blocksize is larger than we can handle. 2010-08-03 09:48:57 +00:00
mod.c
mp3_enc.c
mpa.c mpa: remove bad enum comparison spotted by gcc 4.5.1 2010-08-01 16:08:25 +00:00
mpc.c
nsf.c
raac.c
shorten.c
sid.c
smaf.c
SOURCES Enable wmapro compilation for lowmem targets by excluding multichannel buffers for them. 2010-07-28 14:01:10 +00:00
spc.c
speex.c
tta.c
vorbis.c
vox.c
wav.c
wav64.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c Modify WMA to produce non-interleaved stereo output (FS#11503 by me). speeds up wma by 3.5MHz on CF and 2.2MHz on ARM. 2010-07-28 12:45:21 +00:00
wmapro.c Increase wmapro decoder output sample depth to 24 bits, makes the mean error between our output and the original floating point decoder ~5e-8. (FS#11498 by Buschel) 2010-08-04 23:21:35 +00:00
wmavoice.c WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's. 2010-08-07 17:55:02 +00:00