rockbox/apps/codecs
Magnus Holmgren db3b70c748 AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire).
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@11102 a1c6a512-1295-4272-9138-f99709370657
2006-10-01 15:39:23 +00:00
..
dumb Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
lib Moved the X5 button driver to the target tree 2006-07-27 13:27:31 +00:00
liba52 Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
libalac Convert to use common internal sample format. 2006-02-13 19:26:18 +00:00
libfaad AAC codec: Reduce IRAM usage slightly, to fix the profile builds (on Coldfire). 2006-10-01 15:39:23 +00:00
libffmpegFLAC Fix erronous ARM assembler case for order 1 frames in the FLAC codec. Fixes FS #5759. 2006-08-02 17:08:43 +00:00
libFLAC Profiling support, tools and documentation. 2006-01-18 20:54:13 +00:00
libm4a settings.h includs button.h that includes target-button.h so we need to make 2006-09-02 21:31:16 +00:00
libmad Reverted workaround for the gcc warning. There was a change of behaviour in an early development snapshot of gcc 4.1.2, which was reverted later. The workaround triggered the warning it should fix in later gcc 4.1.2 snapshots. 2006-09-16 08:59:41 +00:00
libmusepack Put Musepack output data array back in IRAM for faster DSP processing. Patch by Andrew Cupper. 2006-09-01 12:09:20 +00:00
libwavpack Update libwavpack to the latest stream specification, and cross fingers 2006-04-22 22:21:36 +00:00
Tremor Recude iram usage for the Vorbis decoder a little. Makes it possible to build with gcc 4.0.3. 2006-09-05 17:47:48 +00:00
a52.c Add resume support for AC3 files. 2006-07-26 19:08:16 +00:00
aac.c Add resume support to AAC files. 2006-08-23 13:10:48 +00:00
adx.c oops, forgot to 'cvs add' it [thanks for reminding me, linuxstb] 2006-09-25 16:35:03 +00:00
aiff.c First commit of reworking voice to be mroe stable on swcodec 2006-04-22 14:40:13 +00:00
alac.c First commit of reworking voice to be mroe stable on swcodec 2006-04-22 14:40:13 +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 5341: Resume in Wav and Flac doesn't start from the position where it was left off. Mark Arigo helped with the Flac fix. 2006-06-04 15:04:03 +00:00
Makefile Cleaner implementation of the recent OSX simulator build fix. No need to define SHARED_FLAG in each Makefile. Just have configure create it in the root Makefile instead. 2006-09-29 20:04:36 +00:00
mp3_enc.c FS patch #5959 by Antonius Hellmann. Update MP3 encoder to the state of the MP3 encoder plugin. 2006-09-09 01:35:12 +00:00
mpa.c Patch from bug report #5200 by Mark Arigo - attempt to fix gapless playback after seeking in an MP3 file. It works for me, but needs more testing with a wider range of files before we can close the bug report - please post feedback on the tracker. 2006-05-20 09:57:55 +00:00
mpc.c Put Musepack output data array back in IRAM for faster DSP processing. Patch by Andrew Cupper. 2006-09-01 12:09:20 +00:00
shorten.c First commit of reworking voice to be mroe stable on swcodec 2006-04-22 14:40:13 +00:00
sid.c Patch #5157 by Rainer Sinsch - SID codec 2006-07-18 18:33:12 +00:00
SOURCES Accepted FS#6023 - ADX codec (some kind of ADPCM). 2006-09-25 16:13:05 +00:00
vorbis.c First commit of reworking voice to be mroe stable on swcodec 2006-04-22 14:40:13 +00:00
wav.c Fix broken resume for wav files. 2006-08-23 08:19:29 +00:00
wav_enc.c Added FS#2939 Encoder Codec Interface + Codecs by Antonius Hellmann with additional FM Recording support and my modifications 2006-08-28 22:38:41 +00:00
wavpack.c First commit of reworking voice to be mroe stable on swcodec 2006-04-22 14:40:13 +00:00
wavpack_enc.c Fix profiling builds. 2006-09-23 14:38:04 +00:00