summaryrefslogtreecommitdiff
path: root/ext/kate/gstkatetiger.c
Commit message (Expand)AuthorAgeFilesLines
* Fix FSF addressTim-Philipp Müller2012-11-041-2/+2
* 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-2/+2
* Merge branch 'master' into 0.11Wim Taymans2012-02-101-29/+16
|\
| * kate: better error/debug reportingVincent Penquerc'h2012-02-021-8/+14
| * tiger: use the new premultiplied support in gstvideoVincent Penquerc'h2012-02-011-21/+1
| * plenty: fixup glib deprecationsVincent Penquerc'h2012-01-271-0/+1
* | GST_FLOW_WRONG_STATE -> GST_FLOW_FLUSHINGWim Taymans2012-02-081-1/+1
* | Merge remote-tracking branch 'origin/master' into 0.11-premergeEdward Hervey2011-12-301-432/+54
|\ \ | |/
| * katetiger: don't unref NULL bufferTim-Philipp Müller2011-12-151-2/+4
| * tiger: advertise all the new YUV formats we can now useVincent Penquerc'h2011-12-121-2/+7
| * tiger: replace the new YUV blitting code with the newer overlay codeVincent Penquerc'h2011-12-121-425/+44
| * kate: fix set-but-not-used-variable compiler warningTim-Philipp Müller2011-11-291-6/+1
* | Merge remote-tracking branch 'origin/master' into 0.11Tim-Philipp Müller2011-11-281-7/+480
|\ \ | |/
| * kate: support for rendering on several YUV formatsVincent Penquerc'h2011-11-281-7/+480
| * various: fix pad template ref leaksVincent Penquerc'h2011-11-281-6/+5
|/
* tiger: add a 'silent' property to skip renderingVincent Penquerc'h2011-11-071-2/+16
* kate: avoid rendering when we know there is nothing to renderVincent Penquerc'h2011-10-031-33/+47
* kate: fix race condition on PAUSED->READY state changeVincent Penquerc'h2011-10-031-0/+7
* kate: forward return code from setting src pad capsVincent Penquerc'h2011-09-211-2/+3
* kate: flush on seek, and ensure we cancel any waiting bufferVincent Penquerc'h2011-09-191-0/+4
* kate: ensure the kate pad does not shoot ahead of the video padVincent Penquerc'h2011-01-141-2/+48
* tiger: outline text by default, to make it easier to readVincent Penquerc'h2011-01-021-2/+2
* kate: fix caps and string leaks and some minor clean-upsTim-Philipp Müller2011-01-021-2/+2
* tiger: fallback on headers in caps to initialize if headers are absentVincent Penquerc'h2010-12-261-0/+47
* kate: if seeking with GST_SEEK_TYPE_CUR, flush everythingVincent Penquerc'h2010-12-251-1/+3
* tiger: move #if #else bits outside of macroTim-Philipp Müller2010-12-251-17/+13
* kate: add segment tracking, and various other improvementsVincent Penquerc'h2010-12-251-58/+263
* various (ext): add missing G_PARAM_STATIC_STRINGS flagsStefan Kost2010-10-191-12/+13
* kate: fix yet another compiler warningTim-Philipp Müller2010-03-241-1/+1
* gst_element_class_set_details => gst_element_class_set_details_simpleBenjamin Otte2010-03-181-6/+5
* kate: rename the tiger overlay element's sink pad to 'subtitle_sink'Vincent Penquerc'h2010-02-071-1/+1
* tiger: Make sure that tiger is not autoplugged by decodebin2Sebastian Dröge2009-11-031-1/+1
* tiger: Change name of the subtitle sink template and classificationSebastian Dröge2009-11-031-2/+2
* kate: use GST_ELEMENT_ERROR for error reportingVincent Penquerc'h2009-07-251-2/+0
* kate: add some FIXMEsTim-Philipp Müller2009-07-191-0/+2
* kate: fix up for additional subtitle/x-kate media typeTim-Philipp Müller2009-07-191-7/+5
* kate: change media type to subtitle/x-kate and update define accordinglyTim-Philipp Müller2009-07-191-1/+1
* add new Kate plugin, for Kate overlay streamsVincent Penquerc'h2009-07-191-0/+802