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

age author description
Wed, 02 Apr 2014 20:16:31 +0000 reimar Change order of includes to fix compilation error.
Sat, 01 Mar 2014 14:59:22 +0000 ib Get rid of VOCTRL_GUI_NOWINDOW.
Sat, 01 Mar 2014 14:48:21 +0000 ib Change VOCTRL_GUISUPPORT in dxr3 video output driver.
Sat, 18 Jan 2014 21:39:07 +0000 reimar Remove empty draw_slice and draw_frame stubs.
Sun, 17 Mar 2013 22:47:17 +0000 diego Add missing strings.h #includes for strcasecmp().
Tue, 05 Jul 2011 12:05:06 +0000 ib Cosmetic: Change prefix for symbolic constants from GMP to GUI.
Tue, 05 Jul 2011 10:47:51 +0000 ib Rename the gui() symbolic constants.
Tue, 05 Jul 2011 09:33:09 +0000 ib Rename guiGetEvent() gui().
Mon, 27 Jun 2011 14:04:13 +0000 ib Rename guiGetEvent type guiSetVideo guiSetVideoWindow.
Mon, 27 Jun 2011 11:23:21 +0000 ib Rename guiGetEvent type guiSetShVideo guiSetVideo.
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Fri, 06 May 2011 10:32:46 +0000 iive Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
Sun, 14 Nov 2010 09:12:34 +0000 cboesch Remove most of the NULL pointer check before free all over the code
Wed, 27 Oct 2010 17:55:45 +0000 cigaes Move spuenc.[ch] from libvo to sub.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sat, 09 Oct 2010 13:35:16 +0000 reimar Fix validity checks before closing a file descriptor.
Sat, 09 Oct 2010 13:31:03 +0000 reimar Fix indentation.
Sat, 09 Oct 2010 13:29:25 +0000 reimar Remov gui-specific code, the way teh GUI works was changed so most
Fri, 08 Oct 2010 09:00:50 +0000 diego cosmetics: Drop some {} from if statements to get rid of pointless #ifdefs.
Thu, 17 Jun 2010 08:17:06 +0000 diego Factorize monitor_aspect extern declaration into aspect.h.
Thu, 17 Jun 2010 08:07:37 +0000 diego Place vo_osd_list extern declaration in sub.h instead of all over the code.
Thu, 17 Jun 2010 08:04:12 +0000 diego Remove unused 'extern int vo_osd_changed_flag' declaration.
Fri, 19 Feb 2010 10:22:29 +0000 diego Remove pointless '#if 1' preprocessor directives.
Tue, 16 Feb 2010 19:36:36 +0000 reimar Remove useless malloc casts.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Thu, 02 Apr 2009 09:20:48 +0000 diego Remove unnecessary malloc.h #includes and related #ifdeffery.
Tue, 17 Feb 2009 11:16:19 +0000 diego Convert HAVE_MALLOC_H into a 0/1 definition, fixes the warning:
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
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
Thu, 07 Aug 2008 10:36:07 +0000 diego Rename font-related preprocessor directives.
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:
Sun, 06 Jan 2008 12:58:02 +0000 diego Remove changelog from file header, we have revision control for this.
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
Thu, 05 Jul 2007 22:01:07 +0000 reimar Avoid code duplication and ugly config.h hack by using av_strlcat/av_strlcpy
Wed, 27 Jun 2007 10:26:13 +0000 reimar Make X11 window creation and (with -fixed-vo) management simpler and more
Tue, 05 Jun 2007 15:09:49 +0000 reimar Do not use fast_memcpy for small size copy, esp. when the size is constant
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Mon, 23 Apr 2007 07:42:42 +0000 diego Gui --> gui
Thu, 22 Feb 2007 00:18:10 +0000 diego cosmetics: typo fixes, usefuLL --> useful and aswell --> as well
Mon, 24 Apr 2006 14:03:58 +0000 attila fix typo X<->Y
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
Thu, 12 Jan 2006 20:04:36 +0000 rathann massive attack: mp_msg printf format fixes
Sun, 06 Nov 2005 21:15:53 +0000 reimar Fix compilation, use vo_fs instead of fullscreen variable. Not tested.
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
Thu, 31 Mar 2005 22:06:34 +0000 rathann Fix memset() usage, patch by Ismail Donmez
Thu, 28 Oct 2004 01:15:53 +0000 diego Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.
Fri, 20 Aug 2004 09:41:13 +0000 al Removed superfluous XFlush calls before XSync.
Fri, 25 Jun 2004 16:49:53 +0000 diego string handling security fixes
Sun, 30 Nov 2003 16:36:10 +0000 joey runtime 'stay-on-top' functionality
Fri, 28 Nov 2003 20:49:34 +0000 mswitch Added a patch from Anders Rune Jensen to support the latest em8300 CVS changes
Tue, 18 Feb 2003 23:22:44 +0000 mswitch Patch from Tamas Kohegyi to fix subpic placement on 16:9
Sun, 12 Jan 2003 19:32:56 +0000 mswitch Added patch from Tamas Kohegyi to fix subpic placement with freetype
Thu, 02 Jan 2003 23:57:38 +0000 mswitch Added patch by Thomas Jarosch
Thu, 02 Jan 2003 21:45:13 +0000 mswitch Updated changelog
Thu, 02 Jan 2003 18:54:16 +0000 mswitch Added patch that makes the dxr3 return to the previous tv norm when quiting.
Tue, 24 Dec 2002 12:45:32 +0000 mswitch Added patch from Thomas Jarosch
Fri, 29 Nov 2002 21:40:37 +0000 mswitch Use MVCOMMAND_SYNC