summaryrefslogtreecommitdiff
path: root/apps/metadata/mp4.c (follow)
Commit message (Expand)AuthorAge
* Add uppercase M4A file type to the mp4 parser. Technically Apple says to use...Michael Giacomelli2010-08-14
* Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli2010-01-02
* Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli2010-01-02
* Add support for the MP4 file type 'isom'. Based on FS#10790 with an additiona...Magnus Holmgren2009-11-22
* Unify fourcc macro and some style changesNils Wallménius2009-11-18
* add gapless playback for Nero encoded AAC filesMarcoen Hirschberg2009-10-06
* Change the naming scheme for codecs found in different containers.Mohamed Tarek2009-07-27
* Attempt to fix yellow on sims (can't reproduce on my system).Andrew Mahone2009-05-16
* Change the type of read_uint32be to uint32_t and ensure all variables passed ...Dave Chapman2009-05-15
* MP4/AAC: Add support for album artist tags written by Foobar2000. Closes FS#9...Magnus Holmgren2009-01-04
* Split id3.c/h into metadata.c/h and metadata/mp3.c. Updated all references. M...Björn Stenberg2008-10-15
* FS#9139 - support for ver 1.1 scrobbler log files. Upload any old files first...Robert Keevil2008-10-07
* Updated our source code header to explicitly mention that we are GPL v2 orDaniel Stenberg2008-06-28
* Added missing header file metadata_parsers.h to metadata parsers.Bertrik Sikken2008-05-03
* Moved atoi declaration to stdlib.h. Deleted atoi.hBertrik Sikken2008-04-28
* MP4 tag parser: guard against problems when the buffer is full.Magnus Holmgren2007-10-14
* read_mp4_tag_string() may return a NULL in the pointer so no code should relyDaniel Stenberg2007-10-11
* Correct another copyright line.Magnus Holmgren2007-08-24
* Add support for grouping tags. From FS#7362.Dan Everton2007-08-08
* Fix ID3 struct member name for discnum in mp4 metadata parser.Dan Everton2007-08-03
* Add support for parsing the disc number tag from metadata and use of it in th...Dan Everton2007-08-03
* MP4: Add support for comment and year tags.Magnus Holmgren2007-07-26
* MP4: Fix a sign error preventing some files from playing (e.g., if tagged by ...Magnus Holmgren2007-07-24
* Add support for text-format genres in .mp4 files (AAC/ALAC).Magnus Holmgren2007-07-22
* Support aART (album artist) MP4 atom.Dan Everton2007-06-25
* split up the metadata parserMarcoen Hirschberg2007-06-16