summaryrefslogtreecommitdiff
path: root/gst/id3tag
Commit message (Expand)AuthorAgeFilesLines
* gst-plugins: allow per feature registrationStéphane Cerveau2021-04-112-12/+8
* documentation: fixed a heap o' typosAaron Boxer2019-11-051-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-17/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Meson: Generate pc file for all plugins in badXavier Claessens2018-04-251-0/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* Fix some MSVC warnings about const-nessScott D Phillips2016-11-151-1/+1
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+13
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-5/+2
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-2/+2
* id3mux: write private data tagRavi Kiran K N2015-11-271-1/+53
* id3tag: fix sample memory leakVineeth TM2015-10-051-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