summaryrefslogtreecommitdiffstats
path: root/apps/metadata/mp4.c
AgeCommit message (Expand)AuthorFilesLines
2011-03-15Submit FS#12009. Add embedded album art support for m4a. Thanks to Jason Yu.Andree Buschmann1-0/+32
2011-02-24FS#11964. Rework replaygain handling to save metadata buffer and binsize. Rem...Andree Buschmann1-7/+1
2011-02-22Submit FS11960. Limit metadata item size like done for ID3 tags since r29174.Andree Buschmann1-3/+6
2011-02-22Proper initialize dummy destination address to ensure correct functionality f...Andree Buschmann1-1/+1
2011-02-20FS#11920: Do not overwrite already existing metadata and take into account st...Andree Buschmann1-5/+11
2011-02-17Ensure proper initialization of some variables and arrays in metadata parsing...Andree Buschmann1-2/+2
2011-02-15Correct the metadata's VBR flag for MP4 files. ALAC is native VBR, AAC very u...Andree Buschmann1-2/+4
2011-02-152nd try: All AAC-HE files will double the frame sample count, not only AAC-HE...Andree Buschmann1-12/+3
2011-02-15Undo unwanted commit r29310.Andree Buschmann1-14/+17
2011-02-15All AAC-HE files will double the frame sample count, not only AAC-HE files wi...Andree Buschmann1-17/+14
2011-02-03Changes in m4a parser: The metadata (e.g. sampling rate) for alac and aac mus...Andree Buschmann1-33/+39
2011-02-03Submit FS#11918: Add 2 more codec types to be able to differentiate between A...Andree Buschmann1-3/+8
2011-02-02Find a more consistent and resilient way to handle SBR upsampled files. The d...Andree Buschmann1-8/+19
2011-02-02Recognize AAC-HE SBR with upsampling and correct duration, bitrate, seek and ...Andree Buschmann1-2/+25
2011-02-02Do not parse into 'ilst' atom if size is 0. Fixes playability issue in FS#11916.Andree Buschmann1-1/+2
2010-08-14Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli1-2/+3
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli1-0/+4
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli1-6/+7
2009-11-22Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren1-7/+15
2009-11-18Unify fourcc macro and some style changesNils Wallménius1-39/+37
2009-10-06add gapless playback for Nero encoded AAC filesMarcoen Hirschberg1-0/+21
2009-07-27Change the naming scheme for codecs found in different containers.Mohamed Tarek1-1/+1
2009-05-16Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone1-2/+2
2009-05-15Change the type of read_uint32be to uint32_t and ensure all variables passed ...Dave Chapman1-20/+19
2009-01-04MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9...Magnus Holmgren1-0/+5
2008-10-15Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg1-1/+1
2008-10-07FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil1-0/+5
2008-06-28Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg1-2/+4
2008-05-03Added missing header file metadata_parsers.h to metadata parsers.Bertrik Sikken1-0/+1
2008-04-28Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken1-1/+0
2007-10-14MP4 tag parser: guard against problems when the buffer is full.Magnus Holmgren1-1/+1
2007-10-11read_mp4_tag_string() may return a NULL in the pointer so no code should relyDaniel Stenberg1-6/+10
2007-08-24Correct another copyright line.Magnus Holmgren1-1/+1
2007-08-08Add support for grouping tags. From FS#7362.Dan Everton1-0/+6
2007-08-03Fix ID3 struct member name for discnum in mp4 metadata parser.Dan Everton1-1/+1
2007-08-03Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton1-0/+10
2007-07-26MP4: Add support for comment and year tags.Magnus Holmgren1-0/+23
2007-07-24MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ...Magnus Holmgren1-3/+3
2007-07-22Add support for text-format genres in .mp4 files (AAC/ALAC).Magnus Holmgren1-0/+6
2007-06-25Support aART (album artist) MP4 atom.Dan Everton1-0/+6
2007-06-16split up the metadata parserMarcoen Hirschberg1-0/+669