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
/
mp4.c
Age
Commit message (
Expand
)
Author
2009-05-16
Attempt to fix yellow on sims (can't reproduce on my system).
Andrew Mahone
2009-05-15
Change the type of read_uint32be to uint32_t and ensure all variables passed ...
Dave Chapman
2009-01-04
MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9...
Magnus Holmgren
2008-10-15
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-07
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...
Robert Keevil
2008-06-28
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-05-03
Added missing header file metadata_parsers.h to metadata parsers.
Bertrik Sikken
2008-04-28
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2007-10-14
MP4 tag parser: guard against problems when the buffer is full.
Magnus Holmgren
2007-10-11
read_mp4_tag_string() may return a NULL in the pointer so no code should rely
Daniel Stenberg
2007-08-24
Correct another copyright line.
Magnus Holmgren
2007-08-08
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-03
Fix ID3 struct member name for discnum in mp4 metadata parser.
Dan Everton
2007-08-03
Add support for parsing the disc number tag from metadata and use of it in th...
Dan Everton
2007-07-26
MP4: Add support for comment and year tags.
Magnus Holmgren
2007-07-24
MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ...
Magnus Holmgren
2007-07-22
Add support for text-format genres in .mp4 files (AAC/ALAC).
Magnus Holmgren
2007-06-25
Support aART (album artist) MP4 atom.
Dan Everton
2007-06-16
split up the metadata parser
Marcoen Hirschberg