log libvo/video_out.h @ 34168:55abe5125482

age author description
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 14 Jan 2011 22:10:21 +0000 cehoyos Convert some tabs to whitespace to allow using MPlayer filter sourcecode in FFmpeg.
Wed, 10 Nov 2010 22:48:41 +0000 reimar gl/win32: select a stereo pixel format for window when
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.
Sun, 10 Oct 2010 09:27:11 +0000 cigaes Use a dynamic list for the sources of EOSD elements.
Sat, 09 Oct 2010 11:17:28 +0000 reimar Add VO_EVENT_MOVE which is required for VOs that interact directly
Sat, 29 May 2010 10:13:39 +0000 diego misc cosmetics: K&R style nits, #include placement, indentation
Sun, 25 Apr 2010 16:13:57 +0000 reimar Avoid duplicating mouse-movement command-generation code.
Sun, 25 Apr 2010 15:49:46 +0000 reimar Deduplicate enable_mouse_movements declaration.
Sun, 25 Apr 2010 10:44:53 +0000 reimar Add reinitialization support. Necessary for fullscreen on OSX.
Fri, 23 Apr 2010 10:22:44 +0000 siretart rename 'struct keymap' -> 'struct mp_keymap'
Thu, 04 Feb 2010 22:08:23 +0000 reimar Create the OpenGL probe window as a hidden Window on X11.
Thu, 24 Dec 2009 10:51:24 +0000 reimar Some ugly hacks to make compiling against a newer external version of libass work.
Thu, 12 Nov 2009 09:21:53 +0000 ptt Added -name, -title and -use-filename-title options and implementation in X11 vos
Thu, 27 Aug 2009 18:36:51 +0000 reimar Add infrastructure and test code to enable aspect scaling and panscan in windowed mode.
Mon, 02 Mar 2009 11:24:20 +0000 reimar Make WinID a 64 bit integer, this should avoid issues with valid Window
Tue, 17 Feb 2009 11:59:49 +0000 reimar Extend calc_src_dst_rects to also calculate the border values needed for
Tue, 17 Feb 2009 10:13:08 +0000 cehoyos Fix compilation after last commit.
Thu, 12 Feb 2009 17:40:53 +0000 reimar Add a calc_src_dst_rects that calculates from window size, panscan etc.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Sat, 20 Dec 2008 11:52:11 +0000 reimar Add and use a special lookup function to do table-based translation to MPlayer keycodes.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
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
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality
Fri, 03 Oct 2003 18:13:45 +0000 alex user settable colorkey
Mon, 01 Sep 2003 18:24:27 +0000 alex -nomouseinput support for vo_sdl
Wed, 12 Mar 2003 15:04:05 +0000 albeu vo_xover is a new vo that should make easy to have x11 support for
Mon, 10 Mar 2003 00:03:46 +0000 albeu Pass start slice to the vo it make dr + slice implemantation easier
Sat, 14 Dec 2002 17:12:40 +0000 arpi notice vo driver about skipped/dropped frames
Mon, 11 Nov 2002 15:22:10 +0000 alex removed get_info, using the same sheme as in libmpcodecs instead
Sun, 03 Nov 2002 14:30:00 +0000 arpi do NOT include vidix header - nonsense
Wed, 23 Oct 2002 18:53:06 +0000 arpi 1l
Wed, 23 Oct 2002 18:05:58 +0000 mark Geometry update
Sun, 29 Sep 2002 21:53:05 +0000 arpi video out driver list support (like -vc, example: -vo xmga,xv,x11,)
Sat, 28 Sep 2002 20:09:14 +0000 arpi -nograbpointer, based on old patch by Christian Ohm <chr.ohm@gmx.net>
Wed, 18 Sep 2002 01:22:03 +0000 arpi d_width==screenwidth && -fs hopefully fixed
Wed, 28 Aug 2002 21:32:32 +0000 alex finally removed query_vaa, bes_da and vo_tune_info - the obsoleted libvo api
Thu, 22 Aug 2002 23:03:51 +0000 arpi General Timing Formula algorithm from a scratch.
Wed, 14 Aug 2002 23:02:45 +0000 pontscho - add dxr3 gui support (dialogbox, etc.)
Wed, 24 Jul 2002 18:19:39 +0000 alex eq reworked
Fri, 19 Jul 2002 20:51:48 +0000 pontscho - fix audio equalizer
Wed, 05 Jun 2002 22:47:15 +0000 arpi 100l to .so
Wed, 05 Jun 2002 19:35:54 +0000 pontscho added panscan support for xmga/xvidix
Tue, 04 Jun 2002 20:17:07 +0000 arpi pan&scan support with -vo xv by ?? <mplayer@svennevid.net>
Fri, 17 May 2002 23:47:27 +0000 albeu Improvment for spu subtitles.
Tue, 16 Apr 2002 17:41:29 +0000 pontscho fix playlist bug with gui and rewrite mousecursor show/hide code
Sun, 07 Apr 2002 02:12:15 +0000 arpi vo_config_count now counts calls to vo->config()
Sat, 06 Apr 2002 19:08:52 +0000 arpi VOCTRL_DRAW_IMAGE added
Sun, 31 Mar 2002 20:38:56 +0000 arpi disabling direct rendering by default (too buggy and conflicts with osd/sub)
Sun, 24 Mar 2002 00:32:13 +0000 arpi moved font_laod.h
Sat, 09 Mar 2002 17:27:37 +0000 nick voctls for decoding ahead
Thu, 07 Mar 2002 17:50:25 +0000 pontscho rewrite fullscreen support in some libvo driver
Thu, 07 Mar 2002 02:44:16 +0000 arpi direct rendering support
Sun, 03 Mar 2002 18:47:29 +0000 nick 're-include' possibility
Fri, 22 Feb 2002 18:00:38 +0000 alex added vo_dx,vo_dy (used currently only by X based outputs)
Mon, 18 Feb 2002 17:34:20 +0000 mswitch Added VOCTRL_PAUSE and VOCTRL_RESUME
Sun, 17 Feb 2002 09:25:09 +0000 nick Screenshot on the fly
Sun, 17 Feb 2002 03:06:38 +0000 alex added VOFLAG_* definitions and int vo_flags
Sun, 17 Feb 2002 00:33:50 +0000 alex added VOCTRL_FULLSCREEN
Tue, 12 Feb 2002 15:06:04 +0000 atmos4 add vsync support for doublebuffering to vo_vesa
Sat, 09 Feb 2002 22:38:36 +0000 alex added voctrl_guisupport and fixed some typos
Sat, 09 Feb 2002 00:47:26 +0000 arpi query_ stuff replaced by new control() - patch by David Holm
Thu, 31 Jan 2002 09:57:13 +0000 nick new info for tuning
Sat, 26 Jan 2002 16:01:26 +0000 nick Extensions for video accelerated architecture
Thu, 29 Nov 2001 17:31:58 +0000 atmos4 Newest DXR3 patch (improved 1.0rc2) by David Holm.
Mon, 05 Nov 2001 02:58:47 +0000 arpi vo_pts added
Mon, 13 Aug 2001 11:08:18 +0000 atlka changes according to -utf8 option, draw_osd() function added
Mon, 16 Jul 2001 12:11:49 +0000 arpi added prototype of vo_init()
Tue, 03 Jul 2001 23:45:49 +0000 arpi extern vo_doublebuffering cleanup
Thu, 21 Jun 2001 22:34:25 +0000 al3x vo_subdevice implemented
Sun, 17 Jun 2001 12:25:12 +0000 al3x added prototype of vo_format_name
Sat, 14 Apr 2001 17:55:20 +0000 atmosfear - applied overlay patch by Jens H
Fri, 13 Apr 2001 13:47:36 +0000 arpi_esp -bpp changes
Tue, 27 Mar 2001 00:32:24 +0000 arpi_esp sub/osd interface changes
Sun, 25 Mar 2001 04:28:40 +0000 arpi_esp subtitle+OSD font support
Sat, 03 Mar 2001 21:46:39 +0000 arpi_esp added check_events() interface
Sat, 24 Feb 2001 20:28:24 +0000 arpi_esp Initial revision