rockbox/apps/codecs
Magnus Holmgren 58384f03fb iRiver: Make it possible to build Rockbox using GCC 4.0.1.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7569 a1c6a512-1295-4272-9138-f99709370657
2005-09-28 17:36:42 +00:00
..
dumb silence the makefile 2005-07-12 11:08:57 +00:00
lib DSP_* constants moved from playback.h to dsp.h. 2005-09-21 13:09:10 +00:00
liba52 Adapted codecs and DSP system to having MACSR saved in thread context. 2005-09-07 00:24:27 +00:00
libalac Add yield() calls inside the monolithic ALAC decode_frame() function - improves responsiveness of UI during ALAC decoding 2005-09-24 12:35:18 +00:00
libFLAC Put some FLAC data in IRAM. Will clean up code later. 2005-09-07 10:13:39 +00:00
libmad iRiver: Make it possible to build Rockbox using GCC 4.0.1. 2005-09-28 17:36:42 +00:00
libmusepack Adapted codecs and DSP system to having MACSR saved in thread context. 2005-09-07 00:24:27 +00:00
libwavpack oops... should compile without warnings now 2005-07-18 13:09:05 +00:00
Tremor Avoid EMAC stall in MULT31_SHIFT15. 2005-09-21 23:09:19 +00:00
a52.c Separated buffering stuff from pcm_playback to pcmbuf. Renamed some 2005-07-13 12:48:22 +00:00
alac.c Add yield() calls inside the monolithic ALAC decode_frame() function - improves responsiveness of UI during ALAC decoding 2005-09-24 12:35:18 +00:00
codec.h iriver: fix problem with playing some long vorbis files (e.g., this week in tech, #21); the decoder would run out of memory and freeze rockbox. 2005-09-18 12:44:27 +00:00
flac.c Fix red build with a comment for now. 2005-09-07 02:41:00 +00:00
Makefile First version of ALAC (Apple Lossless) decoder 2005-09-22 21:55:37 +00:00
mpa.c Adapted codecs and DSP system to having MACSR saved in thread context. 2005-09-07 00:24:27 +00:00
mpc.c DSP_* constants moved from playback.h to dsp.h. 2005-09-21 13:09:10 +00:00
SOURCES First version of ALAC (Apple Lossless) decoder 2005-09-22 21:55:37 +00:00
vorbis.c Added comments, Replay Gain, and resume/bookmarks for FLAC. 2005-07-28 18:43:33 +00:00
wav.c iriver: proper wav file handling by Frederic Devernay (patch #1245261). Adapted the metadata part to the new metadata.c, and did a few minor changes in the codec. Some of the file format checks in the codec should IMHO be moved to metadata.c, but I left that for later. 2005-09-22 19:36:25 +00:00
wavpack.c Removed unnecessary codec_api struct. 2005-09-23 00:12:02 +00:00