rockbox/apps/metadata
Bertrik Sikken 0d100b4dd8 Fix FS# 11414 : .mod files - metadata in incorrect fields
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@28228 a1c6a512-1295-4272-9138-f99709370657
2010-10-10 10:24:50 +00:00
..
a52.c
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 parse_sap_header(): remove write-only variable 2010-09-21 08:25:46 +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 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 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 Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo 2010-05-15 21:57:17 +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 add True Audio (TTA) codec 2010-05-13 12:40:09 +00:00
mod.c Fix FS# 11414 : .mod files - metadata in incorrect fields 2010-10-10 10:24:50 +00:00
monkeys.c
mp3.c Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/NoDo 2010-05-15 21:57:17 +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 Correction of musepack SV8 replaygain. The album/title peak is saved in a logarithmic representation and needs to be converted to linear fixed point for further processing. 2010-03-14 22:34:09 +00:00
nsf.c Logic was backwards on the check for NSF file format. Fix that and save one memcmp. 2009-08-30 03:52:11 +00:00
ogg.c Improved Vorbis comment reader. The tags no longer need to fit in the first Ogg page to be fully read (album art can make the tags not fit). 2009-05-30 14:24:16 +00:00
oma.c Add missing #include in libpcm codecs 2010-02-24 19:02:14 +00:00
rm.c "Detach" ATRAC3 from RM. Since ATRAC3 isn't really specific to RM, it must not be obligatory to initialize the decoder through RMContext. 2010-02-16 01:47:22 +00:00
sid.c Unify fourcc macro and some style changes 2009-11-18 17:30:42 +00:00
smaf.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
spc.c
tta.c add True Audio (TTA) codec 2010-05-13 12:40:09 +00:00
vorbis.c Redo r21460 and r21462 so that it doesn't introduce a new #define. Patch by Jeffrey Goode, taken from FS#10366. 2009-06-22 18:40:49 +00:00
vox.c fix bug: WAV file playback does not resume (FS#11077) 2010-03-22 10:02:05 +00:00
wave.c chunksize decreases 4 bytes regardless wave/wave64. 2010-05-10 11:13:17 +00:00
wavpack.c Make svn properties consistent and set some missing ones 2009-11-18 16:59:34 +00:00