Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/GStreamer/gst-plugins-good.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-02-09id3v2mux: Fix another compiler warningSebastian Dröge
2014-02-08id3v2mux: Fix unitialized variable compiler warningSebastian Dröge
2013-12-16id3v2mux: Set picture type in the APIC framesSebastian Dröge
2013-12-16id3v2mux: Set image-description from the info struct, not the capsSebastian Dröge
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2012-12-18taglib: use appropriate printf format for gsizeThijs Vermeir
2012-11-04Fix FSF addressTim-Philipp Müller
2012-08-28docs: gst-launch -> gst-launch-1.0 and ffmpegcolorspace -> videoconvertTim-Philipp Müller
2012-04-10Use new gst_element_class_set_static_metadata()Tim-Philipp Müller
2012-04-05gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge
2012-04-04gst: Update versioningSebastian Dröge
2012-02-21id3v2mux: Fix merge errorEdward Hervey
2012-02-12Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller
2012-02-12taglib: port to GstTagMux base classTim-Philipp Müller
2012-02-12taglib: finish off a few missed variable changesVincent Penquerc'h
2012-02-07taglib: fix object registrationWim Taymans
2012-02-01taglib: port to 0.11Mark Nauwelaerts
2011-11-28various: fix pad template leaksVincent Penquerc'h
2011-02-28id3: use boxed type instead of miniobjectWim Taymans
2010-09-09id3v2mux: Adds mapping for album artistThiago Santos
2010-08-05id3v2mux: write beats-per-minute tag using TBPM frameJonathan Matthew
2010-06-18taglib: Use newly added gst_tag_list_peek_string_indexThiago Santos
2010-06-06ext: Don't use GST_DEBUG_FUNCPTR for GObject vfuncsSebastian Dröge
2010-01-13apev2mux: Don't call constructors directly, this leads to compiler errors wit...Sebastian Dröge
2009-04-02id3v2mux: write RVA2 frames containing peak/gain volume dataJonathan Matthew
2009-01-28Update and add documentation for plugins with deps (ext).Stefan Kost
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost
2008-07-17Only use -Wno-attributes (which is there to work around a bug in the taglib 1...Tim-Philipp Müller
2008-06-04ext/taglib/Makefile.am: Add -Wno-attributes to CXXFLAGS to suppress warning c...Tim-Philipp Müller
2008-02-23Check for and define ERROR_CXXFLAGS and use them when buildingTim-Philipp Müller
2008-01-04ext/taglib/: Remove useless typedefs without new type name. Fixes a warning w...Sebastian Dröge
2007-11-20Fix build on Mac OS X 10.5Julien Moutte
2007-11-15ext/taglib/gstid3v2mux.cc: Write GST_TAG_MUSICBRAINZ_DISCID and GST_TAG_CDDA_...Tim-Philipp Müller
2007-10-25ext/taglib/gstid3v2mux.cc (add_funcs): Map new SORTNAME tags to ID3v2 TSOP, T...Tim-Philipp Müller
2007-10-11ext/taglib/gstid3v2mux.cc: Add support for license/copyright URI tags (ID3v2 ...Tim-Philipp Müller
2007-09-25Add support for the new GST_TAG_COMPOSER (#459809).Tim-Philipp Müller
2007-09-19ext/taglib/: Work around compiler warnings with g++-4.2 when assigning a stri...Tim-Philipp Müller
2007-09-13Update my mail address.Sebastian Dröge
2007-03-09ext/taglib/gstid3v2mux.cc: Add write support for GST_TAG_MUSICBRAINZ_SORTNAME...Wim Taymans
2006-12-06ext/taglib/gstid3v2mux.cc: Don't attempt to write a NULL frame into the ID3 t...Jonathan Matthew
2006-08-16configure.ac: Require CVS of GStreamer core and -base (forTim-Philipp Müller
2006-07-26ext/taglib/gstid3v2mux.cc: is still sub-optimal though, since we don't retain...Tim-Philipp Müller
2006-07-26ext/taglib/gstid3v2mux.cc: Handle multiple tags of the same type properly. Re...Tim-Philipp Müller
2006-07-19ext/taglib/gstid3v2mux.cc: Write GST_TAG_ENCODER and GST_TAG_ENCODER_VERSION asAlex Lancaster
2006-07-05ext/taglib/gstid3v2mux.cc: Make UTF-8 the default encoding when writing strin...Tim-Philipp Müller
2006-06-11moap ignoreThomas Vander Stichele
2006-06-11autogen.sh: require am17Thomas Vander Stichele
2006-05-30Add apev2mux element (#343122).Sebastian Dröge
2006-05-28ext/taglib/gstid3v2mux.cc: Handle writing of track-count or album-volume-cou...Tim-Philipp Müller
2006-05-18ext/taglib/gsttaglibmux.c: Merge event tags and tag setter tags correctly (#3...James Doc Livingston