summaryrefslogtreecommitdiff
path: root/ext/teletextdec
Commit message (Expand)AuthorAgeFilesLines
* Use g_memdup2() where available and add fallback for older GLib versionsTim-Philipp Müller2021-08-051-1/+1
* remove various useless linefeed in logsStéphane Cerveau2019-12-111-1/+1
* Remove autotools build systemTim-Philipp Müller2019-10-141-9/+0
* meson: add more plugins to plugins listTim-Philipp Müller2019-05-301-0/+1
* teletextdec: fix some string leaksTim-Philipp Müller2019-03-081-0/+4
* meson: build teletext pluginTim-Philipp Müller2018-12-171-0/+14
* Fix up package name and origin in some pluginsTim-Philipp Müller2017-05-181-1/+1
* Remove plugin specific static build optionNicolas Dufresne2017-05-161-1/+0
* docs: Port all docstring to gtk-doc markdownThibault Saunier2017-04-121-3/+3
* Rename plugin filesnames to match plugin namesNicolas Dufresne2017-03-081-6/+6
* Use the new API to post flow ERROR messages on the busThibault Saunier2016-08-261-3/+1
* teletexdec: Simplify negotiation codeEdward Hervey2016-03-291-29/+23
* bad: use new gst_element_class_add_static_pad_template()Vineeth TM2016-03-241-4/+2
* teletextdec: Use NULL instead of g_strdup('\0')Sebastian Dröge2015-12-211-2/+2
* plugins-bad: Fix example pipelinesVineeth TM2015-12-151-1/+1
* teletextdec: Fix leak and NULL pointer usageEdward Hervey2015-12-071-13/+9
* teletextdec: Remove dead codeEdward Hervey2015-12-071-4/+1
* port teletextdec to 1.0Daniel Kamil Kozar2015-12-064-440/+313
* gst: Add better support for static pluginsSebastian Dröge2013-04-151-1/+1
* 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
* ffmpegcolorspace is no moreWim Taymans2012-09-141-1/+1
* teletext: #if0 code that never happensEdward Hervey2012-06-201-0/+3
* teletextdec: Use proper variable typeEdward Hervey2012-06-201-1/+1
* teletext: Fix initializationEdward Hervey2012-06-191-0/+2
* gst: Update for GST_PLUGIN_DEFINE() API changesSebastian Dröge2012-04-051-1/+1
* GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* teletextdec: Minor cleanup and indention fixesSebastian Dröge2011-05-233-11/+21
* teletextdec: Don't use GST_FLOW_IS_FATAL()Sebastian Dröge2011-05-231-4/+5
* teletextdec: Fix buffer data leakSebastian Dröge2011-05-231-3/+2
* teletextdec: Add support for pangoAndoni Morales Alastruey2011-05-232-9/+76
* teletextdec: add a new method to convert a page in a list of stringsAndoni Morales Alastruey2011-05-232-31/+77
* teletextdec: add some data in the preroll bufferAndoni Morales Alastruey2011-05-231-1/+3
* teletextdec: fix deadlock on a stream errorAndoni Morales Alastruey2011-05-231-1/+3
* teletextdec: don't try to push an event on a pad that returned an errorAndoni Morales Alastruey2011-05-231-1/+1
* teletextdec: New teletext decoder plugin based in zvbiAndoni Morales Alastruey2011-05-234-0/+1273