summaryrefslogtreecommitdiff
path: root/ext/mythtv
Commit message (Expand)AuthorAgeFilesLines
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* Fix FSF addressTim-Philipp Müller2012-11-042-4/+4
* 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
* mythtv: update for duration message API changeRico Tzschichholz2012-09-031-4/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-7/+12
* Add -Wwrite-stringsBenjamin Otte2010-03-221-2/+2
* Add -Wmissing-declarations -Wmissing-prototypes to configure flagsBenjamin Otte2010-03-211-33/+26
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-9/+6
* mythtv: printf format fixesTim-Philipp Müller2009-11-051-10/+9
* Fix previous commit so that things still work with debug logs enabledTim-Philipp Müller2009-06-191-1/+2
* Make build without warnings with debugging disabledTim-Philipp Müller2009-06-191-3/+1
* Don't install static libs for plugins. Fixes #550851 for -bad.Stefan Kost2008-11-041-0/+1
* ext/: Don't use declarations after statements.Sebastian Dröge2008-07-081-1/+1
* docs/plugins/: docs/plugins/inspect/plugin-mythtv.xmlStefan Kost2008-06-131-18/+9
* Do not use short_description in section docs for elements. We extract them fr...Stefan Kost2008-06-121-1/+0
* ext/mythtv/gstmythtvsrc.c: Correctly set duration to get a more correct seek ...Bastien Nocera2008-05-201-11/+31
* ext/mythtv/gstmythtvsrc.c: Don't allocate and copy the data to a new place bu...Sebastian Dröge2008-02-221-4/+2
* ext/mythtv/gstmythtvsrc.c: Using the wrong GstFormat for the filesize, and fa...Bastien Nocera2008-02-201-3/+4
* docs/plugins/Makefile.am: Add missing eol \Stefan Kost2008-01-221-0/+1
* ext/mythtv/gstmythtvsrc.c: Re-apply docs patch from #468039; fix tab.Tim-Philipp Müller2007-09-291-2/+4
* gmythsrc code rewrite;Renato Filho2007-09-032-686/+366
* ext/mythtv/gstmythtvsrc.c: Add examples for live mythtv:// URIs to docs (#468...Bastien Nocera2007-08-201-14/+17
* ext/libmms/gstmms.h: No reason to use gpointers instead of typed pointes here...Tim-Philipp Müller2007-05-311-1/+1
* ext/mythtv/gstmythtvsrc.c: Remove sleep calls, they've been moved into the li...Rosfran Borges2007-01-281-27/+15
* ext/mythtv/gstmythtvsrc.c: Use break here instead of goto.Tim-Philipp Müller2007-01-171-3/+2
* ext/mythtv/gstmythtvsrc.c: Clean up a bit, mostly the debug statements; fix d...Tim-Philipp Müller2007-01-131-93/+55
* MythTV client source plugin created.Edgard Lima2007-01-123-0/+1502