rockbox/apps/metadata
Andree Buschmann 3706d6d0b5 Hopefully fix red now and reduce binsize for HWCODEC targets. This change implements a local read_uint32be() function within the mp3data parser.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29606 a1c6a512-1295-4272-9138-f99709370657
2011-03-16 21:57:16 +00:00
..
a52.c Add stdio.h include for SEEK_SET define to various files. 2010-12-25 18:43:34 +00:00
adx.c
aiff.c aiff metadata: fix format string (%zd for size_t) 2010-07-26 09:04:38 +00:00
ape.c Unify fourcc macro and some style changes 2009-11-18 17:30:42 +00:00
asap.c Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api. 2010-11-26 18:02:50 +00:00
asf.c FS#11964. Rework replaygain handling to save metadata buffer and binsize. Remove string representation of replaygain and use a dedicated ftoa implementation for WPS/screen info. 2011-02-24 19:10:59 +00:00
au.c reduce firmware and sun audio codec. 2010-03-13 05:19:40 +00:00
flac.c Commit FS#7831. Corrects our flac decoder to not reject files that have samplecount set to 0. 2010-07-02 18:39:11 +00:00
id3tags.c FS#11964. Rework replaygain handling to save metadata buffer and binsize. Remove string representation of replaygain and use a dedicated ftoa implementation for WPS/screen info. 2011-02-24 19:10:59 +00:00
metadata_common.c Hopefully fix red now and reduce binsize for HWCODEC targets. This change implements a local read_uint32be() function within the mp3data parser. 2011-03-16 21:57:16 +00:00
metadata_common.h 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
metadata_parsers.h Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api. 2010-11-26 18:02:50 +00:00
mod.c FS#11828: Fix in core mod parser to blindly accept any .mod you throw at it. Based on MikMod. 2011-01-21 20:09:22 +00:00
monkeys.c Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api. 2010-11-26 18:02:50 +00:00
mp3.c Remove some useless code and variables in the area of metadata parsing. Bump codec API. 2011-02-27 20:49:08 +00:00
mp4.c Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu. 2011-03-15 20:17:28 +00:00
mpc.c FS#11964. Rework replaygain handling to save metadata buffer and binsize. Remove string representation of replaygain and use a dedicated ftoa implementation for WPS/screen info. 2011-02-24 19:10:59 +00:00
nsf.c
ogg.c
oma.c Add stdio.h include for SEEK_SET define to various files. 2010-12-25 18:43:34 +00:00
rm.c Fix FS#11858 which was introduced with r28937. Several *.rm were not played because the parser aborted with error for several files. 2011-01-09 21:19:16 +00:00
sid.c Unify fourcc macro and some style changes 2009-11-18 17:30:42 +00:00
smaf.c Add stdio.h include for SEEK_SET define to various files. 2010-12-25 18:43:34 +00:00
spc.c Change how all the metadata parsers are read from a giant swich/case to function pointers via array index. Also unify the api. 2010-11-26 18:02:50 +00:00
tta.c add True Audio (TTA) codec 2010-05-13 12:40:09 +00:00
vorbis.c
vox.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wave.c Disable debug output in wave format parser by default. 2011-03-15 20:27:26 +00:00
wavpack.c remove a little redundant code from the WavPack metadata module to partially make up for the code just added 2010-12-05 22:01:28 +00:00