summaryrefslogtreecommitdiff
path: root/gst/id3demux
AgeCommit message (Expand)AuthorFilesLines
2009-10-09id3: fixes warnings building on macosxJosep Torra1-1/+1
2009-10-09id3: cast pointer math results to glongStefan Kost1-5/+5
2009-10-09build: don't cast, but use the right format specified insteadStefan Kost1-5/+5
2009-10-09id3demux: fix printf warnings on macosxJosep Torra1-3/+4
2009-10-07build: fprintf, sprintf, sscanf need stdio.hStefan Kost1-0/+1
2009-09-22Fix compile warnings with gcc 4.0.1.Alessandro Decina1-1/+1
2009-08-09id3demux: Try GST_*_TAG_ENCODING and locale encoding if tags are not UTF8LoneStar1-2/+70
2009-08-07id3demux: add ID3 v2.3 spec as wellTim-Philipp Müller1-0/+1422
2009-08-07id3demux: sizes in ID3 v2.3 are unlikely to be sync-safe integersTim-Philipp Müller1-1/+5
2009-08-07id3demux: fix typo in debug messageTim-Philipp Müller1-1/+1
2009-08-07id3demux: fix parsing of unsync'ed ID3 v2.4 tags and framesTim-Philipp Müller3-8/+29
2009-06-22id3demux: add container-format tagTim-Philipp Müller2-3/+19
2009-04-24id3demux: parse unsynchronised tags properlyTim-Philipp Müller1-1/+58
2009-04-24id3demux: pass the right size value for size of all frames to the parserTim-Philipp Müller1-1/+1
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost1-13/+18
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost1-0/+1
2008-06-04Use new utility functions in libgsttag to process coverart (#512333).Tim-Philipp Müller1-84/+5
2008-01-11Generate the image-type values correctly. Leave them out of the caps when out...Jan Schmidt1-8/+15
2008-01-09gst/id3demux/id3v2frames.c: Make sure the ISO 639-X language code in ID3v2 CO...Tommi Myöhänen1-5/+9
2007-12-14gst/id3demux/id3v2frames.c: Parse WOAF frames and put the result into GST_TAG...Tim-Philipp Müller1-0/+5
2007-11-14gst/id3demux/: We don't want the same string multiple times in a tag list for...Tim-Philipp Müller3-13/+16
2007-10-11gst/id3demux/id3v2frames.c: Extract license/copyright URIs from ID3v2 WCOP fr...Jason Kivlighn1-0/+57
2007-10-06gst/id3demux/: Port ID3 tag demuxer over to the new GstTagDemux in -base (now...Tim-Philipp Müller5-1171/+123
2007-07-10gst/id3demux/gstid3demux.c: Don't return GST_FLOW_ERROR when pushing an event...Edward Hervey1-4/+1
2007-05-25gst/id3demux/gstid3demux.c: Don't leak newsegment events.Tim-Philipp Müller1-0/+1
2007-05-25gst/: Handle and adjust new-segment events so that downstream really sees a s...Jan Schmidt2-0/+124
2007-03-12gst/id3demux/gstid3demux.c: Fix handling of -1 values for start and stop valu...Jan Schmidt1-3/+14
2007-03-12gst/id3demux/id3v2frames.c: Fix parsing of ID3 v2.2.0 PIC frames. Only in ver...Tim-Philipp Müller1-7/+32
2007-03-06gst/id3demux/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() n...Tim-Philipp Müller1-6/+7
2007-03-06gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherw...Tim-Philipp Müller3-6/+44
2007-01-11gst/: Set correct caps on outgoing pulled buffers, or things blow up after re...Tim-Philipp Müller1-0/+2
2006-12-12gst/: In streaming mode, if the first buffer we get doesn't have an offset, f...Tim-Philipp Müller1-1/+14
2006-11-19gst/id3demux/id3v2frames.c: Make sure that g_free always gets called on the s...René Stadler1-7/+16
2006-11-01gst/id3demux/id3v2frames.c: We require a -base more recent than 0.10.9, so it...Tim-Philipp Müller1-3/+0
2006-10-11gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller1-0/+1
2006-10-05Printf format fixes.Tim-Philipp Müller1-2/+2
2006-09-14gst/: Don't interpret a first buffer with an offset of NONE as 'from the midd...Tim-Philipp Müller1-2/+4
2006-08-22gst/id3demux/id3v2frames.c: If strings in text fields are marked ISO8859-1, b...Jan Schmidt1-6/+9
2006-08-16configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller1-12/+30
2006-07-25gst/id3demux/id3tags.c: Extract frames for ID3v2 versions prior to ID3v2.3.0 ...Tim-Philipp Müller1-4/+20
2006-07-23gst/id3demux/: On second thought, it might be wiser and more efficient not to...Tim-Philipp Müller3-7/+8
2006-07-23gst/id3demux/id3tags.c: Put ID3v2 frames we can't parse as binary blobs into ...Tim-Philipp Müller1-4/+42
2006-07-21gst/avi/gstavidemux.c: Fix some leaks.Wim Taymans1-1/+1
2006-07-05gst/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller1-6/+22
2006-07-03gst/: Return FLOW_UNEXPECTED when at the end of the file, notTim-Philipp Müller1-2/+2
2006-06-29gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller1-10/+16
2006-06-22gst/id3demux/id3v2frames.c: Set image type from APIC frame as "image-type" fi...Tim-Philipp Müller1-3/+9
2006-06-11gst/id3demux/id3v2frames.c: Extract images from ID3v2 tags (APIC frames). Fix...Tim-Philipp Müller1-1/+169
2006-06-11gst/: Use gst_pad_query_peer_duration() utility function here.Tim-Philipp Müller1-21/+5
2006-06-01Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost1-2/+2