rockbox/apps/metadata
Michael Giacomelli b3f38bcf63 Correct mistake in the RealMedia parser that prevented rejecting files with unsupported codecs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28788 a1c6a512-1295-4272-9138-f99709370657
2010-12-11 00:59:57 +00:00
..
a52.c
adx.c
aiff.c
ape.c
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 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
au.c
flac.c
id3tags.c id3 parser: also add id3v2.2 TCM tag for "composer" since that's the only other tag not in there in 2.2 and 2.3 versions 2010-09-28 19:46:15 +00:00
metadata_common.c
metadata_common.h
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 Fix FS# 11414 : .mod files - metadata in incorrect fields 2010-10-10 10:24:50 +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 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
mp4.c Add uppercase M4A file type to the mp4 parser. Technically Apple says to use lowercase, but various programs tolerate this, so we can too. Fixes FS#11536. 2010-08-14 01:09:46 +00:00
mpc.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
nsf.c
ogg.c
oma.c
rm.c Correct mistake in the RealMedia parser that prevented rejecting files with unsupported codecs. 2010-12-11 00:59:57 +00:00
sid.c
smaf.c
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
vorbis.c
vox.c
wave.c
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