rockbox/apps/codecs
Yoshihisa Uchida 4446d1bc85 reduce firmware and sun audio codec.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25140 a1c6a512-1295-4272-9138-f99709370657
2010-03-13 05:19:40 +00:00
..
demac Move (small) data into DRAM on PP5020, it's ~4.5% faster that way. Closes about half of the performance gap towards PP5022. The (relatively large) buffers for decoded data stay in IRAM, as does the reciprocal table. Clarify some comments. 2010-03-10 21:39:12 +00:00
lib Use bx lr unconditionally in setjmp_arm.S 2010-03-09 00:22:23 +00:00
liba52 Change liba52 and libmad to the original 8-spaced tabbing. 2010-02-22 21:02:57 +00:00
libalac FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0 2010-02-03 00:37:24 +00:00
libasap Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
libatrac Fix comment on interpolation macro. 2010-03-12 20:09:55 +00:00
libcook Remove CLIP_TO_15 from codeclib. Remove tabs. 2010-02-21 22:05:48 +00:00
libfaad Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
libffmpegFLAC Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
libm4a Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in mp4 files. 2010-01-02 21:02:13 +00:00
libmad Change liba52 and libmad to the original 8-spaced tabbing. 2010-02-22 21:02:57 +00:00
libmusepack Restore musepack's IRAM configuration to pre r25127 for non PP5022/24. 2010-03-12 18:36:01 +00:00
libpcm reduce firmware and sun audio codec. 2010-03-13 05:19:40 +00:00
librm Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
libspc Fix yellow by making the ifdef hell slightly worse 2009-11-29 21:22:23 +00:00
libspeex Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
libtremor Simplify makefile 2010-03-09 03:20:14 +00:00
libwavpack Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
libwma Fix red. 2010-03-07 20:44:50 +00:00
a52.c Make local functions static in codecs, where possible. 2008-12-29 19:49:48 +00:00
a52_rm.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
aac.c Commit both patches in FS#10833 - Protect against division by zero in AAC (mp4) codec by Juliusz Chroboczek. Adds some return value checking so that faad errors don't crash rockbox when decoding broken or unsupported files. 2009-12-14 01:09:01 +00:00
adx.c Remove more tabs 2010-02-07 18:38:47 +00:00
aiff.c libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift. 2010-03-12 11:34:09 +00:00
aiff_enc.c Commit FS#10458 by Christopher Williams - Fix incorrect AIFF and WAV encoding while recording in mono. 2009-07-23 11:27:09 +00:00
alac.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
ape.c FS#10122 - Fix wrong format type of logf functions in speex.c 2009-09-30 12:56:33 +00:00
asap.c correctly set playback time in the asap codec. (metadata parser might not do it for all fileformats). 2010-02-08 16:48:56 +00:00
atrac3_oma.c Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information. 2010-03-12 18:47:13 +00:00
atrac3_rm.c Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information. 2010-03-12 18:47:13 +00:00
au.c reduce firmware and sun audio codec. 2010-03-13 05:19:40 +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 Add wave64(.w64) codec (FS#11022) 2010-02-28 08:48:07 +00:00
cook.c Optimization for cook codec. Rework sample output to be able to use highly optimized dsp routines. Moved some functions to iram. Speeds up codec by 1.3 MHz on PP5022. 2010-02-21 19:47:05 +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 Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
mp3_enc.c This should fix FS#10917, and also fix channel swapping i introduced in r23784. Lets hope the third time's the charm 2010-01-18 04:32:47 +00:00
mpa.c Remove more tabs 2010-02-07 18:38:47 +00:00
mpc.c Major change to musepack decoder: Import v1.3.0 (r458 from svn.musepack.net) to rockbox. Several adaptions in the musepack decoder were made to get the library work and perform fast under rockbox on several targets. With this change mpc sv8 is supported, including seek, replay gain and metadata support. The decoding speed is a 1-4% lower than the last implementation. Reason for this is main restructuring in the bitstream demuxer. 2010-03-07 19:34:44 +00:00
nsf.c Make local functions static in codecs, where possible. 2008-12-29 19:49:48 +00:00
raac.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
shorten.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
sid.c Remove more tabs 2010-02-07 18:38:47 +00:00
smaf.c libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift. 2010-03-12 11:34:09 +00:00
SOURCES Add wave64(.w64) codec (FS#11022) 2010-02-28 08:48:07 +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 FS#10122 - Fix wrong format type of logf functions in speex.c 2009-09-30 12:56:33 +00:00
vorbis.c Remove more tabs 2010-02-07 18:38:47 +00:00
vox.c libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift. 2010-03-12 11:34:09 +00:00
wav.c libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift. 2010-03-12 11:34:09 +00:00
wav64.c libpcm: output depth corrects for the sign 1bit. linear pcm corrects bits shift. 2010-03-12 11:34:09 +00:00
wav_enc.c Commit FS#10458 by Christopher Williams - Fix incorrect AIFF and WAV encoding while recording in mono. 2009-07-23 11:27:09 +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