rockbox/apps/codecs
Jens Arnold 8c38983b22 Fix standalone demac tool build.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29239 a1c6a512-1295-4272-9138-f99709370657
2011-02-06 23:18:30 +00:00
..
demac Fix standalone demac tool build. 2011-02-06 23:18:30 +00:00
lib Fix profiling on coldfire with newer Gcc. 2010-12-27 09:49:33 +00:00
liba52 FS#11454 Tuning of codec compiler options 2010-07-18 19:05:53 +00:00
libalac Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +00:00
libasap update the asap codec to version 2.1.2 2010-11-08 20:25:14 +00:00
libasf Correct the check for the requested vs returned sizes in libasf. 2010-08-14 09:49:09 +00:00
libatrac Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +00:00
libcook Make codeclib_misc.h include the asm headers to simplify inclusion magic. 2010-07-29 12:52:04 +00:00
libfaad Use the very large IRAM of S5L870x to speed up AAC-HE by ~1-5%. 2011-02-05 20:22:12 +00:00
libffmpegFLAC Use __builtin_constant_p() to select the best byteswapping method: constant or target optimized. Same macro can then be used for constant values and inits as well as non-constant. 2011-01-30 00:58:45 +00:00
libm4a Submit FS#11918: Add 2 more codec types to be able to differentiate between AAC / AAC-HE and MPC SV7 / SV8. Additionally handle ATARI soundfiles in get_codec_base_type() as intended. 2011-02-03 08:28:23 +00:00
libmad Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
libmusepack Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +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 SPC Codec: AS3525 targets should be fast enough for realtime BRR decode and echo. 2011-01-19 10:05:01 +00:00
libspeex Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
libtremor Revert tab police as it makes merging upstream changes more annoying and messed up indentation in some places. 2010-12-12 17:59:05 +00:00
libtta Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +00:00
libwavpack Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +00:00
libwma Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +00:00
libwmapro Switch coldfire builds over to new toolchain using gcc 4.5.2 and binutils 2.20.1 2011-01-12 22:28:43 +00:00
libwmavoice Update libwmavoice's README. 2010-08-13 13:28:40 +00:00
a52.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
a52_rm.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
aac.c Use MEM_ALIGN_ATTR in libfaad. Remove global array and re-use existing one. 2011-02-05 19:50:16 +00:00
adx.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
aiff.c aiff codec: small clean up 2010-07-26 08:59:21 +00:00
aiff_enc.c Use __builtin_constant_p() to select the best byteswapping method: constant or target optimized. Same macro can then be used for constant values and inits as well as non-constant. 2011-01-30 00:58:45 +00:00
alac.c Clean up alac/acc demux structure on next track. Solves issues with some files only being playable on direct selection, but not if switched to via playback engine or skip. 2010-08-29 16:43:11 +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 codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
atrac3_rm.c Use MEM_ALIGN_ATTR in libatrac3. 2010-11-22 23:41:57 +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 Invalidate the CPU cache after clearing bss, to make sure that bss variables that are used via non-cached aliases don't read garbage. 2010-10-10 20:49:21 +00:00
codecs.make Redo r28026 so that all .S files get the __ASSEMBLER__ define. 2010-12-27 17:27:59 +00:00
cook.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
flac.c flac: more detailed debug message 2010-09-15 07:44:03 +00:00
mod.c Simplify some expressions using the ? operator 2010-01-01 22:47:25 +00:00
mp3_enc.c mp3 encoder (codec): left and right channels were inverted in mono 2010-07-01 14:21:28 +00:00
mpa.c mpa: remove bad enum comparison spotted by gcc 4.5.1 2010-08-01 16:08:25 +00:00
mpc.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +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 codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
shorten.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +00:00
sid.c Ged rid of uisimulator/common/io.c for android builds. 2010-09-01 21:29:34 +00:00
smaf.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
SOURCES Enable wmapro compilation for lowmem targets by excluding multichannel buffers for them. 2010-07-28 14:01:10 +00:00
spc.c
speex.c codecs: mark some local variables with 'static' 2010-07-25 22:24:53 +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 Add a newline to a debugf printing an error. 2010-12-15 21:28:52 +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 Use __builtin_constant_p() to select the best byteswapping method: constant or target optimized. Same macro can then be used for constant values and inits as well as non-constant. 2011-01-30 00:58:45 +00:00
wavpack.c
wavpack_enc.c Use __builtin_constant_p() to select the best byteswapping method: constant or target optimized. Same macro can then be used for constant values and inits as well as non-constant. 2011-01-30 00:58:45 +00:00
wma.c Correctly re-initialize wma decoder on next track. This fixes strange observed issues (noise, crashes) which only could be solved through re-entering the wma codec. 2011-02-03 11:05:33 +00:00
wmapro.c Increase wmapro decoder output sample depth to 24 bits, makes the mean error between our output and the original floating point decoder ~5e-8. (FS#11498 by Buschel) 2010-08-04 23:21:35 +00:00
wmavoice.c WMA Voice now plays and seeks in the sim. The code is still in floating point, and is not added to the main build. There's still a bug with the decoder in the current state that it outputs a fewer number of samples than ffmpeg's. 2010-08-07 17:55:02 +00:00