• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

Makefile.amH A D19-Apr-2019820 207

Makefile.inH A D03-May-202243.6 KiB1,1651,057

READMEH A D19-Apr-2019752 2114

gstkate.cH A D19-Apr-20194.1 KiB12059

gstkate.hH A D19-Apr-20192.2 KiB566

gstkatedec.cH A D19-Apr-201916.9 KiB554384

gstkatedec.hH A D19-Apr-20193.2 KiB9134

gstkateenc.cH A D19-Apr-201944 KiB1,3941,095

gstkateenc.hH A D19-Apr-20194 KiB13064

gstkateparse.cH A D19-Apr-201917.7 KiB628444

gstkateparse.hH A D19-Apr-20192.1 KiB7938

gstkatespu.cH A D19-Apr-201926.9 KiB917763

gstkatespu.hH A D19-Apr-20192.2 KiB6631

gstkatetag.cH A D19-Apr-201910.3 KiB340228

gstkatetag.hH A D19-Apr-20191.9 KiB6631

gstkatetiger.hH A D19-Apr-20193.9 KiB11960

gstkateutil.cH A D19-Apr-201921 KiB704586

gstkateutil.hH A D19-Apr-20193.9 KiB12487

meson.buildH A D19-Apr-2019720 2623

README

1Kate is a free codec for text based data, which can also carry images.
2It is typically used to create overlays on a video.
3
4libkate, a codec for Kate streams, is required to build this plugin:
5http://libkate.googlecode.com/
6
7libtiger, a rendering library for Kate streams, is optional:
8http://libtiger.googlecode.com/
9
10The Kate plugin contains various elements to manipulate Kate streams:
11
12 - katedec: decodes Kate streams to text and SPU images
13 - kateenc: encodes Kate streams from text and SPU images
14 - kateparse: parses Kate streams
15 - katetag: allows changing metadata in Kate streams
16 - tiger: decodes and renders Kate streams using libtiger (needs libtiger)
17
18More information about Kate can be found at:
19http://wiki.xiph.org/index.php/OggKate
20
21