rockbox/apps/metadata
Nick Peskett 6aa070268f Type 1 text encoding uses BOM to decide byte order, type 2 has no BOM and is BE.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31349 a1c6a512-1295-4272-9138-f99709370657
2011-12-18 01:43:55 +00:00
..
a52.c
adx.c Rockbox does not support encrypted ADX. Clearly state this in the manual and the debug messages. 2011-11-29 20:36:11 +00:00
aiff.c Removed some dead code identified by clang-analyzer. 2011-04-06 21:08:31 +00:00
ape.c Make embedded cover art for APEv2 more flexible. This fixes an issue with foobar-tagged files as reported in the forums. 2011-11-29 18:38:35 +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 Submit FS#12218. Add support for embedded album art for ASF tags. For now the support is limited to embedded pictures of max 64 KB size. 2011-08-07 15:23:57 +00:00
au.c
ay.c More de-tabification 2011-10-08 14:24:17 +00:00
flac.c
gbs.c libgme: make local functions static where possible 2011-08-11 19:04:28 +00:00
hes.c Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. 2011-08-07 20:01:04 +00:00
id3tags.c Type 1 text encoding uses BOM to decide byte order, type 2 has no BOM and is BE. 2011-12-18 01:43:55 +00:00
kss.c libgme: make local functions static where possible 2011-08-11 19:04:28 +00:00
metadata_common.c FS#12163 by Sean Bartell 2011-08-27 12:34:21 +00:00
metadata_common.h FS#12163 by Sean Bartell 2011-08-27 12:34:21 +00:00
metadata_parsers.h Add conditionals for functions only needed on SWCODEC targets. 2011-12-15 20:58:14 +00:00
mod.c Use id3v2buf to read the title of MOD files. Avoids additional declaration of a 1KB buffer and saves a bit codesize as well. 2011-06-30 18:39:13 +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
mp4.c
mpc.c
nsf.c Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. 2011-08-07 20:01:04 +00:00
ogg.c
oma.c
rm.c Fix further 'variable set but not used' warnings reported from GCC 4.6.0. 2011-05-01 13:48:28 +00:00
sgc.c libgme: make local functions static where possible 2011-08-11 19:04:28 +00:00
sid.c Removed some dead code identified by clang-analyzer. 2011-04-06 21:08:31 +00:00
smaf.c
spc.c Removed some dead code identified by clang-analyzer. 2011-04-06 21:08:31 +00:00
tta.c
vgm.c Submit initial patch from FS#12176. Adds support for several new game music formats (AY, GBS, HES, KSS, SGC, VGM and VGZ) and replaces the current NSF and NSFE with a new implementation based on a port of the Game Music Emu library 'GME'. This first submit does not cover the full functionality provided by the author's original patch: Coleco-SGV is not supported, some GME-specific m3u-support has been removed and IRAM is not used yet. Further changes are very likely to follow this submit. Thanks to Mauricio Garrido. 2011-08-07 20:01:04 +00:00
vorbis.c FS #12419 : Support for embedded cuesheets. 2011-12-16 10:09:41 +00:00
vox.c
wave.c Add const to global pointers to strings. 2011-12-17 18:31:55 +00:00
wavpack.c