log libvo/vo_quartz.c @ 29344:fb8ad1c8b5d6

age author description
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
Fri, 16 May 2008 08:33:27 +0000 diego cosmetics: Remove useless parentheses from from return statements.
Tue, 18 Dec 2007 14:48:30 +0000 ulion Fix mouse button mapping:
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
Wed, 07 Nov 2007 01:44:41 +0000 ulion Handle mouse up event to get double click support from mp_fifo.
Tue, 06 Nov 2007 15:57:36 +0000 ulion Fix mouse right button and middle button incorrect identifications.
Tue, 06 Nov 2007 13:17:37 +0000 ulion Fix KPENTER keycode value.
Tue, 06 Nov 2007 12:52:54 +0000 ulion Fix the prevent system idle code. Original code also works, but not as expected.
Tue, 06 Nov 2007 12:12:48 +0000 ulion Warning fixes:
Fri, 29 Jun 2007 21:57:31 +0000 nplourde bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-endian value. author Taihei Monma tmkk@mac.com
Tue, 05 Jun 2007 14:27:54 +0000 reimar Replace implicit use of fast_memcpy via macro by explicit use to allow
Mon, 28 May 2007 08:42:35 +0000 diego Remove some unused variables, patch by timwoj ieee org.
Thu, 29 Mar 2007 17:16:11 +0000 rathann Code cleanup: don't include a .c file in mplayer.c and fix a few
Fri, 01 Dec 2006 15:04:46 +0000 diego Fix a declarations vs statements warning.
Sat, 08 Apr 2006 16:16:48 +0000 nplourde Replace deprecated function
Tue, 07 Feb 2006 01:36:32 +0000 nplourde let osx sleep if video is paused