summaryrefslogtreecommitdiff
path: root/ext/kate/gstkatetiger.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-12docs: Port all docstring to gtk-doc markdownThibault Saunier1-11/+8
2016-03-24bad: use new gst_element_class_add_static_pad_template()Vineeth TM1-6/+4
2015-12-15plugins-bad: Fix example pipelinesVineeth TM1-1/+1
2012-11-04Fix FSF addressTim-Philipp Müller1-2/+2
2012-10-17Use gst_element_class_set_static_metadata()Tim-Philipp Müller1-1/+1
2012-09-14replace gst_element_class_set_details_simple with gst_element_class_set_metadataMark Nauwelaerts1-1/+1
2012-09-14ffmpegcolorspace is no moreWim Taymans1-2/+2
2012-02-10Merge branch 'master' into 0.11Wim Taymans1-29/+16
2012-02-08GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans1-1/+1
2012-02-02kate: better error/debug reportingVincent Penquerc'h1-8/+14
2012-02-01tiger: use the new premultiplied support in gstvideoVincent Penquerc'h1-21/+1
2012-01-27plenty: fixup glib deprecationsVincent Penquerc'h1-0/+1
2011-12-30Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey1-432/+54
2011-12-15katetiger: don't unref NULL bufferTim-Philipp Müller1-2/+4
2011-12-12tiger: advertise all the new YUV formats we can now useVincent Penquerc'h1-2/+7
2011-12-12tiger: replace the new YUV blitting code with the newer overlay codeVincent Penquerc'h1-425/+44
2011-11-29kate: fix set-but-not-used-variable compiler warningTim-Philipp Müller1-6/+1
2011-11-28Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller1-7/+480
2011-11-28kate: support for rendering on several YUV formatsVincent Penquerc'h1-7/+480
2011-11-28various: fix pad template ref leaksVincent Penquerc'h1-6/+5
2011-11-07tiger: add a 'silent' property to skip renderingVincent Penquerc'h1-2/+16
2011-10-03kate: avoid rendering when we know there is nothing to renderVincent Penquerc'h1-33/+47
2011-10-03kate: fix race condition on PAUSED->READY state changeVincent Penquerc'h1-0/+7
2011-09-21kate: forward return code from setting src pad capsVincent Penquerc'h1-2/+3
2011-09-19kate: flush on seek, and ensure we cancel any waiting bufferVincent Penquerc'h1-0/+4
2011-01-14kate: ensure the kate pad does not shoot ahead of the video padVincent Penquerc'h1-2/+48
2011-01-02tiger: outline text by default, to make it easier to readVincent Penquerc'h1-2/+2
2011-01-02kate: fix caps and string leaks and some minor clean-upsTim-Philipp Müller1-2/+2
2010-12-26tiger: fallback on headers in caps to initialize if headers are absentVincent Penquerc'h1-0/+47
2010-12-25kate: if seeking with GST_SEEK_TYPE_CUR, flush everythingVincent Penquerc'h1-1/+3
2010-12-25tiger: move #if #else bits outside of macroTim-Philipp Müller1-17/+13
2010-12-25kate: add segment tracking, and various other improvementsVincent Penquerc'h1-58/+263
2010-10-19various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost1-12/+13
2010-03-24kate: fix yet another compiler warningTim-Philipp Müller1-1/+1
2010-03-18gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte1-6/+5
2010-02-07kate: rename the tiger overlay element's sink pad to 'subtitle_sink'Vincent Penquerc'h1-1/+1
2009-11-03tiger: Make sure that tiger is not autoplugged by decodebin2Sebastian Dröge1-1/+1
2009-11-03tiger: Change name of the subtitle sink template and classificationSebastian Dröge1-2/+2
2009-07-25kate: use GST_ELEMENT_ERROR for error reportingVincent Penquerc'h1-2/+0
2009-07-19kate: add some FIXMEsTim-Philipp Müller1-0/+2
2009-07-19kate: fix up for additional subtitle/x-kate media typeTim-Philipp Müller1-7/+5
2009-07-19kate: change media type to subtitle/x-kate and update define accordinglyTim-Philipp Müller1-1/+1
2009-07-19add new Kate plugin, for Kate overlay streamsVincent Penquerc'h1-0/+802