rockbox/apps/codecs
Nils Wallménius 04bd1a045f fix red
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@26085 a1c6a512-1295-4272-9138-f99709370657
2010-05-16 12:34:43 +00:00
..
demac 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
lib Two tiny tweaks to some arm asm 2010-05-13 09:44:05 +00:00
liba52
libalac
libasap
libasf nomsg 2010-05-09 21:42:09 +00:00
libatrac 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
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 Revert r25929. Test have shown that the assembler code is more than 50% faster than the C code both on ARM7TDMI (tested on PP5002 and PP5022) and on ARM1136JF-S (tested on Gigabeat S). If it is slower on ARM9*, it should be disabled for ARM9 only. 2010-05-10 19:05:25 +00:00
libm4a
libmad 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
libmusepack Fix FS#11261 (slow seek forward in mpc files). Since the introduction of the sv8 library mpc did not use efficient buffering when seeking forward. With this change the implementation will not flush the buffer on each frame but will keep the already buffered data as long as possible. 2010-05-14 22:06:28 +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 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
libspeex
libtremor Two tiny tweaks to some arm asm 2010-05-13 09:44:05 +00:00
libtta updates the README document. 2010-05-14 11:24:36 +00:00
libwavpack 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
libwma wmafixed.h: remove double declaration 2010-05-10 10:20:55 +00:00
libwmapro Fix ffmpeg revision number in libwmapro/README.rockbox 2010-05-09 21:52:35 +00:00
a52.c
a52_rm.c
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
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
atrac3_oma.c
atrac3_rm.c
au.c
codec_crt0.c
codecs.make fix red 2010-05-16 12:34:43 +00:00
cook.c
flac.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
mod.c
mp3_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
mpa.c
mpc.c
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
shorten.c Fix logf lines in codecs (type mismatches) 2010-05-15 01:57:32 +00:00
sid.c
smaf.c
SOURCES add True Audio (TTA) codec 2010-05-13 12:40:09 +00:00
spc.c
speex.c
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
vox.c
wav.c
wav64.c
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
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 Remove unnecessary parameter (struct codec_api* ci) passed to libasf functions, and consequently remove the no-longer needed #ifdef in apps/codecs/libasf/asf.h 2010-05-02 20:07:11 +00:00
wmapro.c nomsg 2010-05-09 21:42:09 +00:00