summaryrefslogtreecommitdiff
path: root/ext/bz2
Commit message (Expand)AuthorAgeFilesLines
* bz2: allow per feature registrationStéphane Cerveau2021-03-235-5/+12
* Remove autotools build systemTim-Philipp Müller2019-10-141-11/+0
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-1/+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
* Add support for Meson as alternative/parallel build systemNirbheek Chauhan2016-08-201-0/+18
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-242-8/+4
* bz2: Initialize variablesEdward Hervey2014-04-082-4/+4
* bz2: Fix typo in header include guardsSebastian Dröge2014-02-082-2/+2
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-045-10/+10
* Use gst_element_class_set_static_metadata()Tim-Philipp Müller2012-10-172-2/+2
* replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts2012-09-142-2/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* bz2: port to 0.11Mark Nauwelaerts2012-03-182-89/+75
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-082-2/+2
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-192-8/+12
* bz2: fix some refcount mistakes and do some cleaning upTim-Philipp Müller2009-04-043-102/+159
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Fix leaks.Edward Hervey2007-06-222-12/+4
* Fix more gobject macros: obj<->klass, GstXXX<->GstXXXClassStefan Kost2006-06-012-2/+2
* ext/bz2/: Use gst_type_find_helper_* functions for typefinding; use correct c...Lutz Müller2006-05-282-81/+40
* Define GstElementDetails as const and also static (when defined as global)Stefan Kost2006-04-252-2/+4
* rework build; add translations for v4l2Thomas Vander Stichele2006-04-011-1/+1
* ext/bz2/: Add proper copyright headers identifying Lutz Müller as the author...Tim-Philipp Müller2006-02-195-10/+15
* ext/bz2/gstbz2enc.c: Accepd "ANY" caps. Use "x-bzip" instead of "x-bz2".Edward Hervey2006-02-062-7/+105
* ext/bz2/: No need to init parent_class, the boilerplate does it for you.Andy Wingo2006-02-062-4/+0
* Hook it up.Andy Wingo2006-02-066-0/+672