log libvo/vo_sdl.c @ 37195:ac6c37d85d65 default tip

age author description
Sun, 02 Mar 2014 21:13:19 +0000 ib Add VOCTRL_GUISUPPORT.
Sat, 25 Jan 2014 16:55:07 +0000 reimar vo_sdl: remove nonsense code, all cases can handle both IYUV and I420.
Sat, 18 Jan 2014 23:08:34 +0000 reimar vo_sdl: some minor code simplifications.
Sat, 18 Jan 2014 23:08:33 +0000 reimar vo_sdl: Avoid code duplication in DR code.
Sat, 18 Jan 2014 23:08:32 +0000 reimar vo_sdl: remove some commented-out code, reduce code duplication.
Sat, 18 Jan 2014 23:08:31 +0000 reimar vo_sdl: Avoid setenv code duplication.
Sat, 18 Jan 2014 23:08:29 +0000 reimar vo_sdl: simplify by using memcpy_pic.
Sat, 18 Jan 2014 23:08:28 +0000 reimar vo_sdl: set VFCAP_FLIP correctly.
Tue, 11 Jun 2013 18:38:56 +0000 reimar Ensure that the allocated surface is always large enough.
Tue, 30 Oct 2012 16:51:25 +0000 reimar Make aspect handling with -vo sdl and RGB format work again.
Tue, 30 Oct 2012 16:48:00 +0000 reimar Remove pointless commented-out code.
Tue, 30 Oct 2012 16:47:20 +0000 reimar Remove left-over debug printf.
Sun, 02 Sep 2012 21:51:42 +0000 reimar Avoid some code duplication related to drawing the OSD.
Mon, 23 Jul 2012 18:59:20 +0000 reimar Fix crash for -vo sdl -fs when running under X.
Sat, 18 Feb 2012 00:08:30 +0000 al Fix compiling with osdep setenv
Sun, 12 Feb 2012 19:50:23 +0000 reimar Switch to using VOCTRL_UPDATE_SCREENINFO, which allows getting
Sun, 12 Feb 2012 19:27:35 +0000 reimar Deduplicate some code that exists both in the if and else branch.
Sun, 12 Feb 2012 18:49:07 +0000 reimar vo_sdl: reuse some more sdl_common code.
Sun, 12 Feb 2012 18:39:27 +0000 reimar Remove code that has been unused and disabled since a very long time.
Sat, 11 Feb 2012 15:35:39 +0000 reimar Support -noborder with SDL.
Sun, 29 Jan 2012 16:30:17 +0000 reimar sdl: do not change caption on -wid windows.
Sat, 07 May 2011 19:17:04 +0000 reimar Fix strict-aliasing violation warnings.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sun, 25 Apr 2010 16:48:48 +0000 reimar Set vo_dwidth/vo_dheight for mouse movements work at least in windowed mode.
Sun, 25 Apr 2010 09:52:01 +0000 reimar Share SDL initialization code.
Sun, 25 Apr 2010 08:17:23 +0000 reimar Add sdl_common file and use it to share the input handling between -vo gl
Sat, 24 Apr 2010 17:15:28 +0000 reimar Remove code to work around bugs in ancient libSDL versions, the code has been
Sun, 03 Jan 2010 11:33:33 +0000 reimar Fixup SDL configure check:
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Sun, 15 Mar 2009 10:03:09 +0000 diego Remove obsolete extra elements from opt_t struct initialization.
Sat, 07 Mar 2009 08:51:40 +0000 reimar Make data related to suboption parsing const in libvo
Mon, 19 Jan 2009 17:12:43 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences.
Mon, 01 Dec 2008 16:37:06 +0000 reimar Remove a lot of completely pointless mp_msg_test calls.
Thu, 09 Oct 2008 17:08:47 +0000 cehoyos Replace numeric constants by their defines.
Mon, 04 Aug 2008 06:16:23 +0000 diego Change a bunch of X11-specific preprocessor directives.
Wed, 14 May 2008 17:22:53 +0000 diego Use standard license headers with standard formatting.
Wed, 09 Apr 2008 11:31:50 +0000 diego Fix nonsensical license header, mpeg2dec is not GNU Make.
Sat, 15 Mar 2008 09:50:12 +0000 diego Use __AMIGAOS4__ instead of AMIGA, like everywhere else.
Sat, 15 Mar 2008 09:23:48 +0000 diego Consistently use __APPLE__ instead of MACOSX as preprocessor condition.
Fri, 14 Mar 2008 16:46:13 +0000 diego #include config.h before all other headers.
Sun, 06 Jan 2008 12:58:02 +0000 diego Remove changelog from file header, we have revision control for this.
Sun, 16 Dec 2007 23:50:05 +0000 diego Replace some more broken SYS_DARWIN preprocessor conditionals with __APPLE__.
Sun, 02 Dec 2007 14:39:15 +0000 reimar Mark the vo_functions_t definitions as const where possible.
Sun, 02 Dec 2007 14:06:03 +0000 reimar Make vo info structs const
Tue, 30 Oct 2007 17:39:55 +0000 diego movie player for Linux --> movie player
Mon, 22 Oct 2007 22:42:47 +0000 diego A missing break statement caused SDLK_PLUS to be triggered twice on one press.
Thu, 11 Oct 2007 12:22:14 +0000 diego cosmetics: typo
Sun, 24 Jun 2007 11:07:47 +0000 reimar Avoid vo_sdl void * arithmetic
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Sun, 21 Jan 2007 11:05:21 +0000 reimar Move code to ignore mouse wheel "down" events to fifo.c (needed because
Sat, 23 Dec 2006 23:27:01 +0000 diego Amiga OS 4 support
Thu, 12 Oct 2006 00:39:47 +0000 diego Use MOUSE_BTN0 instead of MOUSE_BASE for consistency with other vo drivers.
Fri, 18 Aug 2006 02:22:39 +0000 nplourde disable double buffer in vo_sdl on macosx. fix flicker issue.
Fri, 28 Apr 2006 23:06:42 +0000 diego Rename some misspelled and misnamed messages.
Mon, 24 Apr 2006 04:23:53 +0000 reynaldo Part 5 and final of otvos attila's oattila AT chello-hu mp_msg changes, with lots of corrections
Fri, 24 Mar 2006 08:12:03 +0000 diego Convert all if(verbose>X) to mp_msg_test calls.
Mon, 26 Dec 2005 03:16:48 +0000 al - move our setenv() fallback implementation to osdep
Wed, 02 Nov 2005 21:50:55 +0000 albeu libvo input cleanup: remove the dependency on libinput,