index
:
rockbox.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
metadata
/
mp3.c
Age
Commit message (
Expand
)
Author
2011-02-27
Remove some useless code and variables in the area of metadata parsing. Bump ...
Andree Buschmann
2010-11-26
Change how all the metadata parsers are read from a giant swich/case to funct...
Thomas Martitz
2010-05-15
Revert r26048. APE tags in mp3 is explicitely on http://www.rockbox.org/wiki/...
Frank Gevaerts
2010-05-15
mp3: when ID3 tags are not found, search APE tags
Yoshihisa Uchida
2010-05-15
fix yellow
Yoshihisa Uchida
2010-05-15
ID3 tags parser separates from metadata/mp3.c
Yoshihisa Uchida
2010-05-13
add True Audio (TTA) codec
Yoshihisa Uchida
2010-05-06
Move c/h files implementing/defining standard library stuff into a new libc d...
Thomas Martitz
2009-10-25
Revert r23339 and use setid3v1title() from metadata/mp3.c instead.
Mohamed Tarek
2009-10-02
add gapless support for MP3 files encoded with iTunes
Marcoen Hirschberg
2009-10-01
add support for comments in ID3v2.2
Marcoen Hirschberg
2009-08-01
Metadata parser: make adjust_mp3entry() not depend on id3_is_genre_string(), ...
Maurus Cuelenaere
2009-08-01
MP3 metadata parser:
Maurus Cuelenaere
2009-07-14
FS#10080
Nils Wallménius
2009-04-16
Fix reading of Musicbrainz track IDs from ID3 tags - incorrect return values ...
Robert Keevil
2008-11-04
Fix FS#9522: stop reading an ID3v2 tag if a frame length is bad.
Magnus Holmgren
2008-10-30
Add support for the album artist field used by Foobar2000 in ID3v2 tags.
Magnus Holmgren
2008-10-26
Add missing #include to mp3 metadata parser.
Bertrik Sikken
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg