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
2021-03-29auparse: allow per feature registrationStéphane Cerveau
2020-07-29auparse: fix compiler warningsJordan Petridis
2019-10-14Remove autotools build systemTim-Philipp Müller
2019-05-13doc: Port documentation to hotdocThibault Saunier
2019-05-13docs: Port all docstring to gtk-doc markdownThibault Saunier
2018-04-25Meson: Generate pc file for all plugins in goodXavier Claessens
2017-05-16Remove plugin specific static build optionNicolas Dufresne
2016-08-20Add support for Meson as alternative/parallel build systemNirbheek Chauhan
2016-05-13auparse: Fix sticky event misordering warningPatricia Muscalu
2016-03-24good: use new gst_element_class_add_static_pad_template()Vineeth TM
2016-02-21win32: remove outdated build cruftTim-Philipp Müller
2015-10-19auparse: Fix event memory leakVineeth TM
2015-04-26Remove obsolete Android build cruftTim-Philipp Müller
2013-04-15gst: Add better support for static pluginsSebastian Dröge
2013-02-21auparse: do not leak src_capsOgnyan Tonchev
2012-11-04Fix FSF addressTim-Philipp Müller
2012-10-28gst: fix variable order in some Makefile.amTim-Philipp Müller
2012-10-28gst: add various missing GST_PLUGINS_BASE_LIBS in Makefile.amAntoine Tremblay
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-03-10fix template caps refcountWim Taymans
2012-01-05fix pad templatesWim Taymans
2012-01-05auparse: Port to the new multichannel caps and the new raw audio layout fieldSebastian Dröge
2011-11-22Fix printf format compiler warnings on OS X / 64bitMatej Knopp
2011-11-17add parent to pad functionsWim Taymans
2011-11-16add parent to query functionWim Taymans
2011-11-15_query_peer_*() -> _peer_query_*()Wim Taymans
2011-11-10update for adapter api changesWim Taymans
2011-09-06-good: port to new audio capsWim Taymans
2011-08-19port to more audio api changesWim Taymans
2011-08-19port more elements to new audio caps and APIWim Taymans
2011-08-03Merge branch 'master' into 0.11Wim Taymans
2011-07-28gst: udpate for position/duration/convert query API changesTim-Philipp Müller
2011-07-19auparse: avoid hanging on invalid short inputMark Nauwelaerts
2011-07-07auparse: use ALWAYS src pad rather than SOMETIMESMark Nauwelaerts
2011-07-07auparse: port to 0.11Mark Nauwelaerts
2011-06-07auparse: Don't use GST_BOILERPLATEEdward Hervey
2011-05-18auparse: implement seekingChris E Jones
2011-04-11android: Make it ready for androgenizerThibault Saunier
2010-03-19build: Makefile.am cleanupsTim-Philipp Müller
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte
2009-04-18Remove trivial unused variables detected by CLang static analyzer.Edward Hervey
2009-01-28Update and add documentation for plugins with no deps (gst).Stefan Kost
2008-11-04Don't install static libs for plugins. Fixes #550851 for -good.Stefan Kost
2007-05-21Use audioconvert for converting from non-native endianness floats in auparse ...René Stadler
2007-04-10gst/auparse/gstauparse.c: limit caps to the formats we announce in the templateStefan Kost
2007-03-30Revert last change as we don't want plugins-good to depend on plugins-base CV...Sebastian Dröge
2007-03-29configure.ac: Require gst-plugins-base CVS for audioconvert with non-native f...René Stadler
2006-10-06Activate pads before adding.Wim Taymans