log libvo/sub.c @ 32466:9e627a1793b1

age author description
Wed, 27 Oct 2010 17:37:29 +0000 cigaes Move font_load.[ch], font_load_ft.c and osd_font.h from libvo to sub.
Wed, 27 Oct 2010 16:38:51 +0000 cigaes Move spudec.[ch] to the sub directory.
Thu, 09 Sep 2010 18:52:56 +0000 diego Move extern declarations used by both mplayer.c and mencoder.c to mpcommon.h.
Fri, 26 Feb 2010 15:01:37 +0000 diego Do not cast the results of malloc/calloc/realloc.
Tue, 16 Feb 2010 16:22:17 +0000 diego libvo: Mark functions not used outside of their files as static.
Mon, 09 Nov 2009 15:17:06 +0000 reimar Fix compilation of teletext code without freetype support
Mon, 09 Nov 2009 15:11:54 +0000 reimar Change type of teletext color specification from unsigned char
Sat, 07 Nov 2009 16:40:42 +0000 cehoyos Remove CONFIG_TV_TELETEXT.
Thu, 29 Oct 2009 22:13:04 +0000 cehoyos Move teletext specific code from stream into libmpcodecs.
Tue, 22 Sep 2009 22:06:51 +0000 cehoyos Fix teletext font autoscaling.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Tue, 17 Feb 2009 02:57:10 +0000 diego The CONFIG_TV_TELETEXT preprocessor directive is defined/undefined,
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Sun, 01 Feb 2009 13:40:15 +0000 diego Remove pointless #ifdef around internal header includes.
Sat, 10 Jan 2009 13:47:41 +0000 reimar Change vo_draw_text to a vo_draw_text_ext function which draws DVD navigation
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Wed, 03 Dec 2008 18:53:35 +0000 diego Remove unused declarations and references to vo_draw_text_osd(),
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from
Wed, 30 Jul 2008 12:01:30 +0000 diego Start unifying names of internal preprocessor directives.
Sun, 27 Jan 2008 15:14:02 +0000 reimar Allow independent scaling of vo_font and sub_font.
Tue, 25 Sep 2007 16:34:23 +0000 diego cosmetics: misc typo fixes
Mon, 24 Sep 2007 15:39:12 +0000 diego warning fix:
Mon, 10 Sep 2007 11:10:50 +0000 diego warning fix:
Sat, 08 Sep 2007 09:48:43 +0000 voroshil Implement boxes for subtitle teletext pages.
Sat, 01 Sep 2007 01:22:30 +0000 voroshil Proper support for flashing chars in teletext pages.
Wed, 15 Aug 2007 10:34:53 +0000 diego Identifiers should not start with two underscores.
Sun, 29 Jul 2007 17:57:39 +0000 voroshil Teletext support
Wed, 11 Jul 2007 10:01:54 +0000 zuxy Use -font for subtitles when -subfont is not given, patch by kiriuja
Thu, 21 Jun 2007 08:18:51 +0000 voroshil Revert r23530.
Wed, 20 Jun 2007 02:26:20 +0000 zuxy The audio balance feature implemented with af_pan.
Sun, 10 Jun 2007 00:06:12 +0000 voroshil Teletext support for tv:// (v4l and v4l2 only)
Sun, 20 May 2007 16:10:45 +0000 ben add new -subfont option, that allows having a different font for OSD (controls and menu) and subtitles
Mon, 11 Dec 2006 22:37:17 +0000 reimar Mark utf8_get_char parameter as const and fix a compiler warning
Mon, 11 Dec 2006 22:32:13 +0000 reimar Another simplification
Mon, 11 Dec 2006 22:29:08 +0000 reimar Reuse utf8_get_char in subtitle rendering code.
Sun, 03 Dec 2006 09:59:55 +0000 reimar 100l typo in 21380 disabled OSD with at least xvmc.
Wed, 29 Nov 2006 11:57:16 +0000 reimar EMISSINGBRAIN: No, OSD objects of size 0 sure are _not_ visible.
Sat, 25 Nov 2006 17:44:22 +0000 ben keep nav highlight event in dvdnav priv structure
Sat, 25 Nov 2006 13:03:51 +0000 ben better nav highlight handling
Sat, 25 Nov 2006 11:20:02 +0000 ben support for dvdnav menu buttons overlay as simple alpha boxes (rework from Otvos Attila's series of patches)
Sat, 12 Aug 2006 15:28:01 +0000 reimar Reuse UTF-8 reading code in libavutil
Sat, 08 Jul 2006 15:26:36 +0000 uau Make some functions static.
Fri, 07 Jul 2006 18:04:56 +0000 eugeni Make utf8_get_char non-static.
Thu, 15 Jun 2006 08:05:51 +0000 reimar Support UTF8 in OSD text
Thu, 15 Jun 2006 08:04:40 +0000 reimar Missing free for malloced char_seq in OSD code
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Sun, 06 Nov 2005 02:38:47 +0000 ptt Added translatable messages for OSD localization to help/help_mp-en.h
Sun, 23 Oct 2005 15:35:28 +0000 rfelker make bottom alignment the default since it's the only sane mode when sub_pos is near bottom (default)
Sun, 23 Oct 2005 15:34:39 +0000 rfelker reverse incorrect sub alignment change, ok'd by diego
Sun, 23 Oct 2005 14:25:56 +0000 diego The conditions for bottom (2) and top (1) subtitle alignment are reversed.
Sun, 10 Apr 2005 11:54:31 +0000 henry defer loading of the font after display size change to avoid useless
Sat, 09 Apr 2005 22:25:33 +0000 henry reload font on each change of the display size
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Wed, 15 Sep 2004 13:16:52 +0000 faust3 This time is a patch to improve subtitle alignment management. It
Sun, 11 Jul 2004 12:45:59 +0000 faust3 don't use uninitialized font descriptions
Mon, 27 Oct 2003 21:36:29 +0000 henry prevent lockups on words which do not fit on the screen - temporary fix
Tue, 21 Oct 2003 08:45:13 +0000 mosu Get rid of the annoying and useless "Subtitles requested but not found" message.
Sun, 21 Sep 2003 13:20:06 +0000 henry Subtitle alignment & smart splitting by Salvatore Falco