rockbox/apps/metadata
Andree Buschmann 9af2ca7340 Remove tabs.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29813 a1c6a512-1295-4272-9138-f99709370657
2011-05-01 20:33:31 +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 Removed some dead code identified by clang-analyzer. 2011-04-06 21:08:31 +00:00
aiff.c Removed some dead code identified by clang-analyzer. 2011-04-06 21:08:31 +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 Remove tabs. 2011-05-01 20:33:31 +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 Get the NSF internal playlists working again. Fix a few wrongdoings in the metadata parser. Use the larger of track or playlist count to determine 'duration' so that the repeat-one switching to access the raw tracks works. 2011-04-28 02:56:28 +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 stdio.h include for SEEK_SET define to various files. 2010-12-25 18:43:34 +00:00
rm.c Fix further 'variable set but not used' warnings reported from GCC 4.6.0. 2011-05-01 13:48:28 +00:00
sid.c Removed some dead code identified by clang-analyzer. 2011-04-06 21:08:31 +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 Removed some dead code identified by clang-analyzer. 2011-04-06 21:08:31 +00:00
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 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