1
0
Fork 0
forked from len0rd/rockbox
foxbox/apps/codecs
Miika Pekkarinen 127f069545 Fixed the playlist skipping with MusePack.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7638 a1c6a512-1295-4272-9138-f99709370657
2005-10-18 06:52:58 +00:00
..
dumb silence the makefile 2005-07-12 11:08:57 +00:00
lib iriver: more codec library cleanup: remove codec_alloca and a some extraneous defines. 2005-10-17 18:46:46 +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 Musepack: emacified multiplication routines, gives a nice speed boost. 2005-10-12 23:16:40 +00:00
libwavpack oops... should compile without warnings now 2005-07-18 13:09:05 +00:00
Tremor iriver: more codec library cleanup: remove codec_alloca and a some extraneous defines. 2005-10-17 18:46:46 +00:00
a52.c Use correct types to avoid sim warnings. 2005-10-13 12:15:31 +00:00
alac.c Fix compiler warnings in sim. 2005-10-15 09:40:56 +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 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
Makefile First version of ALAC (Apple Lossless) decoder 2005-09-22 21:55:37 +00:00
mpa.c Use correct types to avoid sim warnings. 2005-10-13 12:15:31 +00:00
mpc.c Fixed the playlist skipping with MusePack. 2005-10-18 06:52:58 +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 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