log libvo/vo_sdl.c @ 24814:1903b15e6fb7

age author description
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,
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