]> git.sesse.net Git - vlc/commit
* Introduced a new text_style_t
authorDerk-Jan Hartman <hartman@videolan.org>
Tue, 7 Feb 2006 15:18:06 +0000 (15:18 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Tue, 7 Feb 2006 15:18:06 +0000 (15:18 +0000)
commitc5cc4e5248e0bdff53b90ea66412c524cc24ee91
treeb105a1ba014b4d6dd905b321195eb10413018486
parent42bc34f9188e59a10fa75869fa52d7db477f8c7e
* Introduced a new text_style_t
* basic support for SSA formatted subs. (disable with --no-subsdec-formatted option)
* changes to freetype renderer to support the font color, size and alpha options of text_style_t (other options are possible, just not implemented yet. Full text_style_t support requires a more advanced renderer though. )
* changes to modules to support text_style_t instead of the old sub options.
* Some changes to subsdec to only iconv to UTF-8 if source is !UTF-8.

refs #82

not supported are style runs (styles on substrings).
include/vlc_osd.h
include/vlc_video.h
modules/codec/cmml/intf.c
modules/codec/subsdec.c
modules/misc/freetype.c
modules/video_filter/marq.c
modules/video_filter/rss.c
modules/video_filter/time.c
src/video_output/vout_subpictures.c