.. |
lib
|
Doh. Forgot about codeclib.c.
|
2007-02-10 16:47:13 +00:00 |
liba52
|
Update several codec Makefiles so that the codec libs build again on Coldfire targets, after the recent move of system-related things to the target tree. (Note to admins: make errors aren't detected on the CVS build page. :))
|
2006-10-30 18:14:12 +00:00 |
libalac
|
Added macros controlling what goes to IRAM on different targets.
|
2006-11-09 21:59:27 +00:00 |
libfaad
|
build with -Wundef to make sure we have spelled the defines right in #if lines
|
2007-02-17 21:54:17 +00:00 |
libffmpegFLAC
|
fix previous commit and use just .text
|
2006-12-31 01:04:23 +00:00 |
libm4a
|
Fix a couple of MP4 demuxing problems, preventing playback in a few cases. All my test files now play properly.
|
2007-01-30 21:42:36 +00:00 |
libmad
|
Added macros controlling what goes to IRAM on different targets.
|
2006-11-09 21:59:27 +00:00 |
libmusepack
|
Added macros controlling what goes to IRAM on different targets.
|
2006-11-09 21:59:27 +00:00 |
libspeex
|
* Document the revision of Speex imported in to Rockbox along with how the import was done.
|
2007-02-11 00:48:50 +00:00 |
libwavpack
|
Update libwavpack with latest changes from the tiny_encoder. This allows
|
2007-01-08 04:24:32 +00:00 |
spc
|
SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizations. Preswap some data when running DSP for big endian.
|
2007-02-20 10:27:39 +00:00 |
Tremor
|
FS#6357, patch 3: implemented simple temporary malloc for the Vorbis decoder.
|
2006-11-26 20:56:26 +00:00 |
a52.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
aac.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
adx.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
aiff.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
aiff_enc.c
|
ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call.
|
2007-02-17 11:19:14 +00:00 |
alac.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
codec.h
|
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
|
2006-11-26 18:31:41 +00:00 |
codec_crt0.c
|
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
|
2006-11-26 18:31:41 +00:00 |
flac.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
Makefile
|
Replaced some explicit options for target linking with to be consistent with the sims.
|
2007-02-15 20:28:08 +00:00 |
mp3_enc.c
|
ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call.
|
2007-02-17 11:19:14 +00:00 |
mpa.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
mpc.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
nsf.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
shorten.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
sid.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
SOURCES
|
Adding SPC codec (FS #6542)
|
2007-02-14 03:34:55 +00:00 |
spc.c
|
SPC codec: enable echo on ColdFire CPU. Do a couple general small optimizations. Preswap some data when running DSP for big endian.
|
2007-02-20 10:27:39 +00:00 |
speex.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
vorbis.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
wav.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
wav_enc.c
|
ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call.
|
2007-02-17 11:19:14 +00:00 |
wavpack.c
|
SWCODEC: Annoying neatness update. Use intptr_t for codec_configure_callback and dsp_configure and stop all the silly type casting of intergral types to pointers to set dsp configuration and watermarks. Shouldn't have any effect on already compiled codecs at all. Will fix any important patches in the tracker so they compile.
|
2007-02-10 16:34:16 +00:00 |
wavpack_enc.c
|
ARM targets: Making a few functions non-static allows us to get rid of -ffunction-sections, significantly decreasing binary size and making things run a bit faster because static functions are no longer long_call.
|
2007-02-17 11:19:14 +00:00 |