log libvo/vo_macosx.m @ 29177:1dfd99eb3280

age author description
Tue, 21 Apr 2009 08:19:22 +0000 gpoirier Fix a signedness issue that caused a warning to be wrongfully printed at runtime.
Mon, 20 Apr 2009 18:20:37 +0000 diego Unify error message output and update error messages.
Mon, 13 Apr 2009 20:07:03 +0000 gpoirier fix a memory leak leading to ~80 bytes being leaked at each call to flip_page.
Sat, 07 Mar 2009 17:41:34 +0000 diego cosmetics: spelling fixes
Sat, 07 Mar 2009 13:45:48 +0000 diego cosmetics: Reformat file header.
Sun, 08 Feb 2009 03:27:30 +0000 diego Add standard license headers, unify header formatting.
Sun, 18 Jan 2009 18:05:16 +0000 gpoirier fix device_id option after r28165
Sat, 03 Jan 2009 22:33:04 +0000 gpoirier Fix deinit problem due to r28215
Tue, 30 Dec 2008 21:39:42 +0000 gpoirier Add an option to vo_macosx to set a custom buffer_name.
Fri, 19 Dec 2008 20:33:54 +0000 gpoirier Replace vo_macosx's custom options parsing with a subopt_parse()-based one
Mon, 08 Dec 2008 00:12:53 +0000 diego Add missing unistd.h #include, fixes the warning:
Mon, 08 Dec 2008 00:11:03 +0000 diego Remove unused variable, fixes the warning:
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.
Sun, 30 Nov 2008 12:55:11 +0000 nplourde use mmap instead of shmat for MPlayerOSX, patch by Adrian Stutz<adrian@sttz.ch>
Thu, 27 Nov 2008 11:34:26 +0000 gpoirier factorize mouse hiding and screensaver disabling code
Tue, 25 Nov 2008 09:54:34 +0000 gpoirier typo fix + readability improvement
Mon, 24 Nov 2008 13:22:18 +0000 gpoirier Allow vo_macosx to be compiled in 64-bits mode:
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.
Sat, 22 Dec 2007 14:55:26 +0000 ulion Do not send mouse movements events in root win mode.
Thu, 20 Dec 2007 12:00:44 +0000 ulion Support send mouse movements commands to mplayer.
Tue, 18 Dec 2007 16:37:36 +0000 ulion Use NSMakeRect and NSRect in correct way:
Tue, 18 Dec 2007 14:58:14 +0000 ulion Fix wrong code in last commit.
Tue, 18 Dec 2007 14:48:30 +0000 ulion Fix mouse button mapping:
Mon, 17 Dec 2007 15:49:54 +0000 ulion Record screen size and display size in vo_ variables.
Mon, 17 Dec 2007 15:45:37 +0000 ulion screen_frame is only used for fullscreen mode.
Fri, 30 Nov 2007 04:20:38 +0000 ulion Support double buffering, fix osd flicker.