summaryrefslogtreecommitdiff
path: root/ext/taglib
Commit message (Expand)AuthorAgeFilesLines
* taglib: Update createFrame() to non-deprecated version.Doug Nazar2021-04-261-0/+13
* taglib: allow per feature registrationStéphane Cerveau2021-03-296-9/+88
* meson: Pass native: false to add_languages()Nirbheek Chauhan2020-05-131-1/+1
* meson: Make C++ compiler detection not be automagicNirbheek Chauhan2020-05-121-1/+1
* taglib: Use G_DECLARE_FINAL_TYPENiels De Graef2020-03-162-38/+4
* Remove autotools build systemTim-Philipp Müller2019-10-142-19/+0
* documentation: fix a number of typosAaron Boxer2019-10-051-1/+1
* doc: remove xml from commentsMathieu Duponchelle2019-05-292-6/+4
* doc: Port documentation to hotdocThibault Saunier2019-05-131-0/+1
* meson: Add feature options for all pluginsNirbheek Chauhan2018-07-271-2/+2
* id3v2mux: ensure valid sentinal for gst_structure_get()Andre McCurdy2018-05-191-1/+1
* Meson: Generate pc file for all plugins in goodXavier Claessens2018-04-251-0/+1
* meson: use -fno-strict-aliasing where supportedTim-Philipp Müller2018-01-301-4/+6
* taglib: use -fvisibility=hidden with this C++ plugin in meson tooTim-Philipp Müller2017-08-101-0/+8
* meson: make C++ compiler optionalTim-Philipp Müller2017-05-211-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+18
* good: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+4
* apev2mux: write APE tags at end for wavpack filesTim-Philipp Müller2014-11-281-2/+37
* id3v2mux: Fix another compiler warningSebastian Dröge2014-02-081-1/+1
* id3v2mux: Fix unitialized variable compiler warningSebastian Dröge2014-02-081-3/+1
* id3v2mux: Set picture type in the APIC framesSebastian Dröge2013-12-161-2/+16
* id3v2mux: Set image-description from the info struct, not the capsSebastian Dröge2013-12-161-2/+10
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* taglib: use appropriate printf format for gsizeThijs Vermeir2012-12-181-3/+3
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
* docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller2012-08-272-4/+4
* Use new gst_element_class_set_static_metadata()Tim-Philipp Müller2012-04-102-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* id3v2mux: Fix merge errorEdward Hervey2012-02-211-1/+1
* Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2012-02-128-545/+94
|\
| * taglib: port to GstTagMux base classTim-Philipp Müller2012-02-128-511/+103
| * various: fix pad template leaksVincent Penquerc'h2011-11-283-6/+4
* | taglib: finish off a few missed variable changesVincent Penquerc'h2012-02-121-4/+3
* | taglib: fix object registrationWim Taymans2012-02-071-6/+54
* | taglib: port to 0.11Mark Nauwelaerts2012-02-014-104/+95
* | id3: use boxed type instead of miniobjectWim Taymans2011-02-281-2/+2
|/
* id3v2mux: Adds mapping for album artistThiago Santos2010-09-081-0/+1
* id3v2mux: write beats-per-minute tag using TBPM frameJonathan Matthew2010-08-051-1/+22
* taglib: Use newly added gst_tag_list_peek_string_indexThiago Santos2010-06-181-27/+18
* ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge2010-06-061-1/+1
* apev2mux: Don't call constructors directly, this leads to compiler errors wit...Sebastian Dröge2010-01-131-29/+29
* id3v2mux: write RVA2 frames containing peak/gain volume dataJonathan Matthew2009-04-021-1/+71
* Update and add documentation for plugins with deps (ext).Stefan Kost2009-01-282-30/+20
* Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost2008-11-041-0/+1
* Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller2008-07-171-2/+2
* ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...Tim-Philipp Müller2008-06-041-1/+1
* Check for and define ERROR_CXXFLAGS and use them when buildingTim-Philipp Müller2008-02-231-1/+1
* ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge2008-01-042-4/+4