log libvo/vo_corevideo.m @ 37195:ac6c37d85d65 default tip

age author description
Sun, 23 Feb 2014 13:06:57 +0000 reimar corevideo: include OpenGL/gl.h, this is required from 10.9
Wed, 22 Jan 2014 18:35:17 +0000 reimar vo_corevideo: remove draw_frame and draw_slice.
Wed, 22 Jan 2014 08:11:24 +0000 reimar vo_corevideo: Fix VFCAP flags, adding ACCEPT_STRIDE and NOSLICES.
Wed, 22 Jan 2014 08:07:31 +0000 reimar vo_corevideo: Fix return value.
Tue, 16 Jul 2013 01:33:46 +0000 upsuper Fix missing selector name warnings
Sun, 09 Jun 2013 22:35:47 +0000 reimar Remove some unused code that has no effect.
Fri, 12 Oct 2012 21:21:07 +0000 al vo corevideo: VOCTRL_UPDATE_SCREENINFO: Fix shared_buffer case
Thu, 11 Oct 2012 16:39:30 +0000 al vo corevideo: Use stringWithUTF8String
Fri, 28 Sep 2012 17:51:27 +0000 reimar corevideo: simplify draw_alpha function.
Fri, 28 Sep 2012 16:49:37 +0000 reimar Use aspect_scaling() function also for vo_corevideo.
Thu, 13 Sep 2012 20:28:30 +0000 reimar gl OSX backend: Detect and pass on resize events
Thu, 13 Sep 2012 20:12:23 +0000 reimar Minor code simplification.
Thu, 13 Sep 2012 19:20:47 +0000 reimar Split out an objective-C common OS X layer, to be reused by -vo gl.
Thu, 13 Sep 2012 19:15:37 +0000 reimar Move some code around in preparation for following patch.
Thu, 13 Sep 2012 19:11:55 +0000 reimar Use "self".
Thu, 13 Sep 2012 18:44:36 +0000 reimar Fix handling of -ontop and -rootwin.
Thu, 13 Sep 2012 18:42:00 +0000 reimar Remove local variables that (except for very brief moments before
Thu, 13 Sep 2012 18:32:32 +0000 reimar Set up things like fullscreen status etc. before showing the window.
Thu, 13 Sep 2012 18:30:12 +0000 reimar Move some code around to make splitting into vo-specific and generic code easier.
Thu, 13 Sep 2012 18:07:14 +0000 reimar corevideo: Simplify mouse handling.
Wed, 12 Sep 2012 20:26:09 +0000 reimar Fix menu on newer OSX versions (at least 10.6) without breaking 10.5.
Tue, 11 Sep 2012 21:31:21 +0000 reimar Deprecate corevideo device_id in favour of -xineramascreen.
Tue, 11 Sep 2012 21:23:00 +0000 reimar Merge declaration and initialization.
Tue, 11 Sep 2012 20:29:15 +0000 reimar Avoid some more global variables.
Tue, 11 Sep 2012 20:11:34 +0000 reimar Use xinerama_x/xinerama_y.
Tue, 11 Sep 2012 20:03:52 +0000 reimar Change geometry for corevideo vo to not take dock into account.
Tue, 11 Sep 2012 19:39:10 +0000 reimar Remove pointless one-line function.
Tue, 11 Sep 2012 19:22:18 +0000 reimar Consistently use "self" instead of a global variable.
Tue, 11 Sep 2012 19:15:10 +0000 reimar Add missing "static" to global variables.
Thu, 06 Sep 2012 17:52:11 +0000 reimar Support -dr for -vo corevideo.
Wed, 22 Aug 2012 18:29:37 +0000 reimar corevideo: Support also support UYVY.
Wed, 23 May 2012 20:03:07 +0000 reimar Add a separate stride variable to make it easier to optimize later (e.g. align stride).
Wed, 23 May 2012 19:28:03 +0000 reimar corevideo: Reduce code duplication in OSD rendering code.
Wed, 23 May 2012 19:17:30 +0000 reimar Remove unnecessary if, free can be called unconditionally.
Thu, 17 May 2012 22:10:19 +0000 reimar Remove pointless global variables.
Sat, 03 Dec 2011 22:36:50 +0000 reimar Support -title for -vo corevideo.
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.