Sun, 08 Feb 2009 03:27:30 +0000 |
diego |
Add standard license headers, unify header formatting.
|
Fri, 09 Jan 2009 20:50:25 +0000 |
diego |
Fix build: calc_drwXY was factorized into vo_calc_drwXY.
|
Fri, 09 Jan 2009 15:25:24 +0000 |
cehoyos |
Factor calc_drwXY out of vo_xv and vo_xvmc.
|
Mon, 05 Jan 2009 14:48:03 +0000 |
diego |
Add missing 'void' keyword to parameterless function declarations.
|
Fri, 02 Jan 2009 17:06:09 +0000 |
diego |
Sync with latest round of xvmc changes in FFmpeg.
|
Sun, 23 Nov 2008 12:30:39 +0000 |
reimar |
Simplify handling of VOFLAG_MODESWITCHNG, merge assignment and declaration
|
Sun, 23 Nov 2008 11:53:17 +0000 |
diego |
Remove unused variables and the related warnings along with them.
|
Fri, 21 Nov 2008 23:22:53 +0000 |
reimar |
Remove a aspect calculation line.
|
Wed, 19 Nov 2008 20:19:25 +0000 |
reimar |
Factor common code like -wid handling, vo_gc creation etc. out into
|
Mon, 17 Nov 2008 13:12:01 +0000 |
reimar |
Remove a useless XGetGeometry call, the X11 event handling already
|
Sun, 16 Nov 2008 17:16:08 +0000 |
reimar |
Get rid of (besides useless assignments) unused XSizeHints variable
|
Sat, 15 Nov 2008 23:09:31 +0000 |
reimar |
Remove explicit setting of vo_ontop since that is already done by vo_x11_create_vo_window
|
Sat, 15 Nov 2008 19:03:21 +0000 |
reimar |
Remove now unused variables.
|
Sat, 15 Nov 2008 18:56:25 +0000 |
reimar |
Simplify vo_vm_switch and vo_vm_close, everyone was using the (almost) same
|
Sat, 09 Aug 2008 14:56:09 +0000 |
diego |
Remove duplicated prototype for XShmGetEventBase(), because
|
Mon, 04 Aug 2008 06:16:23 +0000 |
diego |
Change a bunch of X11-specific preprocessor directives.
|
Wed, 30 Jul 2008 13:44:59 +0000 |
diego |
Rename two GUI-related preprocessor directives:
|
Fri, 16 May 2008 08:33:27 +0000 |
diego |
cosmetics: Remove useless parentheses from from return statements.
|
Tue, 13 May 2008 17:52:25 +0000 |
ben |
Add a new suboption to -vo xv and -vo xvmc that allows selection
|
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, 25 Sep 2007 16:34:23 +0000 |
diego |
cosmetics: misc typo fixes
|
Wed, 27 Jun 2007 10:28:38 +0000 |
reimar |
Remove some unused variables
|
Wed, 27 Jun 2007 10:26:13 +0000 |
reimar |
Make X11 window creation and (with -fixed-vo) management simpler and more
|
Sun, 27 May 2007 21:13:10 +0000 |
reimar |
Remove more pointless fastmemcpy.h includes in libvo
|
Mon, 23 Apr 2007 07:42:42 +0000 |
diego |
Gui --> gui
|
Mon, 26 Mar 2007 15:53:23 +0000 |
iive |
prevent building xvmc with the old api.
|
Thu, 08 Mar 2007 09:42:14 +0000 |
reimar |
100l, last patch broke window resizing with xv and xvmc.
|
Tue, 06 Mar 2007 15:34:54 +0000 |
reimar |
Factor out some duplicated code in vo_xv and vo_xvmc
|
Mon, 19 Feb 2007 11:38:19 +0000 |
iive |
Don't free and then allocate surfaces when config() is called again with same resolution and format.
|