gstreamer/ext/kate
Vincent Penquerc'h c8bda2ed76 kate: flush on seek, and ensure we cancel any waiting buffer
This is what pango textoverlay does, and I've had that condition
variable get stuck once.

https://bugzilla.gnome.org/show_bug.cgi?id=658940
2011-09-19 09:35:24 +02:00
..
gstkate.c tiger: Give tiger primary rank 2010-12-25 17:00:22 +01:00
gstkate.h
gstkatedec.c kate: fix caps and string leaks and some minor clean-ups 2011-01-02 13:57:58 +00:00
gstkatedec.h kate: add segment tracking, and various other improvements 2010-12-25 16:59:22 +01:00
gstkateenc.c kateenc: Fix uninitialized error 2011-08-03 13:39:34 -07:00
gstkateenc.h
gstkateparse.c kate: add segment tracking, and various other improvements 2010-12-25 16:59:22 +01:00
gstkateparse.h kateparse: fix crap in object macros 2011-09-07 15:50:42 +02:00
gstkatespu.c kate: do not consider an empty SPU to be a fatal error 2011-08-23 10:16:30 +02:00
gstkatespu.h
gstkatetag.c
gstkatetag.h
gstkatetiger.c kate: flush on seek, and ensure we cancel any waiting buffer 2011-09-19 09:35:24 +02:00
gstkatetiger.h kate: ensure the kate pad does not shoot ahead of the video pad 2011-01-14 00:28:41 +00:00
gstkateutil.c kate: make gst_kate_util_is_utf8_string() inline to fix compiler warning with older libkate versions 2011-08-24 16:54:31 +01:00
gstkateutil.h kate: add segment tracking, and various other improvements 2010-12-25 16:59:22 +01:00
Makefile.am kate: add segment tracking, and various other improvements 2010-12-25 16:59:22 +01:00
README

Kate is a free codec for text based data, which can also carry images.
It is typically used to create overlays on a video.

libkate, a codec for Kate streams, is required to build this plugin:
http://libkate.googlecode.com/

libtiger, a rendering library for Kate streams, is optional:
http://libtiger.googlecode.com/

The Kate plugin contains various elements to manipulate Kate streams:

 - katedec: decodes Kate streams to text and SPU images
 - kateenc: encodes Kate streams from text and SPU images
 - kateparse: parses Kate streams
 - katetag: allows changing metadata in Kate streams
 - tiger: decodes and renders Kate streams using libtiger (needs libtiger)

More information about Kate can be found at:
http://wiki.xiph.org/index.php/OggKate