aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/sub.c
Commit message (Expand)AuthorAge
* libvo: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Fix compilation of teletext code without freetype supportGravatar reimar2009-11-09
* Change type of teletext color specification from unsigned charGravatar reimar2009-11-09
* Remove CONFIG_TV_TELETEXT.Gravatar cehoyos2009-11-07
* Move teletext specific code from stream into libmpcodecs.Gravatar cehoyos2009-10-29
* Fix teletext font autoscaling.Gravatar cehoyos2009-09-22
* whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:Gravatar diego2009-02-17
* The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,Gravatar diego2009-02-17
* Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* Remove pointless #ifdef around internal header includes.Gravatar diego2009-02-01
* Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigationGravatar reimar2009-01-10
* Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* Remove unused declarations and references to vo_draw_text_osd(),Gravatar diego2008-12-03
* Rename font-related preprocessor directives.Gravatar diego2008-08-07
* Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* Allow independent scaling of vo_font and sub_font.Gravatar reimar2008-01-27
* cosmetics: misc typo fixesGravatar diego2007-09-25
* warning fix:Gravatar diego2007-09-24
* warning fix:Gravatar diego2007-09-10
* Implement boxes for subtitle teletext pages.Gravatar voroshil2007-09-08
* Proper support for flashing chars in teletext pages.Gravatar voroshil2007-09-01
* Identifiers should not start with two underscores.Gravatar diego2007-08-15
* Teletext supportGravatar voroshil2007-07-29
* Use -font for subtitles when -subfont is not given, patch by kiriujaGravatar zuxy2007-07-11
* Revert r23530.Gravatar voroshil2007-06-21
* The audio balance feature implemented with af_pan.Gravatar zuxy2007-06-20
* Teletext support for tv:// (v4l and v4l2 only)Gravatar voroshil2007-06-10
* add new -subfont option, that allows having a different font for OSD (control...Gravatar ben2007-05-20
* Mark utf8_get_char parameter as const and fix a compiler warningGravatar reimar2006-12-11
* Another simplificationGravatar reimar2006-12-11
* Reuse utf8_get_char in subtitle rendering code.Gravatar reimar2006-12-11
* 100l typo in 21380 disabled OSD with at least xvmc.Gravatar reimar2006-12-03
* EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.Gravatar reimar2006-11-29
* keep nav highlight event in dvdnav priv structureGravatar ben2006-11-25
* better nav highlight handlingGravatar ben2006-11-25
* support for dvdnav menu buttons overlay as simple alpha boxes (rework from Ot...Gravatar ben2006-11-25
* Reuse UTF-8 reading code in libavutilGravatar reimar2006-08-12
* Make some functions static.Gravatar uau2006-07-08
* Make utf8_get_char non-static.Gravatar eugeni2006-07-07
* Support UTF8 in OSD textGravatar reimar2006-06-15
* Missing free for malloced char_seq in OSD codeGravatar reimar2006-06-15
* Patch by Stefan Huehner / stefan % huehner ! org \Gravatar rathann2006-02-09
* Added translatable messages for OSD localization to help/help_mp-en.hGravatar ptt2005-11-06
* make bottom alignment the default since it's the only sane mode when sub_pos ...Gravatar rfelker2005-10-23
* reverse incorrect sub alignment change, ok'd by diegoGravatar rfelker2005-10-23
* The conditions for bottom (2) and top (1) subtitle alignment are reversed.Gravatar diego2005-10-23
* defer loading of the font after display size change to avoid uselessGravatar henry2005-04-10
* reload font on each change of the display sizeGravatar henry2005-04-09