gst: Update versioning
[platform/upstream/gstreamer.git] / gst-libs / gst / tag / id3v2frames.c
2012-04-04 Sebastian Drögegst: Update versioning
2012-03-29 Sebastian DrögeMerge remote-tracking branch 'origin/0.10'
2012-03-22 Wim TaymansMerge branch 'master' into 0.11
2012-03-08 Tim-Philipp MüllerMerge remote-tracking branch 'origin/master' into 0.11
2012-03-02 Sebastian DrögeMerge branch 'master' into 0.11
2012-03-02 Sebastian DrögeMerge branch 'master' into 0.11
2012-03-02 Sebastian DrögeMerge branch 'master' into 0.11
2012-02-21 Wim TaymansMerge branch 'master' into 0.11
2012-02-17 Wim TaymansMerge branch 'master' into 0.11
2012-02-16 Wim TaymansMerge branch 'master' into 0.11
2012-02-10 Wim TaymansMerge branch 'master' into 0.11
2012-01-27 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-25 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-25 Sebastian DrögeMerge branch 'master' into 0.11
2012-01-12 Tim-Philipp MüllerGST_TYPE_DATE -> G_TYPE_DATE
2011-08-16 Wim TaymansMerge branch 'master' into 0.11
2011-08-14 Tim-Philipp Müllertag: id3v2: add debug category for ID3 tag parsing
2011-08-14 Mark Nauwelaertstag: id3v2: add id3v2 tag parsing helpers
2011-08-14 Erich Schuberttag: id3v2: fix parsing of ID3v2.4 genre frames with...
2011-08-14 Tim-Philipp Müllertag: id3v2: fix parsing of unsynced frames with data...
2011-08-14 Tim-Philipp Müllertag: id3v2: prefer two letter ISO 639-1 code for extend...
2011-08-14 Stefan Kosttag: id3v2: fprintf, sprintf, sscanf need stdio.h
2011-08-14 Alessandro Decinatag: id3v2: Fix compile warnings with gcc 4.0.1.
2011-08-14 LoneStartag: id3v2: Try GST_*_TAG_ENCODING and locale encoding...
2011-08-14 Tim-Philipp Müllertag: id3v2: sizes in ID3 v2.3 are unlikely to be sync...
2011-08-14 Tim-Philipp Müllertag: id3v2: fix parsing of unsync'ed ID3 v2.4 tags...
2011-08-14 Tim-Philipp Müllertag: id3v2: Use new utility functions in libgsttag...
2011-08-14 Jan Schmidttag: id3v2: Generate the image-type values correctly...
2011-08-14 Tommi Myöhänentag: id3v2: Make sure the ISO 639-X language code in...
2011-08-14 Tim-Philipp Müllertag: id3v2: Parse WOAF frames and put the result into...
2011-08-14 Tim-Philipp Müllertag: id3v2: We don't want the same string multiple...
2011-08-14 Jason Kivlighntag: id3v2: Extract license/copyright URIs from ID3v2...
2011-08-14 Tim-Philipp Müllertag: id3v2: Port ID3 tag demuxer over to the new GstTag...
2011-08-14 Tim-Philipp Müllertag: id3v2: Fix parsing of ID3 v2.2.0 PIC frames. Only...
2011-08-14 Tim-Philipp Müllertag: id3v2: Do not convert obsolete TDA/TDAT frames...
2011-08-14 René Stadlertag: id3v2: Make sure that g_free always gets called...
2011-08-14 Tim-Philipp Müllertag: id3v2: We require a -base more recent than 0.10...
2011-08-14 Tim-Philipp Müllertag: id3v2: Printf format fixes.
2011-08-14 Jan Schmidttag: id3v2: If strings in text fields are marked ISO885...
2011-08-14 Tim-Philipp Müllerconfigure.ac: Require CVS of GStreamer core and -base...
2011-08-14 Tim-Philipp Müllertag: id3v2: Set image type from APIC frame as "image...
2011-08-14 Tim-Philipp Müllertag: id3v2: Extract images from ID3v2 tags (APIC frames...
2011-08-14 Tim-Philipp Müllertag: id3v2: A track/volume number or count of 0 does...
2011-08-14 Jan Schmidttag: id3v2: Don't output any tag when we encounter...
2011-08-14 Jan Schmidttag: id3v2: Rework string parsing to always walk over...
2011-08-14 Tim-Philipp Müllertag: id3v2: Some more debug info. No need to check...
2011-08-14 Jan Schmidttag: id3v2: Fix parsing of numeric genre strings some...
2011-08-14 Tim-Philipp Müllertag: id3v2: Recognise and skip any byte order marker...
2011-08-14 Sébastien Mouttetag: id3v2: use of GST_DEBUG instead of DEBUG(a......
2011-08-14 Tim-Philipp Müllertag: id3v2: We only care about gain and peak data for...
2011-08-14 Tim-Philipp Müllertag: id3v2: Read replay gain tags
2011-08-14 Tim-Philipp Müllerconfigure.ac: Bump -base requirement to 0.10.5 for...
2011-08-14 Jan Schmidttag: id3v2: Handle 0 data size in otherwise valid frames.
2011-08-14 Jan Schmidttag: id3v2: Add more validation to ensure that a char...
2011-08-14 Jan Schmidttag: id3v2: Adjust for data length indicators when...
2011-08-14 Jan Schmidttag: id3v2: Never output a tag with a null contents...
2011-08-14 Jan Schmidttag: id3v2: Never trust ANY information encoded in...
2011-08-14 Jan Schmidttag: id3v2: Remove errant break statement, and fix...
2011-08-14 Jan Schmidttag: id3v2: Rewrite parsing of text tags to handle...
2011-08-14 Sergey Scobichtag: id3v2: Fix compilation of id3demux when zlib is...
2011-08-14 Edward Herveytag: id3v2: Add gst_element_no_more_pads() for proper...
2011-08-14 Jan Schmidttag: id3v2: all new LGPL id3 demuxer, can use zlib...