summaryrefslogtreecommitdiffstats
path: root/gst/id3demux/id3v2frames.c
Commit message (Expand)AuthorAgeFilesLines
* build: fprintf, sprintf, sscanf need stdio.hStefan Kost2009-10-071-0/+1
* Fix compile warnings with gcc 4.0.1.Alessandro Decina2009-09-221-1/+1
* id3demux: Try GST_*_TAG_ENCODING and locale encoding if tags are not UTF8LoneStar2009-08-091-2/+70
* id3demux: sizes in ID3 v2.3 are unlikely to be sync-safe integersTim-Philipp Müller2009-08-071-1/+5
* id3demux: fix parsing of unsync'ed ID3 v2.4 tags and framesTim-Philipp Müller2009-08-071-6/+22
* Use new utility functions in libgsttag to process coverart (#512333).Tim-Philipp Müller2008-06-041-84/+5
* Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt2008-01-111-8/+15
* gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 CO...Tommi Myöhänen2008-01-091-5/+9
* gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG...Tim-Philipp Müller2007-12-141-0/+5
* gst/id3demux/: We don't want the same string multiple times in a tag list for...Tim-Philipp Müller2007-11-141-7/+16
* gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP fr...Jason Kivlighn2007-10-111-0/+57
* gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...Tim-Philipp Müller2007-10-061-2/+0
* gst/id3demux/id3v2frames.c: Fix parsing of ID3 v2.2.0 PIC frames. Only in ver...Tim-Philipp Müller2007-03-121-7/+32
* gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherw...Tim-Philipp Müller2007-03-061-4/+26
* gst/id3demux/id3v2frames.c: Make sure that g_free always gets called on the s...René Stadler2006-11-191-7/+16
* gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller2006-11-011-3/+0
* Printf format fixes.Tim-Philipp Müller2006-10-051-2/+2
* gst/id3demux/id3v2frames.c: If strings in text fields are marked ISO8859-1, b...Jan Schmidt2006-08-221-6/+9
* configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller2006-08-161-12/+30
* gst/id3demux/id3v2frames.c: Set image type from APIC frame as "image-type" fi...Tim-Philipp Müller2006-06-221-3/+9
* gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fix...Tim-Philipp Müller2006-06-111-1/+169
* gst/id3demux/id3v2frames.c: A track/volume number or count of 0 does not make...Tim-Philipp Müller2006-05-281-5/+5
* gst/id3demux/id3v2frames.c: Don't output any tag when we encounter a negative...Jan Schmidt2006-05-191-32/+25
* gst/autodetect/: Make the name of the child element be based on the name of t...Jan Schmidt2006-05-161-43/+69
* gst/id3demux/id3v2frames.c: Some more debug info. No need to check whether th...Tim-Philipp Müller2006-05-121-6/+12
* gst/id3demux/id3v2frames.c: Fix parsing of numeric genre strings some more, b...Jan Schmidt2006-05-101-2/+17
* gst/id3demux/id3v2frames.c: Recognise and skip any byte order marker (BOM) inTim-Philipp Müller2006-04-281-0/+24
* ext\jpeg\smokecodec.c: use of GST_DEBUG instead of DEBUG(a...) for WIN32Sébastien Moutte2006-03-301-1/+2
* gst/id3demux/id3v2frames.c: We only care about gain and peak data for the mas...Tim-Philipp Müller2006-03-161-3/+5
* gst/id3demux/id3v2frames.c: Read replay gain tags (#323721).Tim-Philipp Müller2006-03-161-8/+108
* configure.ac: Bump -base requirement to 0.10.5 for gst_tag_from_id3_user_tag(...Tim-Philipp Müller2006-03-141-1/+91
* gst/id3demux/: Handle 0 data size in otherwise valid frames.Jan Schmidt2006-02-181-1/+3
* gst/id3demux/id3v2frames.c: Add more validation to ensure that a char encodin...Jan Schmidt2006-02-131-33/+35
* gst/id3demux/id3v2frames.c: Adjust for data length indicators when parsing (F...Jan Schmidt2006-02-041-9/+14
* gst/id3demux/id3v2frames.c: Never output a tag with a null contents string.Jan Schmidt2006-02-031-3/+15
* gst/id3demux/id3v2frames.c: Never trust ANY information encoded in a media fi...Jan Schmidt2006-01-251-0/+11
* gst/id3demux/id3v2frames.c: Remove errant break statement, and fix compilatio...Jan Schmidt2006-01-231-4/+3
* gst/id3demux/: Rewrite parsing of text tags to handle multiple NULL terminate...Jan Schmidt2006-01-231-83/+229
* gst/id3demux/id3v2frames.c: Fix compilation of id3demux when zlib is not pres...Sergey Scobich2006-01-151-0/+6
* gst/id3demux/gstid3demux.c: Add gst_element_no_more_pads() for proper decodeb...Edward Hervey2006-01-061-5/+5
* configure.ac: Check for optional dependency on zlib for id3demuxJan Schmidt2005-12-181-0/+382