rockbox/apps/codecs
Thomas Martitz 0bf1bd1d51 Redo r28026 so that all .S files get the __ASSEMBLER__ define.
Patch by Thomas Jarosch.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28913 a1c6a512-1295-4272-9138-f99709370657
2010-12-27 17:27:59 +00:00
..
demac Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
lib Fix profiling on coldfire with newer Gcc. 2010-12-27 09:49:33 +00:00
liba52
libalac
libasap update the asap codec to version 2.1.2 2010-11-08 20:25:14 +00:00
libasf Correct the check for the requested vs returned sizes in libasf. 2010-08-14 09:49:09 +00:00
libatrac Use MEM_ALIGN_ATTR in libatrac3. 2010-11-22 23:41:57 +00:00
libcook
libfaad Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%. 2010-11-02 21:06:20 +00:00
libffmpegFLAC ffmpeg flac does actually support up to 192k sample rates, and my test file seems to decode fine, so lets enable it. Note that using 192khz is over 6 times slower then 44.1khz on my test file, so I recommend sticking to more reasonable bitrates. 2010-11-17 00:49:09 +00:00
libm4a Make M4A demuxer more flexible when handling the stsd atom. Allows file reported in the forum to play. 2010-08-29 13:48:29 +00:00
libmad Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
libmusepack Use MEM_ALIGN_ATTR in mpc codec. Speed up by 22-24% was measured on ARM11. 2010-11-21 14:03:55 +00:00
libpcm
librm
libspc SPC Codec: Was broken on ARMv6 since EABI switch and somehow I failed to notice in the first place (and so did eveyone else it seems :). Some early-clobber constraints were needed on inline assemebly operands. In some places, they aren't necessary where they were used, so remove those. 2010-12-23 07:36:21 +00:00
libspeex Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
libtremor Revert tab police as it makes merging upstream changes more annoying and messed up indentation in some places. 2010-12-12 17:59:05 +00:00
libtta Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
libwavpack libwavpack: put some lookup tables in iram, speedup of 8-10% on coldfire (h300). 2010-12-21 14:08:41 +00:00
libwma Align various libwma buffers. Saves about 1 MHz on the Gigabeat S. 2010-11-22 07:04:32 +00:00
libwmapro Using icode attribute for S5L870x is faster on some codecs. Speed up for mpc is ~3%, for aac ~1%. 2010-11-02 21:06:20 +00:00
libwmavoice
a52.c
a52_rm.c
aac.c aac: put two local structs on the stack as they are small and the codec uses little stack anyway ( < 20% on h300) 2010-12-21 13:35:02 +00:00
adx.c
aiff.c
aiff_enc.c
alac.c Clean up alac/acc demux structure on next track. Solves issues with some files only being playable on direct selection, but not if switched to via playback engine or skip. 2010-08-29 16:43:11 +00:00
ape.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
asap.c
atrac3_oma.c
atrac3_rm.c Use MEM_ALIGN_ATTR in libatrac3. 2010-11-22 23:41:57 +00:00
au.c
codec_crt0.c Invalidate the CPU cache after clearing bss, to make sure that bss variables that are used via non-cached aliases don't read garbage. 2010-10-10 20:49:21 +00:00
codecs.make Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
cook.c
flac.c flac: more detailed debug message 2010-09-15 07:44:03 +00:00
mod.c Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
mp3_enc.c
mpa.c
mpc.c
nsf.c
raac.c
shorten.c
sid.c Ged rid of uisimulator/common/io.c for android builds. 2010-09-01 21:29:34 +00:00
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 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
tta.c
vorbis.c Add a newline to a debugf printing an error. 2010-12-15 21:28:52 +00:00
vox.c
wav.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wav64.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c
wmapro.c
wmavoice.c