log libvo/vo_macosx.m @ 25314:02e2e7a5599a

age author description
Fri, 30 Nov 2007 04:20:38 +0000 ulion Support double buffering, fix osd flicker.
Fri, 30 Nov 2007 00:03:01 +0000 ulion Fix play window not get actived problem on Leopard.
Thu, 29 Nov 2007 23:32:08 +0000 ulion Ignore empty event.
Wed, 28 Nov 2007 00:01:35 +0000 ulion Set protocol for the vo proxy used in shared-buffer mode.
Mon, 26 Nov 2007 03:06:16 +0000 ulion Fix warning on Leopard, tested ok on Tiger:
Mon, 26 Nov 2007 02:57:02 +0000 ulion Fix warning:
Fri, 23 Nov 2007 13:46:38 +0000 ulion Fix memory leak of image_data.
Fri, 23 Nov 2007 13:22:21 +0000 ulion Fix a memory leak when working in shared_buffer mode.
Fri, 23 Nov 2007 04:49:10 +0000 ulion Move the setCurrentTexture call into flip_page(), fix osd flicker problem.
Mon, 19 Nov 2007 12:01:30 +0000 ulion Let NSApp handle events when uninit to fix the delay dealloc bug of mpGLView.
Fri, 09 Nov 2007 03:49:32 +0000 ulion Enable ontop command from mplayer to be sent to mplayer osx.
Tue, 06 Nov 2007 12:40:04 +0000 ulion Fix the prevent system idle code. Original code also works, but not as expected.
Sat, 13 Oct 2007 12:17:37 +0000 nplourde Fix deallocate bug which sometimes causes a crash when reinitializing.
Sun, 07 Oct 2007 12:15:24 +0000 nplourde enable fullscreen command from mplayer to be sent to mplayer osx
Thu, 23 Aug 2007 17:45:54 +0000 diego 100l typo: ENTER --> KPENTER
Thu, 23 Aug 2007 17:16:48 +0000 diego Fix KPENTER keycode value on Mac OS X.
Sat, 18 Aug 2007 22:46:29 +0000 nplourde added double click support in vo_macosx. Patch by Ulion <ulion2002@gmail.com>
Sat, 18 Aug 2007 10:30:15 +0000 reimar Functions that do not return a value must be void
Sat, 18 Aug 2007 10:23:40 +0000 reimar Remove duplicate extern declaration
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.
Sun, 10 Dec 2006 01:38:54 +0000 nplourde vo_macosx, fix crash when closing window
Sat, 09 Dec 2006 23:57:28 +0000 nplourde vo_macosx.m disable window animation when going to fullscreen
Fri, 01 Dec 2006 14:58:11 +0000 diego Fix declarations vs statements warning.
Sun, 02 Jul 2006 03:59:36 +0000 reynaldo rm unnecesary casts from void* - part 2
Sat, 08 Apr 2006 16:16:48 +0000 nplourde Replace deprecated function
Sat, 04 Mar 2006 12:37:44 +0000 nplourde update activity every 30 sec
Tue, 07 Feb 2006 01:36:32 +0000 nplourde let osx sleep if video is paused
Wed, 11 Jan 2006 02:45:17 +0000 nplourde do not give focus to vo_macosx in shared buffer mode. Patch by Hector Chu<hectorchu@gmail.com>
Sun, 04 Sep 2005 12:58:16 +0000 nplourde mplayer osx shared video buffer