Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 12-May-2024 | 752 | 21 | 14 | |
gstkate.c | D | 12-May-2024 | 2.9 KiB | 76 | 22 | |
gstkatedec.c | D | 12-May-2024 | 17.2 KiB | 562 | 390 | |
gstkatedec.h | D | 12-May-2024 | 3.2 KiB | 91 | 34 | |
gstkateelement.c | D | 12-May-2024 | 2.7 KiB | 73 | 21 | |
gstkateelements.h | D | 12-May-2024 | 2.5 KiB | 63 | 12 | |
gstkateenc.c | D | 12-May-2024 | 44.3 KiB | 1,402 | 1,101 | |
gstkateenc.h | D | 12-May-2024 | 4 KiB | 130 | 64 | |
gstkateparse.c | D | 12-May-2024 | 18 KiB | 635 | 450 | |
gstkateparse.h | D | 12-May-2024 | 2.1 KiB | 79 | 38 | |
gstkatespu.c | D | 12-May-2024 | 26.9 KiB | 917 | 763 | |
gstkatespu.h | D | 12-May-2024 | 2.2 KiB | 66 | 31 | |
gstkatetag.c | D | 12-May-2024 | 10.6 KiB | 347 | 235 | |
gstkatetag.h | D | 12-May-2024 | 1.9 KiB | 66 | 31 | |
gstkatetiger.c | D | 12-May-2024 | 40.3 KiB | 1,222 | 954 | |
gstkatetiger.h | D | 12-May-2024 | 3.9 KiB | 119 | 60 | |
gstkateutil.c | D | 12-May-2024 | 20.9 KiB | 703 | 585 | |
gstkateutil.h | D | 12-May-2024 | 3.9 KiB | 124 | 87 | |
meson.build | D | 12-May-2024 | 765 | 28 | 25 |
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