summaryrefslogtreecommitdiff
path: root/gst/id3tag
Commit message (Expand)AuthorAgeFilesLines
* id3tag: fix sample memory leakVineeth TM2015-10-071-1/+5
* Rename property enums from ARG_ to PROP_Luis de Bethencourt2015-04-271-13/+13
* Remove obsolete Android build cruftTim-Philipp Müller2015-04-261-14/+0
* id3tag: Remove unused function to fix compiler warningSebastian Dröge2014-02-271-13/+0
* id3tag: Fix uninitialized variable compiler warningSebastian Dröge2014-02-081-1/+1
* id3tag: Read image-description from the info structure, not the capsSebastian Dröge2013-12-161-6/+10
* id3tag: Write image-type into the APIC tagSebastian Dröge2013-12-161-4/+21
* id3mux: handle publisher, interpreted-by and musical-key tagsMatthieu Bouron2013-08-201-0/+3
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-044-8/+8
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-171-1/+1
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-141-1/+1
* id3tag: extract year to write into ID3v1 tag from GST_TAG_DATE_TIME not GST_T...Tim-Philipp Müller2012-09-021-5/+5
* id3tag: fix buildTim-Philipp Müller2012-08-211-1/+1
* id3tag: port to 0.11Tim-Philipp Müller2012-08-212-80/+112
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* Merge branch 'master' into 0.11Wim Taymans2011-08-047-592/+25
|\
| * id3mux: use now-public GstTagMux base class from libgsttagTim-Philipp Müller2011-07-295-610/+3
| * tagmux: require subclass to install sink pad templateTim-Philipp Müller2011-07-292-19/+31
| * tagmux: const-ify GstTagList argument of render vfuncsTim-Philipp Müller2011-07-154-29/+27
| * tagmux: fix up private base class header so it can be made publicTim-Philipp Müller2011-07-153-102/+132
* | Merge branch 'master' into 0.11Wim Taymans2011-06-151-0/+14
|\ \ | |/
| * android: make it ready for androgenizerThibault Saunier2011-04-111-0/+14
* | miniobject: port to new 0.11 APIWim Taymans2011-02-281-2/+2
|/
* id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frameTim-Philipp Müller2011-02-011-0/+1
* id3mux: Set to GST_RANK_PRIMARYEdward Hervey2010-12-221-1/+2
* various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-3/+3
* id3mux: Map GST_TAG_ALBUM_ARTISTThiago Santos2010-09-081-0/+1
* id3mux: minor code clean-upTim-Philipp Müller2010-08-041-5/+12
* id3mux: add support for beats-per-minute tagJonathan Matthew2010-08-041-0/+28
* id3tag: Use gst_tag_list_peek_string_indexThiago Santos2010-06-181-32/+24
* Add -Wwrite-stringsBenjamin Otte2010-03-221-2/+3
* id3mux: glib doesn't reliably null-terminate wide-character encodings inMichael Smith2009-10-271-4/+5
* id3tag: actually write image to APIC tag.Michael Smith2009-10-161-0/+3
* id3mux: Write UTF-16 byte order marker correctly.Michael Smith2009-10-051-1/+4
* id3tag: When writing id3v2.3, do not use UTF-8.Michael Smith2009-09-101-28/+100
* id3tag: Unconditionally use GLib 2.16 APISebastian Dröge2009-08-311-2/+0
* id3mux: init genre field in ID3v1 tag to an invalid numberTim-Philipp Müller2009-06-061-0/+3
* id3mux: don't write ID3v1 tag until specifically instructed to do soTim-Philipp Müller2009-06-061-1/+1
* id3mux: don't write empty ID3v1 tagTim-Philipp Müller2009-06-061-11/+24
* id3tag: rename new id3tag element to id3mux replacing the one removed from -uglyTim-Philipp Müller2009-06-066-64/+64
* id3tag: canonicalise function namesTim-Philipp Müller2009-05-223-23/+23
* id3tag: change GType to GstId3Tag so it doesn't conflict with the id3tag plug...Tim-Philipp Müller2009-05-223-16/+16
* id3tag: register GType of the base class with a less generic nameTim-Philipp Müller2009-05-221-1/+6
* id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4.Michael Smith2009-05-217-0/+2106