summaryrefslogtreecommitdiff
path: root/src/demuxers/id3.h
AgeCommit message (Expand)Author
2013-09-13Copyright year update by hg log infoTorsten Jager
2008-08-14Merge from 1.1.Darren Salt
2008-08-13Use size_t for data length variables.Darren Salt
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ò
2007-12-19Update all the code to the new headers layout.Diego 'Flameeyes' Pettenò
2007-12-13Use ME_FOURCC to define the ID3V2 tag macros.Diego 'Flameeyes' Pettenò
2007-12-13Use ID3V2X_TAG and _MASK to identify ID3 signature.Diego 'Flameeyes' Pettenò
2007-12-13Define a generic ID3v2.x tag and a mask to identify it.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-10Merge from 1.1.Darren Salt
2007-11-10Delete most of the CVS $Id$/$Log$ lines.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-29Add a comment about id3v2_istag function and remove id3v2_tagsize function (w...Diego 'Flameeyes' Pettenò
2007-03-03Add two extra functions (inline as they are just a return statement) that che...Diego 'Flameeyes' Pettenò
2007-03-03Add a function to parse a generic ID3v2 tag, and make both demux_aac and demu...Diego 'Flameeyes' Pettenò
2005-09-15Added minimal id3 v2.4 support.Thibaut Mattern
2003-12-08- "Genre" list.Thibaut Mattern
2003-12-08- Fix wrong tag header constants.Thibaut Mattern
2003-12-07- Move ID3 parsing code to id3.h/id3.cThibaut Mattern