index
:
rockbox
2048sp5
duke3d
master
puzzles
puzzlesmanual
quake5
wolf3d
working
xracer
My Rockbox tree
Franklin Wei
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
apps
/
metadata
/
mp3.c
(
unfollow
)
Commit message (
Expand
)
Author
2012-03-18
Build librbcodec with DSP and metadata.
Sean Bartell
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
2008-10-10
Moved id3.c, mpeg.c and replaygain.c from firmware/ to apps/. This is the fir...
Björn Stenberg
2008-10-07
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...
Robert Keevil
2008-08-17
Fix a problem reading some ID3v2.4 tags. The data length refers to the size o...
Magnus Holmgren
2008-07-26
commit asap codec. plays .sap files. At the moment it only plays the default ...
Dominik Wenger
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-21
FS #8680. MOD codec by Rainer Sinsch.
Thom Johansen
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-12
Move a function to gwps-common.c because it belongs there
Nils Wallménius
2008-04-02
Revert... stupid svn doesn't complain when passing -m twice :(
Jens Arnold
2008-04-02
Make the measured LCD scanrates from the greylib known to the scanrate test p...
Jens Arnold
2008-03-28
Revert my earlier const madness, we'll keep the parameter lists simple.
Steve Bavin
2008-03-26
More consts that require no functional change.
Steve Bavin
2008-03-25
Revert accidental tree commit. /me needs a smaller enter key...
Jens Arnold
2008-03-25
Cabbiev2 gigabeat background: reduce WPS backdrop filesize by storing it as 2...
Jens Arnold
2008-03-08
Revert accidental tree commit. Sorry for that.
Jens Arnold
2008-03-08
No need to have \n here. panicf() won't output it anyway.
Jens Arnold
2008-02-10
Improve handling of RVA2 (replaygain) frames.
Magnus Holmgren
2008-01-06
Fix reading of ID3V2 tags with frame data length fields, hopefully without br...
Magnus Holmgren
2007-10-29
Turn the DEBUGF messages into logf in the ID3 parser, so that by default they...
Nicolas Pennequin
2007-10-28
Oops. The function should be static.
Nicolas Pennequin
2007-10-28
Some genre strings must not be adjusted by adjust_mp3_entry. Thanks to PaulJa...
Nicolas Pennequin
2007-09-19
Remove the ID3 tag version priority setting on the grounds of it being pretty...
Thom Johansen
2007-09-05
More efficient version of the fix.
Jens Arnold
2007-09-05
Hopefully stop the crashes on database init on ARM (and SH1) targets when com...
Jens Arnold
2007-09-04
fix sub-string comparison
Robert Kukla
2007-09-03
Fix FS#7698, UTF-16 comments not read correctly. Also ignore more iTunes comm...
Magnus Holmgren
2007-08-25
Remove some debug code. Remove some unnecessary checks.
Magnus Holmgren
2007-08-25
Small ReplayGain cleanup. Move RVA2 specific code to id3.c and don't do the p...
Magnus Holmgren
2007-08-14
Add an error check in get_mp3_metadata()
Nicolas Pennequin
2007-08-12
ignore comments containing iTunes 7 gapless data; should solve issues reporte...
Robert Kukla
[next]