log libvo/vo_quartz.c @ 36137:5302a565ada7

age author description
Sat, 03 Dec 2011 22:26:47 +0000 reimar Support -title with -vo quartz.
Sat, 03 Dec 2011 22:06:50 +0000 reimar Remove variable that is only assigned but never used.
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 Jul 2010 12:28:23 +0000 reimar Remove unused kQuitCmd from vo_quartz.
Fri, 26 Mar 2010 15:02:14 +0000 diego Refactor OS X foreground process setting into a separate function.
Wed, 02 Sep 2009 14:18:01 +0000 reimar Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
Wed, 02 Sep 2009 14:11:30 +0000 reimar Cosmetics: get rid of many pointless ()
Wed, 02 Sep 2009 14:02:15 +0000 reimar Reduce code duplication for half/normal/double video size handling.
Wed, 02 Sep 2009 11:38:18 +0000 reimar Remove unused variable.
Wed, 02 Sep 2009 09:51:38 +0000 reimar vo_quartz: change deallocation/uninit to more reliably free allocated data.
Fri, 28 Aug 2009 14:39:42 +0000 reimar Port feature from corevideo: remember half/double size settings and reapply
Fri, 28 Aug 2009 13:25:30 +0000 reimar Move aspect change handling from vo_quartz to osx_common.
Fri, 28 Aug 2009 12:54:33 +0000 reimar Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
Fri, 28 Aug 2009 08:36:51 +0000 reimar Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
Thu, 27 Aug 2009 23:13:37 +0000 reimar Use lookup_keymap_table function with data structure instead of huge switch-case
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 May 2009 17:35:26 +0000 diego Add missing 'void' to parameterless function declarations.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Wed, 17 Dec 2008 00:08:04 +0000 diego Do not use full relative #include path for headers in the same directory.
Mon, 08 Dec 2008 00:02:07 +0000 diego #include appropriate headers instead of locally declaring function prototypes.
Wed, 03 Dec 2008 23:01:03 +0000 diego Get rid of pointless 'extern' keywords.
Mon, 24 Nov 2008 14:29:32 +0000 gpoirier cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)
Mon, 24 Nov 2008 14:25:14 +0000 gpoirier avoid putting several statements on a single line
Mon, 24 Nov 2008 13:34:31 +0000 gpoirier Use doxygen-style comments in file header. Remove tabs usage.
Mon, 24 Nov 2008 13:28:56 +0000 gpoirier whitespace-cleanup
Mon, 24 Nov 2008 10:01:03 +0000 gpoirier Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with current SDK versions.
Thu, 07 Aug 2008 12:20:50 +0000 diego Give a CONFIG_ prefix to preprocessor directives that lacked one and
Thu, 07 Aug 2008 10:57:40 +0000 diego Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.
Sun, 03 Aug 2008 15:21:40 +0000 diego Change a bunch of video/audio-output-specific preprocessor directives from