rockbox/apps/codecs
2010-06-10 19:02:27 +00:00
..
demac Correction to clobber lists of several codec's inline assembly. 2010-05-29 15:00:10 +00:00
lib ARM: use BX when branch to an address in register 2010-05-31 15:14:26 +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
libasf Rename seek() to asf_seek() 2010-05-21 16:05:28 +00:00
libatrac Small changes to asm for better readability. 2010-05-29 14:56:25 +00:00
libcook Set up EMAC mode in cook, fixing whitenois when transitioning from a codec using different emac mode.' 2010-05-14 11:08:59 +00:00
libfaad Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
libffmpegFLAC Submit FS#11381. Use -O2 for ffmpegFLAC on ARM targets. This will give reasonable speed-up (+3% on PP502x) for svn and major speed-up when switching to eabi tool chain (+9% on PP502x). Coldfire was tested to be faster when keeping -O1. 2010-06-09 06:21:28 +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 Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use the C-implementation of dct32 compiled with -O1 as the asm implementation of dct32 compiled with -O2. Configuration for Coldfire processors is untouched. In the new configuration the stack of the COP decoding thread needs to be increased on dualcore targets. Speed is increasing by up to 0.9 MHz (-O2 against -O1 using eabi). 2010-06-10 19:02:27 +00:00
libmusepack Some asm code beautification in the mpc decoder. 2010-06-05 17:52:31 +00:00
libpcm Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
librm Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
libspc SPC codec: The inline asm 'memory' clobbers should be unneeded since the ASM either does not modify memory (only loads values), or it modifies things only other ASM blocks deal with and the operand constraints mark them as in/out/both. 2010-06-04 02:20:19 +00:00
libspeex Correction to clobber lists of several codec's inline assembly. 2010-05-29 15:00:10 +00:00
libtremor Correction to clobber lists of several codec's inline assembly. 2010-05-29 15:00:10 +00:00
libtta tta codec: optimize for arm target. pp502x: ~1% speed up. 2010-06-02 10:54:11 +00:00
libwavpack Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
libwma wmafixed.h: remove double declaration 2010-05-10 10:20:55 +00:00
libwmapro Fix ffmpeg revision number in libwmapro/README.rockbox 2010-05-09 21:52:35 +00:00
a52.c
a52_rm.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
aac.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
adx.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
aiff.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
aiff_enc.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
alac.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
ape.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +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 fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
codec_crt0.c
codecs.make fix red 2010-05-16 12:34:43 +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 logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
mod.c Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
mp3_enc.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
mpa.c Submit FS#11365. Speed up mp3 decoding on ARM processors. It is faster to use the C-implementation of dct32 compiled with -O1 as the asm implementation of dct32 compiled with -O2. Configuration for Coldfire processors is untouched. In the new configuration the stack of the COP decoding thread needs to be increased on dualcore targets. Speed is increasing by up to 0.9 MHz (-O2 against -O1 using eabi). 2010-06-10 19:02:27 +00:00
mpc.c Fix FS#11103. Resuming musepack files was handled wrong since ages. This change converts the decoders exact sample position to an estimated byte position within the file. The resume position in samples is calculated the reverse way, 2010-03-14 13:32:16 +00:00
nsf.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
raac.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
shorten.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
sid.c Remove more tabs 2010-02-07 18:38:47 +00:00
smaf.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
SOURCES add True Audio (TTA) codec 2010-05-13 12:40:09 +00:00
spc.c
speex.c
tta.c fix: The second playback time is not correct in playing TTA musics continuously. 2010-05-14 11:08:56 +00:00
vorbis.c Remove more tabs 2010-02-07 18:38:47 +00:00
vox.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wav.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wav64.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wav_enc.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
wavpack.c
wavpack_enc.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
wma.c Rename seek() to asf_seek() 2010-05-21 16:05:28 +00:00
wmapro.c nomsg 2010-05-09 21:42:09 +00:00