rockbox/apps/codecs
Andree Buschmann df238bcaf5 Remove unneeded libmad files from build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27163 a1c6a512-1295-4272-9138-f99709370657
2010-06-28 06:28:05 +00:00
..
demac FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
lib Fix inline asm argument. Shouldn't have much impact in practice but might save a load if gcc is clever. 2010-06-27 15:15:46 +00:00
liba52 Change liba52 and libmad to the original 8-spaced tabbing. 2010-02-22 21:02:57 +00:00
libalac FS #10690: Add support for 24 bit ALAC files based on libalac 0.2.0 2010-02-03 00:37:24 +00:00
libasap Remove all tabs within codec path. 2010-02-22 19:44:05 +00:00
libasf Rename seek() to asf_seek() 2010-05-21 16:05:28 +00:00
libatrac Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
libcook Set up EMAC mode in cook, fixing whitenois when transitioning from a codec using different emac mode.' 2010-05-14 11:08:59 +00:00
libfaad Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
libffmpegFLAC FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libm4a Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
libmad Remove unneeded libmad files from build. 2010-06-28 06:28:05 +00:00
libmusepack Housekeeping. Comment musepack code seqments unused in rockbox. 2010-06-24 18:48:04 +00:00
libpcm Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
librm Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
libspc Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
libspeex Make sure files which aren't windows-specific use \n line endings only 2010-06-17 16:59:51 +00:00
libtremor Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
libtta FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libwavpack FS#11335 by me: make ARM assembly functions thumb-friendly 2010-06-11 04:41:36 +00:00
libwma wmafixed.h: remove double declaration 2010-05-10 10:20:55 +00:00
libwmapro Add a patch file in libwmapro to make it easier to add the library and the decoder to the main build and modify README.rockbox accordingly. 2010-06-21 12:38:08 +00:00
a52.c
a52_rm.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
aac.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
adx.c Move c/h files implementing/defining standard library stuff into a new libc directory, also standard'ify some parts of the code base (almost entirely #include fixes). 2010-05-06 21:04:40 +00:00
aiff.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
aiff_enc.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
alac.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
ape.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
asap.c correctly set playback time in the asap codec. (metadata parser might not do it for all fileformats). 2010-02-08 16:48:56 +00:00
atrac3_oma.c Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information. 2010-03-12 18:47:13 +00:00
atrac3_rm.c Make atrac3 streams in wav containers work again (error was introduced with r24782). Add additional info to atrac3 debug information. 2010-03-12 18:47:13 +00:00
au.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
codec_crt0.c Rockbox as an application: Replace many occurences of #ifdef SIMULATOR with #if (CONFIG_PLATFORM & PLATFORM_HOSTED) (or equivalently). 2010-06-21 16:53:00 +00:00
codecs.make Fix reds. (Actually removed wmapro from main build, which was added in a previous commit) 2010-06-21 11:08:33 +00:00
cook.c Optimization for cook codec. Rework sample output to be able to use highly optimized dsp routines. Moved some functions to iram. Speeds up codec by 1.3 MHz on PP5022. 2010-02-21 19:47:05 +00:00
flac.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
mod.c Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
mp3_enc.c Build h10 GB with EABI toolchain. Remove some pointless ICODE attributes from mp3_enc.codec and, to make it build, move one function out of IRAM there since it really shouldn't matter. 2010-06-11 21:21:36 +00:00
mpa.c Comment unused code in libmad. Clean up initialization and memset'ing of decoder arrays. 2010-06-27 18:11:07 +00:00
mpc.c Clean up comments. 2010-06-23 06:25:18 +00:00
nsf.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
raac.c Set svn:keywords property. 2009-11-18 01:00:43 +00:00
shorten.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
sid.c Remove more tabs 2010-02-07 18:38:47 +00:00
smaf.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
SOURCES Fix reds. (Actually removed wmapro from main build, which was added in a previous commit) 2010-06-21 11:08:33 +00:00
spc.c Take 2 at 'Consolidate all fixed point math routines in one library' (FS#10400) by Jeffrey Goode 2009-07-05 18:06:07 +00:00
speex.c FS#10122 - Fix wrong format type of logf functions in speex.c 2009-09-30 12:56:33 +00:00
tta.c fix: The second playback time is not correct in playing TTA musics continuously. 2010-05-14 11:08:56 +00:00
vorbis.c Remove more tabs 2010-02-07 18:38:47 +00:00
vox.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wav.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wav64.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wav_enc.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
wavpack.c Calculate watermark from bitrate and harddisk spinup time. 2009-01-10 21:10:56 +00:00
wavpack_enc.c Make open() posix compliant api-wise. A few calls (those with O_CREAT) need the additional optional mode parameter so add it. Impact for the core is almost zero, as open() is a wrapper macro for the real open function which doesn't take the variable parameter. 2010-05-06 17:35:13 +00:00
wma.c Rename seek() to asf_seek() 2010-05-21 16:05:28 +00:00
wmapro.c Wrote apps/codecs/wmapro.c and modified libwmapro to make the codec work in the sim. Neither libwmapro nor wmapro.c have been added to the main build yet, codecs.make should be edited to compile both with rockbox. 2010-06-21 10:48:34 +00:00