summaryrefslogtreecommitdiff
path: root/ext/kate
Commit message (Collapse)AuthorAgeFilesLines
...
* kateenc: keep bitmap/palette/region around when on the spot encoding is not ↵Vincent Penquerc'h2009-07-202-11/+51
| | | | | | possible due to an unknown end time Fixes valgrind unitialized value report. See #525743.
* kate: add some FIXMEsTim-Philipp Müller2009-07-196-2/+13
|
* katedec: demote to GST_RANK_NONE for nowTim-Philipp Müller2009-07-191-1/+1
| | | | | There are still some autoplugging issues to sort out, and it needs some testing.
* kate: make sure to free some more stuffTim-Philipp Müller2009-07-192-0/+33
|
* kate: fix up for additional subtitle/x-kate media typeTim-Philipp Müller2009-07-196-18/+26
|
* kate: remove local kate typefinder, use the one in -baseTim-Philipp Müller2009-07-191-33/+0
|
* kate: change media type to subtitle/x-kate and update define accordinglyTim-Philipp Müller2009-07-196-9/+9
|
* add new Kate plugin, for Kate overlay streamsVincent Penquerc'h2009-07-1916-0/+5066
katedec: Kate decoder (text only) kateenc: Kate encoder (text and DVD SPU only) katetag: Kate tagger kateparse: Kate parser tiger: Kate renderer using the Tiger rendering library Fixes #525743.