gstreamer/ext/ttml
Chris Bass 129bee3d02 ttmlrender: Fix potential problem identified by clang
Clang's static analyser found potential code paths in which variables
were being used in comparisons when uninitialised. Fix by properly
handling out-of-range value returned by gst_ttml_get_element_index.
2017-04-19 18:28:31 +01:00
..
gstttmlparse.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
gstttmlparse.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
gstttmlplugin.c ttml: build, but don't autoplug unless GST_TTML_AUTOPLUG env var is set 2017-04-13 11:33:41 +01:00
gstttmlrender.c ttmlrender: Fix potential problem identified by clang 2017-04-19 18:28:31 +01:00
gstttmlrender.h ttmlrender: apply correct line height to blocks with multiple text sizes 2017-04-09 10:42:08 +03:00
Makefile.am ttml: Link with -lm for round() 2017-01-12 15:39:13 +02:00
meson.build meson/ttml: Add missing math library dependency 2016-11-30 22:40:45 -05:00
subtitle.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
subtitle.h ttml: add refcounting to GstSubtitleStlyeSet type 2017-04-09 10:42:08 +03:00
subtitlemeta.c docs: Port all docstring to gtk-doc markdown 2017-04-12 12:57:57 -03:00
subtitlemeta.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00
ttmlparse.c ttmlparse: Fix potential NULL dereference identified by coverity 2017-04-19 18:28:31 +01:00
ttmlparse.h ttml: Add plugin that supports TTML subtitles 2016-11-01 20:46:46 +02:00