summaryrefslogtreecommitdiff
path: root/gst/id3demux
AgeCommit message (Expand)AuthorFilesLines
2015-04-27Rename property enums from ARG_ to PROP_Luis de Bethencourt1-5/+5
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller1-14/+0
2013-04-15gst: Add better support for static pluginsSebastian Dröge1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller2-4/+4
2012-08-27docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller1-1/+1
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge1-1/+1
2012-04-04gst: Update versioningSebastian Dröge1-2/+2
2012-01-25update for new memory APIWim Taymans1-4/+4
2011-10-10id3demux: port to 0.11Wim Taymans1-19/+21
2011-08-14id3demux: remove specs from git as well now that parsing code is in -baseTim-Philipp Müller3-3889/+0
2011-08-13id3demux: use -base provided id3 tag parsingMark Nauwelaerts5-1857/+10
2011-04-11android: Make it ready for androgenizerThibault Saunier1-0/+14
2011-02-22Revert "id3demux: ensure a taglist before adding the container tag"Stefan Kost1-5/+4
2011-02-22id3demux: return ID3TAGS_BROKEN_TAG for unsupported versionsStefan Kost1-1/+1
2011-02-08id3demux: ensure a taglist before adding the container tagStefan Kost1-4/+5
2011-01-02id3demux: fix parsing of ID3v2.4 genre frames with multiple genresErich Schubert1-1/+1
2010-10-13various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-1/+1
2010-09-24id3demux: Sanitize id3 frame namesEdward Hervey1-0/+24
2010-03-30id3demux: fix parsing of unsynced frames with data length indicatorTim-Philipp Müller1-3/+5
2010-03-21Add -Wwrite-strings to the configure flagsBenjamin Otte1-2/+2
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-7/+4
2009-12-13id3demux: prefer two letter ISO 639-1 code for extended commentTim-Philipp Müller1-1/+6
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