summaryrefslogtreecommitdiff
path: root/gst/id3tag
Commit message (Expand)AuthorAgeFilesLines
* 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