summaryrefslogtreecommitdiff
path: root/ext/mplex
Commit message (Expand)AuthorAgeFilesLines
* mplex: allow per feature registrationStéphane Cerveau2021-03-232-1/+11
* plugins: uddate gst_type_mark_as_plugin_api() callsMathieu Duponchelle2020-06-061-1/+1
* plugins: Use gst_type_mark_as_plugin_api() for all non-element plugin typesSebastian Dröge2020-06-041-1/+3
* Remove autotools build systemTim-Philipp Müller2019-10-142-26/+0
* docstrings: port ulinks to markdown linksMathieu Duponchelle2019-08-231-2/+2
* doc: remove xml from commentsMathieu Duponchelle2019-05-291-5/+3
* docs: Build documentation with hotdocThibault Saunier2019-05-131-0/+1
* meson: mjpegtools_api should be 20K for mplex tooNicolas Dufresne2018-07-271-1/+1
* Add feature options for almost all pluginsNirbheek Chauhan2018-07-271-17/+17
* 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
* meson: Fix mplex plugin file nameNicolas Dufresne2017-03-291-1/+1
* Add missing include path for gst/glib-compat-prive.hNicolas Dufresne2017-03-241-1/+1
* meson: Build mpeg2enc and mplex when availableNirbheek Chauhan2017-03-231-0/+18
* mplex: Don't start task (yet/again) on pad release if we're in READY or NULLSebastian Dröge2016-08-181-1/+2
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-6/+3
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* mplex: break statement unnecessaryAnuj Jaiswal2014-09-241-4/+4
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-048-16/+16
* 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
* mplex: default to DVD MPEG-2 format instead of Generic MPEG-1Tim-Philipp Müller2012-08-011-1/+2
* mplexjob: add nicks for format enums, add some more formatsTim-Philipp Müller2012-08-011-10/+14
* update for task api changeWim Taymans2012-06-201-1/+1
* mplex: avoid leaking pad template caps and superfluous copyMark Nauwelaerts2012-04-101-3/+5
* mplex: fix pad release and cleanupMark Nauwelaerts2012-04-101-2/+5
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* gst: Update versioningSebastian Dröge2012-04-041-1/+1
* use new style capsWim Taymans2012-03-052-13/+15
* Merge branch 'master' into 0.11Wim Taymans2012-02-102-1/+2
|\
| * build: fix CFLAGS order and LIBS orderTim-Philipp Müller2012-02-031-1/+1
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-272-1/+2
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-6/+5
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-2/+2
* | port some more to new memory APIMark Nauwelaerts2012-01-251-4/+1
* | port to new gthread APIWim Taymans2012-01-192-10/+10
* | mplex: port to 0.11Mark Nauwelaerts2012-01-163-48/+58
* | make request pads take _%uWim Taymans2011-11-041-6/+6
|/
* various: fix author tag in element detailsStefan Kost2011-05-181-1/+1
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-9/+18
* mplex: Don't use GST_FLOW_IS_SUCCESS()Sebastian Dröge2010-09-211-1/+1
* mplex: add MPLEX_LDFLAGS variableРуслан Ижбулатов2010-05-251-1/+1
* GstAdapter is not a GstObject and should be freed with g_object_unref()Tim-Philipp Müller2009-08-311-1/+1
* mplex: fix required versionStefan Kost2009-03-051-1/+1
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* Update and add documentation for mplex.Mark Nauwelaerts2008-08-121-2/+2
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-8/+4
* configure.ac: Check if the compiler supports do { } while (0) macros. This fi...Sebastian Dröge2008-03-211-0/+2
* Port mplex element to 0.10. Fixes bug #520329.Mark Nauwelaerts2008-03-059-269/+784