Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-21 | katedec: only put primary language tag in GST_TAG_LANGUAGE | Tim-Philipp Müller | 1 | -1/+1 | |
Only put primary language into GST_TAG_LANGUAGE, and convert to lower case, ie. only use "en" of "en_GB". This is per our tag documentation and hence what apps expect. Also add example to kateenc property description so people know a language code is wanted here. | |||||
2009-07-20 | kate: fix some minor memory leaks | ogg.k.ogg.k | 1 | -1/+0 | |
Makes 'make check-valgrind' work for the kate unit test (#525743) | |||||
2009-07-19 | kate: fix up for additional subtitle/x-kate media type | Tim-Philipp Müller | 1 | -0/+14 | |
2009-07-19 | add new Kate plugin, for Kate overlay streams | Vincent Penquerc'h | 1 | -0/+839 | |
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. |