log libvo/video_out.h @ 27997:d48572283677

age author description
Mon, 24 Nov 2008 17:35:08 +0000 diego Remove unnecessary #ifdef around a struct and a bunch of extern declarations.
Sat, 02 Aug 2008 17:38:11 +0000 diego Change a bunch of video-output-specific preprocessor directives from a HAVE_
Fri, 22 Feb 2008 09:09:46 +0000 diego Add MPLAYER_ prefix to multiple inclusion guards.
Sun, 06 Jan 2008 12:57:26 +0000 diego cosmetics: Whitespace changes, add comments to some #endif directives.
Mon, 31 Dec 2007 16:15:50 +0000 diego Add explanatory comments to the #endif part of multiple inclusion guards.
Sun, 02 Dec 2007 14:24:23 +0000 reimar Mark several uses of vo_functions_t as const to stop some of the current
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Sun, 02 Dec 2007 13:53:03 +0000 reimar Remove last remains of long-gone VOCTRL_SCREENSHOT
Sun, 12 Aug 2007 12:21:07 +0000 diego Declare all vo_gamma variables in libvo/video_out.h and remove them from
Mon, 02 Jul 2007 22:34:45 +0000 diego Do not use leading underscores in multiple inclusion guards, they are reserved.
Sun, 24 Jun 2007 10:06:10 +0000 reimar vo_init is x11 specific and has no place in video_out.h.
Sun, 24 Jun 2007 10:03:26 +0000 reimar Remove redundant vo_format_name, included img_format.h already provides it
Sun, 18 Feb 2007 20:19:47 +0000 reimar Revert r22255 on iive's request.
Sun, 18 Feb 2007 09:33:45 +0000 reimar Avoid parts of xvmc reinit when source format does not change
Sat, 17 Feb 2007 20:58:55 +0000 reimar Move common vo initialization code to video_out.c
Fri, 17 Nov 2006 18:16:21 +0000 reimar Add deinterlace property, patch by Carl Eugen Hoyos
Mon, 28 Aug 2006 19:10:11 +0000 eugeni Add EOSD support to vf_vo.
Fri, 18 Aug 2006 13:58:03 +0000 diego Explicitly include libmpcodecs/img_format.h and libvo/fastmemcpy.h.
Sun, 16 Jul 2006 01:20:30 +0000 reynaldo marks several read-only string parameters and function return-values which can only be used read-only as const. Patch by Stefan Huehner, stefan _AT huener-org
Tue, 25 Apr 2006 21:36:02 +0000 uau Remove updating of vo_mouse_timer_const from the main loop and also
Sun, 16 Apr 2006 13:38:28 +0000 reimar Fix and improve xinerama support
Thu, 09 Feb 2006 14:08:03 +0000 rathann Patch by Stefan Huehner / stefan % huehner ! org \
Thu, 10 Nov 2005 22:25:54 +0000 joey add a switch, slave command, and vo control to toggle borderless window.
Sun, 21 Aug 2005 01:20:31 +0000 reimar remove extern for variables that are already in headers.
Fri, 05 Aug 2005 01:24:37 +0000 ivo Fix the return types of all (six) libvo API functions. Used to be uint32_t, but
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Sun, 22 Aug 2004 19:01:56 +0000 joey added runtime toggle of root window playback
Thu, 29 Jul 2004 14:59:48 +0000 nplourde add var vo_rootwin and -rootwin switch for mac osx
Sat, 01 May 2004 14:52:15 +0000 faust3 keepaspect and nokeepaspect are now useable by all vos
Sat, 13 Mar 2004 16:48:52 +0000 faust3 move refreshrate and adapter_num variables to video_out because they might be usefull for other drivers, too