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,
|
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
|
Mon, 18 Apr 2005 15:52:38 +0000 |
henry |
replace VO and VF numeric flags with #defined identifiers
|
Tue, 01 Mar 2005 19:59:20 +0000 |
ivo |
10l Don't set SDL to X11 by default.
|
Tue, 01 Mar 2005 03:51:48 +0000 |
ivo |
Remove -noxv and -forcexv command line options and replace them by
|
Sat, 22 Jan 2005 18:05:07 +0000 |
alex |
avoid using vo_subdevice
|
Thu, 28 Oct 2004 01:15:53 +0000 |
diego |
Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
|
Fri, 09 Jul 2004 18:59:55 +0000 |
reimar |
fix for xscreensaver disabling
|
Sat, 26 Jun 2004 11:16:55 +0000 |
alex |
asyncblit slows down on UP systems, regarding to the SDL docs, noticed by John Phillip
|
Sat, 26 Jun 2004 10:55:16 +0000 |
alex |
SDL_HWACCEL is a readonly flag according to DOCS, noticed by John Philip
|
Fri, 25 Jun 2004 16:58:45 +0000 |
diego |
Unify the config.h #include, use "config.h" instead of "../config.h"
|
Mon, 15 Mar 2004 05:07:46 +0000 |
diego |
Cygwin provides setenv. Fixes compilation on Cygwin.
|