summaryrefslogtreecommitdiffstats
path: root/gst/id3demux
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
* 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: add ID3 v2.3 spec as wellTim-Philipp Müller2009-08-071-0/+1422
* id3demux: sizes in ID3 v2.3 are unlikely to be sync-safe integersTim-Philipp Müller2009-08-071-1/+5
* 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-073-8/+29
* id3demux: add container-format tagTim-Philipp Müller2009-06-222-3/+19
* 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
* Update and add documentation for plugins with no deps (gst).Stefan Kost2009-01-281-13/+18
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* 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-143-13/+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-065-1171/+123
* gst/id3demux/gstid3demux.c: Don't return GST_FLOW_ERROR when pushing an event...Edward Hervey2007-07-101-4/+1
* gst/id3demux/gstid3demux.c: Don't leak newsegment events.Tim-Philipp Müller2007-05-251-0/+1
* gst/: Handle and adjust new-segment events so that downstream really sees a s...Jan Schmidt2007-05-252-0/+124
* gst/id3demux/gstid3demux.c: Fix handling of -1 values for start and stop valu...Jan Schmidt2007-03-121-3/+14
* 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/gstid3demux.c: Don't leak caps: make gst_id3demux_add_srcpad() n...Tim-Philipp Müller2007-03-061-6/+7
* gst/id3demux/: Do not convert obsolete TDA/TDAT frames to TDRC frames, otherw...Tim-Philipp Müller2007-03-063-6/+44
* gst/: Set correct caps on outgoing pulled buffers, or things blow up after re...Tim-Philipp Müller2007-01-111-0/+2
* gst/: In streaming mode, if the first buffer we get doesn't have an offset, f...Tim-Philipp Müller2006-12-121-1/+14
* 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
* gst/: Activate pad before adding it to the already-running element.Tim-Philipp Müller2006-10-111-0/+1
* Printf format fixes.Tim-Philipp Müller2006-10-051-2/+2
* gst/: Don't interpret a first buffer with an offset of NONE as 'from the midd...Tim-Philipp Müller2006-09-141-2/+4
* 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/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-233-7/+8
* 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/: Don't return FLOW_UNEXPECTED when a buffer is before the start of the s...Tim-Philipp Müller2006-07-051-6/+22
* gst/: Return FLOW_UNEXPECTED when at the end of the file, notTim-Philipp Müller2006-07-031-2/+2
* gst/id3demux/gstid3demux.c: Make sure we don't return GST_FLOW_OK with a NULL...Tim-Philipp Müller2006-06-291-10/+16
* 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/: Use gst_pad_query_peer_duration() utility function here.Tim-Philipp Müller2006-06-111-21/+5
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-011-2/+2