rockbox/apps/codecs
Thom Johansen 0059995326 Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple of unnecessary headers.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7623 a1c6a512-1295-4272-9138-f99709370657
2005-10-12 16:25:59 +00:00
..
dumb
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 Replace SWAB16 and SWAB32 with a comprehensive set of byte-swap macros - letoh16, letoh32, htole16, htole32, betoh16, betoh32, htobe16 and htobe32 2005-10-06 19:27:43 +00:00
libwavpack
Tremor iRiver/Vorbis: And don't specify -O2 twice... 2005-10-10 21:41:37 +00:00
a52.c Disabled dynamic range compression. 2005-10-11 23:06:32 +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 Cosmetic changes and cleanup. Removed all unused mad_timer code and a couple of unnecessary headers. 2005-10-12 16:25:59 +00:00
mpc.c Added DSP support and started passing full precision samples to playback engine. Added dog slow seeking support (thanks to poor seeking support in file format). Some cosmetic changes. Still not realtime. 2005-10-10 19:56:40 +00:00
SOURCES First version of ALAC (Apple Lossless) decoder 2005-09-22 21:55:37 +00:00
vorbis.c Cleaned up to conform to one source code style, removed some tabs and some redundancies. 2005-10-10 20:19:09 +00:00
wav.c Removed a ton of tabs, fixed some indentation and removed some unneeded includes. 2005-10-10 16:02:52 +00:00
wavpack.c Fix some WavPack bugs by forcing DSP use even when not needed for sampling rate 2005-09-30 21:11:31 +00:00