rockbox/apps/codecs
2009-04-25 11:25:13 +00:00
..
demac Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
lib Commit FS#9882 - make better use of iram at different quality encodings, remove redundant memsets, implement doublebuffer if it will fit in iram to save a mempcy each frame, and some alignment fixes for coldfire 2009-04-25 11:25:13 +00:00
liba52 Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
libalac Cosmetic fix: remove duplicate semicolons 2009-03-04 18:15:06 +00:00
libasap Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
libfaad Disable AAC-SBR, AAC-SSR, and AAC-PS on Sansa clip. Clean up warnings introduced by this. Enable compiling the AAC codec on the Clip. Due to lack of memory for seek tables, files over 10 minutes long or so will probably fail. 2009-04-25 03:51:58 +00:00
libffmpegFLAC Fix FS#10111 - Pops and clicks when playing 24 bit FLAC files. This fixes decoding of RICE2 entropy coding. Backported from ffmpeg. 2009-04-10 02:15:04 +00:00
libm4a Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
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
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 Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
libtremor Commit FS#9882 - make better use of iram at different quality encodings, remove redundant memsets, implement doublebuffer if it will fit in iram to save a mempcy each frame, and some alignment fixes for coldfire 2009-04-25 11:25:13 +00:00
libwavpack Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
libwma Silence warning from 'ar' if the archive had to be created. 2009-03-01 09:04:15 +00:00
a52.c Make local functions static in codecs, where possible. 2008-12-29 19:49:48 +00:00
aac.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
adx.c Updated our source code header to explicitly mention that we are GPL v2 or 2008-06-28 18:10:04 +00:00
aiff.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
aiff_enc.c Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes. 2008-11-28 07:23:13 +00:00
alac.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
ape.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
asap.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
codec_crt0.c Mac doesn't handle placing variables in specific sections very well. Building the sim on OS X is now possible once again. 2009-02-27 07:30:41 +00:00
codecs.make Fix some slight inconsistencies. 2009-03-02 08:16:36 +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 Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
mp3_enc.c Make local functions static in codecs, where possible. 2008-12-29 19:49:48 +00:00
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 Make local functions static in codecs, where possible. 2008-12-29 19:49:48 +00:00
shorten.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
sid.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
SOURCES 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
spc.c Make basic cache functions into calls, and get rid of CACHE_FUNCTION_WRAPPERS and CACHE_FUNCTIONS_AS_CALL macros. Rename flush/invalidate_icache to cpucache_flush/invalidate. They're inlined only if an implementation isn't provided by defining HAVE_CPUCACHE_FLUSH/INVALIDATE. 2009-02-11 12:55:51 +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 Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
wav_enc.c Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes. 2008-11-28 07:23:13 +00:00
wavpack.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
wavpack_enc.c Recording: Change some encoder code the operation of which was apparantly unclear. It seems clearer now anyway. No functional changes. 2008-11-28 07:23:13 +00:00
wma.c Commit fix suggested by Siaoru Lee in FS#9776. Fixes a bug in our ASF parser. 2009-02-08 22:05:15 +00:00