summaryrefslogtreecommitdiff
path: root/src/demuxers/id3.c
AgeCommit message (Expand)Author
2008-05-03Remove specific ID3v2 parsing funcion from the header file, always use the ge...Diego 'Flameeyes' Pettenò
2008-02-16Take in account the size of the extended header.Thibaut Mattern
2008-01-21Fixed logging.Thibaut Mattern
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-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-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ò
2007-05-29Print the invalid header flags when found.Diego 'Flameeyes' Pettenò
2007-03-03Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu...Diego 'Flameeyes' Pettenò
2006-04-051) various warning fixesFrantišek Dvořák
2005-09-16Fixed id3v2.4 genre parsing.Thibaut Mattern
2005-09-16Disabled debug stuff.Thibaut Mattern
2005-09-16Fixed id3v2.3 frame header size parsing.Thibaut Mattern
2005-09-15Added minimal id3 v2.4 support.Thibaut Mattern
2004-12-14- add tracknumber meta info (patch by Brian J. Tarricone <bjt23@cornell.edu>)Miguel Freitas
2003-12-09id3v2 "genre" parsing.Thibaut Mattern
2003-12-08- "Genre" list.Thibaut Mattern
2003-12-08- Fix wrong tag header constants.Thibaut Mattern
2003-12-07arghThibaut Mattern
2003-12-07v2.3 is here...Thibaut Mattern
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern