rockbox/apps/codecs
Michael Giacomelli e9c09d4d0e Fix decoding of misc sample rates that no one ever uses
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13946 a1c6a512-1295-4272-9138-f99709370657
2007-07-21 01:03:58 +00:00
..
demac Remove some unused code 2007-06-14 22:35:01 +00:00
lib
liba52 Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
libalac
libfaad Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
libffmpegFLAC Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
libm4a
libmad Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
libmusepack Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
libspeex ICONST_ATTR most constant tables in Speex. Results in a 10% improvement on Coldfire (200% to 220% realtime). Almost certainly not the best use of IRAM, but it works now. 2007-07-09 11:18:10 +00:00
libwavpack Code cleaning - remove some unnecessary defined(SIMULATOR) checks 2007-05-10 13:16:08 +00:00
libwma Fix decoding of misc sample rates that no one ever uses 2007-07-21 01:03:58 +00:00
spc Forgot to add a file as usual. 2007-07-16 21:16:52 +00:00
Tremor Clean out unused code 2007-07-15 19:55:30 +00:00
a52.c
aac.c AAC: Add support for iTunes-style gapless playback. 2007-06-16 13:00:52 +00:00
adx.c
aiff.c
aiff_enc.c
alac.c
ape.c Seeking and resume support for Monkey's Audio 2007-06-08 22:35:26 +00:00
codec.h
codec_crt0.c
flac.c
Makefile simplified the codec specification part in configure 2007-07-16 22:25:41 +00:00
mp3_enc.c
mpa.c
mpc.c
nsf.c
shorten.c Fix several printf-style warnings in logf builds. 2007-03-18 09:50:53 +00:00
sid.c
SOURCES Initial, work-in-progress, version of a WMA codec using Michael Giacomelli's fixed-point and malloc-less WMA decoder (based on the ffmpeg WMA decoder from early 2006, and also building on the work started by Paul Jones). The codec itself and the ASF parsing code were written by me, inspired by the ASF parser in libasf. Current performance is around 400% realtime on gigabeat, 100% realtime on PP and 20% realtime on Coldfire. 2007-07-03 09:25:36 +00:00
spc.c Make the SPC codec run like it used to on Coldfire before -Os crushed it. Build as a lib using the old -O option. Should not impact ARM targets. 2007-07-16 21:03:25 +00:00
speex.c
vorbis.c
wav.c
wav_enc.c
wavpack.c
wavpack_enc.c
wma.c Cosmetic changes - update a comment and add more info to a DEBUGF 2007-07-18 09:43:12 +00:00