Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-08-11 | kateenc: error out if category has not been set and check for obviously ↵ | Tim-Philipp Müller | 1 | -3/+59 | |
wrong values | |||||
2009-08-08 | kate: some minor clean-ups | Tim-Philipp Müller | 2 | -10/+13 | |
Print flow return as string in log message; if we check the return value of gst_buffer_new_and_alloc() we should use the _try() function that might actually return NULL. Post error message when returning GST_FLOW_ERROR. Use portable GLib macros to print 64-bit integers. Don't use 0LL, that's also not portable (and unneeded here). | |||||
2009-07-25 | kate: break up macros into multiple lines | Tim-Philipp Müller | 1 | -4/+15 | |
2009-07-25 | kate: use GST_ELEMENT_ERROR for error reporting | Vincent Penquerc'h | 7 | -39/+55 | |
See #525743. | |||||
2009-07-21 | kate: fix time conversion from DVD style timestamps. | Vincent Penquerc'h | 1 | -1/+1 | |
2009-07-21 | kate: use new GST_TAG_SUBITLE_CODEC tag instead of GST_TAG_CODEC | Tim-Philipp Müller | 1 | -2/+2 | |
2009-07-21 | katedec: only put primary language tag in GST_TAG_LANGUAGE | Tim-Philipp Müller | 2 | -11/+20 | |
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-21 | katedec: add comment why we dont' support application/x-kate here for now | Tim-Philipp Müller | 1 | -0/+4 | |
2009-07-21 | katedec: create SPU format images from suitable background images | Vincent Penquerc'h | 6 | -584/+990 | |
Make katedec fabricate dvd-style subpictures for subtitle overlay bitmaps, for easier playbin2 integration (#588638). | |||||
2009-07-20 | kate: fix some minor memory leaks | ogg.k.ogg.k | 2 | -3/+12 | |
Makes 'make check-valgrind' work for the kate unit test (#525743) | |||||
2009-07-20 | kateenc: also recognise the new recommended 'SUB' category | Vincent Penquerc'h | 1 | -1/+19 | |
Move the check for 'simple' subtitles category to a separate routine and add in the new recommended SUB category (#525743). | |||||
2009-07-20 | kateenc: keep bitmap/palette/region around when on the spot encoding is not ↵ | Vincent Penquerc'h | 2 | -11/+51 | |
possible due to an unknown end time Fixes valgrind unitialized value report. See #525743. | |||||
2009-07-19 | kate: add some FIXMEs | Tim-Philipp Müller | 6 | -2/+13 | |
2009-07-19 | katedec: demote to GST_RANK_NONE for now | Tim-Philipp Müller | 1 | -1/+1 | |
There are still some autoplugging issues to sort out, and it needs some testing. | |||||
2009-07-19 | kate: make sure to free some more stuff | Tim-Philipp Müller | 2 | -0/+33 | |
2009-07-19 | kate: fix up for additional subtitle/x-kate media type | Tim-Philipp Müller | 6 | -18/+26 | |
2009-07-19 | kate: remove local kate typefinder, use the one in -base | Tim-Philipp Müller | 1 | -33/+0 | |
2009-07-19 | kate: change media type to subtitle/x-kate and update define accordingly | Tim-Philipp Müller | 6 | -9/+9 | |
2009-07-19 | add new Kate plugin, for Kate overlay streams | Vincent Penquerc'h | 16 | -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. |