log libvo/vo_corevideo.m @ 34233:7d06c9c40c2b

age author description
Sat, 07 May 2011 20:05:47 +0000 iive Fix compilation for OSX due to r33392 - control() vaarg removal.
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 18:38:39 +0000 cigaes vo_corevideo.m: change path for sub.h.
Sun, 25 Jul 2010 17:43:22 +0000 reimar Move variable into the only function where it is used.
Sun, 25 Jul 2010 17:40:44 +0000 reimar Move mouse hiding code to check_events, this allows mouse hiding
Sun, 25 Jul 2010 17:06:41 +0000 reimar Make the Quit menu entry work.
Sun, 25 Jul 2010 17:00:04 +0000 reimar Simplify check_events: avoid seemingly pointless untilDate argument.
Sun, 25 Jul 2010 14:40:58 +0000 reimar Change window-closing handling so it works properly if the
Sun, 25 Jul 2010 12:25:05 +0000 reimar Remove kQuitCmd, it has no purpose or effect at all.
Sun, 25 Jul 2010 11:53:44 +0000 reimar Avoid some code duplication.
Sun, 25 Jul 2010 11:49:36 +0000 reimar Cosmetics: indentation fixes.
Sun, 25 Jul 2010 11:44:57 +0000 reimar Avoid some code duplication in update_screen_info.
Sun, 25 Jul 2010 11:38:45 +0000 reimar Simplify update_screen_info.
Sun, 25 Jul 2010 11:19:41 +0000 reimar Declare variables with proper types to avoid dangerous pointer casts.
Sun, 25 Jul 2010 11:18:04 +0000 reimar Remove pointless casts.
Sun, 25 Jul 2010 11:16:40 +0000 reimar Remove yet more useless ()
Sun, 25 Jul 2010 11:14:07 +0000 reimar Remove useless ().
Sun, 25 Jul 2010 11:07:15 +0000 reimar Send KEY_CLOSE_WIN instead of KEY_ESC when the user requested
Sun, 25 Apr 2010 16:13:57 +0000 reimar Avoid duplicating mouse-movement command-generation code.
Sun, 25 Apr 2010 15:49:46 +0000 reimar Deduplicate enable_mouse_movements declaration.
Mon, 05 Apr 2010 13:11:06 +0000 reimar Fix RGB support for corevideo: corevideo can only support
Mon, 05 Apr 2010 07:22:21 +0000 reimar Enable OSD also for BGR32, the code is the same as for RGB32.
Mon, 05 Apr 2010 07:15:22 +0000 reimar Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoiding
Fri, 26 Mar 2010 15:02:14 +0000 diego Refactor OS X foreground process setting into a separate function.
Tue, 15 Dec 2009 20:38:54 +0000 adrian Add support for -geometry to corevideo.
Tue, 15 Dec 2009 20:25:50 +0000 adrian Add -xineramascreen support to corevideo vo. Still prefer corevideo's own device_id parameter if it's set.
Sun, 20 Sep 2009 19:07:57 +0000 adrian Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent display config if shared buffer is not enabled.
Fri, 04 Sep 2009 18:43:28 +0000 reimar Factor out duplicated code to set play video scaled by a certain factor.
Fri, 04 Sep 2009 18:21:28 +0000 reimar Subopt parser subopts should now be const.
Tue, 01 Sep 2009 21:16:58 +0000 reimar Make glContext a local variable, it is not needed outside the function
Tue, 01 Sep 2009 21:12:33 +0000 reimar Add a dealloc function to corevideo to reduce the memleaks from
Tue, 01 Sep 2009 20:09:01 +0000 reimar Fix some of the major memleaks of vo_corevideo with -fixed-vo
Tue, 01 Sep 2009 12:12:45 +0000 reimar Make shm_fd a local variable and close it when we need it no longer, thus
Tue, 01 Sep 2009 10:48:47 +0000 reimar Reduce vo_corevideo memleaks by initializing static context etc. only once
Tue, 01 Sep 2009 09:36:04 +0000 reimar Use MPlayer's standard aspect handling functions in corevideo
Fri, 28 Aug 2009 13:29:07 +0000 reimar Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
Mon, 18 May 2009 21:19:11 +0000 adrian When used with shared_buffer, there's no need for a NSApp object, which causes MPlayer to be marked as unresponsive.
Mon, 18 May 2009 21:00:35 +0000 adrian When used with shared_buffer, autorelease in each flip_page so objects don't accumulate until exit.
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.
Mon, 04 May 2009 16:55:05 +0000 diego Rename macosx video output driver to corevideo. base libvo/vo_macosx.m@0b4b2ad6b762