rockbox/apps/codecs
2005-10-31 18:56:29 +00:00
..
dumb silence the makefile 2005-07-12 11:08:57 +00:00
lib Support for a colon-separated path in APPEXTRA 2005-10-27 14:39:00 +00:00
liba52 Some more IBSS_ATTR changes. 2005-10-31 13:00:14 +00:00
libalac Oops 2005-10-29 18:00:04 +00:00
libfaad Initial check-in of unmodified libfaad (part of the FAAD2 project). This is the last version of libfaad available under the GPL - the state of FAAD2 CVS at midnight on 2005-02-01 2005-10-31 18:56:29 +00:00
libffmpegFLAC Enabled the FLAC EMAC optimisations. 2005-10-28 22:03:52 +00:00
libFLAC Support for a colon-separated path in APPEXTRA 2005-10-27 14:39:00 +00:00
libm4a Remove generic M4A parsing code from libalac and create a libm4a - so it can be used by other codecs 2005-10-29 17:12:52 +00:00
libmad Support for a colon-separated path in APPEXTRA 2005-10-27 14:39:00 +00:00
libmusepack Squeezed two very frequently used arrays in IRAM for a very nice performance boost. 2005-10-28 20:21:58 +00:00
libwavpack Support for a colon-separated path in APPEXTRA 2005-10-27 14:39:00 +00:00
Tremor Support for a colon-separated path in APPEXTRA 2005-10-27 14:39:00 +00:00
a52.c Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins. 2005-10-27 11:32:02 +00:00
alac.c Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET_SAMPLE_DEPTH function expects needs clarifying or changing - it seems to expect one less than the number of bits in cases where the depth is greater than the native depth (16 bits). 2005-10-30 22:06:42 +00:00
codec.h iriver: more codec library cleanup: remove codec_alloca and a some extraneous defines. 2005-10-17 18:46:46 +00:00
flac.c Fix bug with FLAC and ALAC output being half the correct volume. The DSP_SET_SAMPLE_DEPTH function expects needs clarifying or changing - it seems to expect one less than the number of bits in cases where the depth is greater than the native depth (16 bits). 2005-10-30 22:06:42 +00:00
Makefile Remove generic M4A parsing code from libalac and create a libm4a - so it can be used by other codecs 2005-10-29 17:12:52 +00:00
mpa.c Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins. 2005-10-27 11:32:02 +00:00
mpc.c Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins. 2005-10-27 11:32:02 +00:00
SOURCES First version of ALAC (Apple Lossless) decoder 2005-09-22 21:55:37 +00:00
vorbis.c Cleaned up the messy codec header and library system by merging codec.h, lib/codeclib.[ch] and lib/xxx2wav.[ch] into just codeclib.[ch]. Deleted much of the unused code in the xxx2wav portion. All codecs should now only include codeclib.h, and whatever codec specific headers are needed. 2005-10-13 11:32:52 +00:00
wav.c Previous fix introduced tons of comparison warnings, just cast for now instead. 2005-10-13 13:52:03 +00:00
wavpack.c Introduced usage of IBSS_ATTR and ICONST_ATTR to codec plugins. 2005-10-27 11:32:02 +00:00