summaryrefslogtreecommitdiff
path: root/gst/id3demux
Commit message (Expand)AuthorAgeFilesLines
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+8
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-2/+1
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-5/+5
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-271-1/+1
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-101-1/+1
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-2/+2
* update for new memory APIWim Taymans2012-01-251-4/+4
* id3demux: port to 0.11Wim Taymans2011-10-101-19/+21
* id3demux: remove specs from git as well now that parsing code is in -baseTim-Philipp Müller2011-08-143-3889/+0
* id3demux: use -base provided id3 tag parsingMark Nauwelaerts2011-08-135-1857/+10
* android: Make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* Revert "id3demux: ensure a taglist before adding the container tag"Stefan Kost2011-02-221-5/+4
* id3demux: return ID3TAGS_BROKEN_TAG for unsupported versionsStefan Kost2011-02-221-1/+1
* id3demux: ensure a taglist before adding the container tagStefan Kost2011-02-081-4/+5
* id3demux: fix parsing of ID3v2.4 genre frames with multiple genresErich Schubert2011-01-021-1/+1
* various (gst): add a missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-131-1/+1
* id3demux: Sanitize id3 frame namesEdward Hervey2010-09-241-0/+24
* id3demux: fix parsing of unsynced frames with data length indicatorTim-Philipp Müller2010-03-301-3/+5
* Add -Wwrite-strings to the configure flagsBenjamin Otte2010-03-211-2/+2
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-7/+4
* id3demux: prefer two letter ISO 639-1 code for extended commentTim-Philipp Müller2009-12-131-1/+6
* 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