summaryrefslogtreecommitdiff
path: root/gst/id3tag
AgeCommit message (Expand)AuthorFilesLines
2011-02-01id3mux: map new GST_TAG_ENCODED_BY to ID3v2 TENC frameTim-Philipp Müller1-0/+1
2010-12-22id3mux: Set to GST_RANK_PRIMARYEdward Hervey1-1/+2
2010-10-19various (gst): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-3/+3
2010-09-08id3mux: Map GST_TAG_ALBUM_ARTISTThiago Santos1-0/+1
2010-08-04id3mux: minor code clean-upTim-Philipp Müller1-5/+12
2010-08-04id3mux: add support for beats-per-minute tagJonathan Matthew1-0/+28
2010-06-18id3tag: Use gst_tag_list_peek_string_indexThiago Santos1-32/+24
2010-03-22Add -Wwrite-stringsBenjamin Otte1-2/+3
2009-10-27id3mux: glib doesn't reliably null-terminate wide-character encodings inMichael Smith1-4/+5
2009-10-16id3tag: actually write image to APIC tag.Michael Smith1-0/+3
2009-10-05id3mux: Write UTF-16 byte order marker correctly.Michael Smith1-1/+4
2009-09-10id3tag: When writing id3v2.3, do not use UTF-8.Michael Smith1-28/+100
2009-08-31id3tag: Unconditionally use GLib 2.16 APISebastian Dröge1-2/+0
2009-06-06id3mux: init genre field in ID3v1 tag to an invalid numberTim-Philipp Müller1-0/+3
2009-06-06id3mux: don't write ID3v1 tag until specifically instructed to do soTim-Philipp Müller1-1/+1
2009-06-06id3mux: don't write empty ID3v1 tagTim-Philipp Müller1-11/+24
2009-06-06id3tag: rename new id3tag element to id3mux replacing the one removed from -uglyTim-Philipp Müller6-64/+64
2009-05-22id3tag: canonicalise function namesTim-Philipp Müller3-23/+23
2009-05-22id3tag: change GType to GstId3Tag so it doesn't conflict with the id3tag plug...Tim-Philipp Müller3-16/+16
2009-05-22id3tag: register GType of the base class with a less generic nameTim-Philipp Müller1-1/+6
2009-05-21id3tag: Add new id3 tagging plugin, supports v1, v2.3, and v2.4.Michael Smith7-0/+2106