summaryrefslogtreecommitdiffstats
path: root/gst/id3demux/id3tags.c
Commit message (Expand)AuthorAgeFilesLines
* id3: fixes warnings building on macosxJosep Torra2009-10-091-1/+1
* id3: cast pointer math results to glongStefan Kost2009-10-091-5/+5
* build: don't cast, but use the right format specified insteadStefan Kost2009-10-091-5/+5
* id3demux: fix printf warnings on macosxJosep Torra2009-10-091-3/+4
* id3demux: fix typo in debug messageTim-Philipp Müller2009-08-071-1/+1
* id3demux: fix parsing of unsync'ed ID3 v2.4 tags and framesTim-Philipp Müller2009-08-071-2/+5
* id3demux: parse unsynchronised tags properlyTim-Philipp Müller2009-04-241-1/+58
* id3demux: pass the right size value for size of all frames to the parserTim-Philipp Müller2009-04-241-1/+1
* gst/id3demux/: We don't want the same string multiple times in a tag list for...Tim-Philipp Müller2007-11-141-3/+0
* gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...Tim-Philipp Müller2007-10-061-78/+34
* gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherw...Tim-Philipp Müller2007-03-061-2/+14
* gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 ...Tim-Philipp Müller2006-07-251-4/+20
* gst/id3demux/: On second thought, it might be wiser and more efficient not to...Tim-Philipp Müller2006-07-231-7/+0
* gst/id3demux/id3tags.c: Put ID3v2 frames we can't parse as binary blobs into ...Tim-Philipp Müller2006-07-231-4/+42
* gst/avi/gstavidemux.c: Fix some leaks.Wim Taymans2006-07-211-1/+1
* gst/id3demux/id3tags.c: (Fixes #338713)Alex Lancaster2006-04-171-0/+1
* gst/: Don't attempt typefinding on too-short buffers that have been completel...Jan Schmidt2006-03-221-2/+9
* gst/id3demux/: Handle 0 data size in otherwise valid frames.Jan Schmidt2006-02-181-2/+4
* gst/id3demux/id3tags.c: ID3 2.3.0 used synch-safe integers for the tag size, ...Jan Schmidt2006-02-161-4/+12
* gst/id3demux/: Someone should kick my butt. Remove ID3v1 tags from the end of...Jan Schmidt2006-01-301-0/+2
* gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminate...Jan Schmidt2006-01-231-0/+3
* gst/id3demux/id3tags.c: If a broken tag has 0 bytes payload, at least still s...Jan Schmidt2005-12-281-1/+4
* configure.ac: Check for optional dependency on zlib for id3demuxJan Schmidt2005-12-181-0/+431