rockbox/apps/codecs
Maurus Cuelenaere 8d4d4610b6 * FS#10411 - Fixed point math code is bloated by Jeffrey Goode
* Set svn:keywords properties


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@21701 a1c6a512-1295-4272-9138-f99709370657
2009-07-07 13:36:34 +00:00
..
demac
lib * FS#10411 - Fixed point math code is bloated by Jeffrey Goode 2009-07-07 13:36:34 +00:00
liba52
libalac Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
libasap
libcook Adding support for rm playback. Only cook codec is supported for now and no seeking. 2009-07-06 22:40:45 +00:00
libfaad Fix FS#10174 by correcting an oversimplification of the AAC window switching code I introduced with the unified IMDCT library. Should significantly improve accuracy for all AAC files. 2009-04-29 17:44:02 +00:00
libffmpegFLAC Check some previously unchecked return values in the standalone FLAC test program - fixes some warnings spotted by Mohamed Tarek El Haddad (mt). 2009-05-08 17:52:38 +00:00
libm4a
libmad Enable libmad ASM optimized fixed point routines for MIPS. 2009-03-10 02:13:35 +00:00
libmusepack Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
librm Adding support for rm playback. Only cook codec is supported for now and no seeking. 2009-07-06 22:40:45 +00:00
libspc Might as well enable SPC so that all codecs build on the Clip. Not yet real time. 2009-04-25 04:10:50 +00:00
libspeex
libtremor Commit rest of fix in FS#9866. Don't parse Vorbis comments again in libtremor. It wastes memory and we already have the comments in memory. Looking at the spec and code, I think this fix is proper, but if it breaks any files this may need to be revisited. 2009-06-30 22:37:05 +00:00
libwavpack
libwma Remove unused variable and assignment. 2009-06-15 22:36:57 +00:00
a52.c
aac.c
adx.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
aiff.c
aiff_enc.c
alac.c
ape.c
asap.c
codec_crt0.c
codecs.make Adding support for rm playback. Only cook codec is supported for now and no seeking. 2009-07-06 22:40:45 +00:00
cook.c Adding support for rm playback. Only cook codec is supported for now and no seeking. 2009-07-06 22:40:45 +00:00
flac.c Fix FS#10067: Crash when playing very short (less than a second) FLAC files. 2009-03-29 14:46:11 +00:00
mod.c
mp3_enc.c
mpa.c Fix FS#10139 (broken seek for very long mp3 files) through avoiding int32 overflow in calculation. 2009-04-20 19:10:27 +00:00
mpc.c Allow higher precision in calculation of seek position and elapsed time for mpc codec. 2009-04-20 19:16:48 +00:00
nsf.c
shorten.c
sid.c
SOURCES Adding support for rm playback. Only cook codec is supported for now and no seeking. 2009-07-06 22:40:45 +00:00
spc.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
speex.c Correct Björn's name in various file headers. 2009-03-23 17:08:46 +00:00
vorbis.c Add setjmp/longjmp for ARM and ColdFire to the codec lib, and use it in the Vorbis codec to better handle out of memory conditions (to exit rather than crash; the AAC codec could use it too). setjmp/longjmp comes from newlib 1.17.0 with a few minor changes (combine parts of some files, remove support for some architectures, change some ifdef's). 2009-03-08 12:48:58 +00:00
wav.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c