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
/
mp4.c
(
follow
)
Commit message (
Expand
)
Author
Age
*
Build librbcodec with DSP and metadata.
Sean Bartell
2012-03-18
*
Rename 'mp3entry.embed_albumart' to 'mp3entry.has_embedded_albumart' (FS#1247...
Alexander Levin
2011-12-22
*
Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu.
Andree Buschmann
2011-03-15
*
FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...
Andree Buschmann
2011-02-24
*
Submit FS11960. Limit metadata item size like done for ID3 tags since r29174.
Andree Buschmann
2011-02-22
*
Proper initialize dummy destination address to ensure correct functionality f...
Andree Buschmann
2011-02-22
*
FS#11920: Do not overwrite already existing metadata and take into account st...
Andree Buschmann
2011-02-20
*
Ensure proper initialization of some variables and arrays in metadata parsing...
Andree Buschmann
2011-02-17
*
Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very u...
Andree Buschmann
2011-02-15
*
2nd try: All AAC-HE files will double the frame sample count, not only AAC-HE...
Andree Buschmann
2011-02-15
*
Undo unwanted commit r29310.
Andree Buschmann
2011-02-15
*
All AAC-HE files will double the frame sample count, not only AAC-HE files wi...
Andree Buschmann
2011-02-15
*
Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac mus...
Andree Buschmann
2011-02-03
*
Submit FS#11918: Add 2 more codec types to be able to differentiate between A...
Andree Buschmann
2011-02-03
*
Find a more consistent and resilient way to handle SBR upsampled files. The d...
Andree Buschmann
2011-02-02
*
Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...
Andree Buschmann
2011-02-02
*
Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.
Andree Buschmann
2011-02-02
*
Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...
Michael Giacomelli
2010-08-14
*
Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...
Michael Giacomelli
2010-01-02
*
Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...
Michael Giacomelli
2010-01-02
*
Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...
Magnus Holmgren
2009-11-22
*
Unify fourcc macro and some style changes
Nils Wallménius
2009-11-18
*
add gapless playback for Nero encoded AAC files
Marcoen Hirschberg
2009-10-06
*
Change the naming scheme for codecs found in different containers.
Mohamed Tarek
2009-07-27
*
Attempt to fix yellow on sims (can't reproduce on my system).
Andrew Mahone
2009-05-16
*
Change the type of read_uint32be to uint32_t and ensure all variables passed ...
Dave Chapman
2009-05-15
*
MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9...
Magnus Holmgren
2009-01-04
*
Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...
Björn Stenberg
2008-10-15
*
FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...
Robert Keevil
2008-10-07
*
Updated our source code header to explicitly mention that we are GPL v2 or
Daniel Stenberg
2008-06-28
*
Added missing header file metadata_parsers.h to metadata parsers.
Bertrik Sikken
2008-05-03
*
Moved atoi declaration to stdlib.h. Deleted atoi.h
Bertrik Sikken
2008-04-28
*
MP4 tag parser: guard against problems when the buffer is full.
Magnus Holmgren
2007-10-14
*
read_mp4_tag_string() may return a NULL in the pointer so no code should rely
Daniel Stenberg
2007-10-11
*
Correct another copyright line.
Magnus Holmgren
2007-08-24
*
Add support for grouping tags. From FS#7362.
Dan Everton
2007-08-08
*
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-08-03
*
MP4: Add support for comment and year tags.
Magnus Holmgren
2007-07-26
*
MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ...
Magnus Holmgren
2007-07-24
*
Add support for text-format genres in .mp4 files (AAC/ALAC).
Magnus Holmgren
2007-07-22
*
Support aART (album artist) MP4 atom.
Dan Everton
2007-06-25
*
split up the metadata parser
Marcoen Hirschberg
2007-06-16