summaryrefslogtreecommitdiff
path: root/src/demuxers/id3.c
AgeCommit message (Expand)Author
2015-07-24Get year from ID3v1 tag.Torsten Jager
2013-09-13Copyright year update by hg log infoTorsten Jager
2010-09-23Merge from 1.1.Darren Salt
2010-07-29Spelling fixes.Darren Salt
2010-03-24Merge from 1.1.Darren Salt
2010-03-22Add support for Ogg tag 'DISCNUMBER' and ID3 tag 'TPOS'.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-11-30Trim trailing space & reduce space+tab.Darren Salt
2009-10-10Merge from 1.1.Darren Salt
2009-10-10Fix parsing of ID3 tag content lengths.Darren Salt
2009-04-12Merge from 1.1.Darren Salt
2009-04-06A trivial harmless little length test off-by-one.Darren Salt
2009-04-06Merge from 1.1.Darren Salt
2009-04-05Fix handling of the length of UTF-16 content sourced from, e.g., ID3 tags.Darren Salt
2009-04-05Properly NUL-terminate when reading ID3v2.2 tag content.Darren Salt
2009-04-03Merge from 1.1, discarding new "#if"s in ff_video_decoder.c.Darren Salt
2009-04-02Fix up some warnings found while debugging the ID3v2 code.Darren Salt
2009-04-02ID3v2 tags with zero-length content are allowed.Darren Salt
2008-12-15Merge from 1.1; update PO files; make buildable.Diego E. 'Flameeyes' Pettenò
2008-09-03Adding ID3 tag TDRC to replace/complement the deprecated tag TYER.Maximilian Schwerin
2008-05-28Fix exploitable heap buffer overflow in id3.c.Diego 'Flameeyes' Pettenò
2008-05-06Merge from 1.1.Darren Salt
2008-05-03Remove specific ID3v2 parsing funcion from the header file, always use the ge...Diego 'Flameeyes' Pettenò
2008-02-29Merge from 1.1.Darren Salt
2008-02-16Take in account the size of the extended header.Thibaut Mattern
2008-01-22Merge from 1.1 branch.Diego 'Flameeyes' Pettenò
2008-01-21Fixed logging.Thibaut Mattern
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-18Use automatic buffers rather than malloc/free the buffer.Diego 'Flameeyes' Pettenò
2007-12-13Remove the need for a result variable, simply return the value of the _parse_...Diego 'Flameeyes' Pettenò
2007-12-13Report the whole ID3v2 signature when it's not recognised.Diego 'Flameeyes' Pettenò
2007-12-13Use the ID3 tag macros to identify the correct _parse_tag function to use.Diego 'Flameeyes' Pettenò
2007-12-13Pass the new id3_signature parameter to the _parse_tag functions.Diego 'Flameeyes' Pettenò
2007-12-13Use the new id3_signature parameter in id3v2_parse_header.Diego 'Flameeyes' Pettenò
2007-12-13Use ID3V2X_TAG and _MASK to identify ID3 signature.Diego 'Flameeyes' Pettenò
2007-12-13Remove FOURCC_TAG and replace with explicit BE_FOURCC.Diego 'Flameeyes' Pettenò
2007-12-13Replace the mp3_frame_header paramter (pointer to bytes) with a 32 bit intege...Diego 'Flameeyes' Pettenò
2007-11-25Merge from 1.1.Darren Salt
2007-11-25Fix a signedness issue in genre number validation.Darren Salt
2007-11-25Avoid any future need to alter ID3_GENRE_COUNT.Darren Salt
2007-11-25patch adding additional ID3 genresMaximilian Schwerin
2007-11-10Delete most of the CVS $Id$/$Log$ lines.Darren Salt
2007-11-10Merge from 1.1.Darren Salt
2007-11-09Merge FSF address changes from 1.1 branch.Diego 'Flameeyes' Pettenò
2007-11-09Update FSF address on non-contributed code and COPYING files.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-06-15Use unsigned integers as buffer for the header.Diego 'Flameeyes' Pettenò
2007-06-16Rename the BE/LE/ME macros with a _X_ prefix, so they don't clash with Solari...Diego 'Flameeyes' Pettenò
2007-05-29Actually id3v2_tagsize was used by demux_mpgaudio and demux_aac; but as it ma...Diego 'Flameeyes' Pettenò
2007-05-29Fix typo reporting ID3v2.4 tags as ID3v2.3.Diego 'Flameeyes' Pettenò