.. |
lib
|
FS#6357, patch 1: let iramcopy and bss share the same space in codecs and
|
2006-11-26 18:31:41 +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
|
Next step of Makefile tuning: * Use 'make' internal commands for printing messages. Saves build time especially on cygwin. * SILENT variable used in more places. * Bitmap build system uses one Makefille less.
|
2006-10-27 21:48:06 +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
|
* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).
|
2007-02-10 11:44:26 +00:00 |
libwavpack
|
Update libwavpack with latest changes from the tiny_encoder. This allows
|
2007-01-08 04:24:32 +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
|
Encoders: Add a little dithering with the fractional bit for mono mixdowns so faster shifts can be used again instead of division without introducing their own DC offset into the mixed channels.
|
2007-02-09 18:11:11 +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
|
* Sync Speex codec with Speex SVN revision 12449 (roughly Speex 1.2beta1).
|
2007-02-10 11:44:26 +00:00 |
mp3_enc.c
|
Encoders: Add a little dithering with the fractional bit for mono mixdowns so faster shifts can be used again instead of division without introducing their own DC offset into the mixed channels.
|
2007-02-09 18:11:11 +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
|
Add Speex playback support. Patch from FS #5607 thanks to Frederik Vestre.
|
2007-02-09 10:06:53 +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
|
Encoders: Add a little dithering with the fractional bit for mono mixdowns so faster shifts can be used again instead of division without introducing their own DC offset into the mixed channels.
|
2007-02-09 18:11:11 +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
|
Encoders: Add a little dithering with the fractional bit for mono mixdowns so faster shifts can be used again instead of division without introducing their own DC offset into the mixed channels.
|
2007-02-09 18:11:11 +00:00 |