log libvo/vo_quartz.c @ 33594:eaf69021b2ea

age author description
Sat, 07 May 2011 10:59:11 +0000 iive Remove the variable arguments from the libvo control() functions.
Wed, 27 Oct 2010 17:47:13 +0000 cigaes Move libvo/sub.[ch] from libvo to sub.
Sun, 25 Jul 2010 12:28:23 +0000 reimar Remove unused kQuitCmd from vo_quartz.
Fri, 26 Mar 2010 15:02:14 +0000 diego Refactor OS X foreground process setting into a separate function.
Wed, 02 Sep 2009 14:18:01 +0000 reimar Consistently use sizeof(variable) instead of sizeof(type) where easily possible.
Wed, 02 Sep 2009 14:11:30 +0000 reimar Cosmetics: get rid of many pointless ()
Wed, 02 Sep 2009 14:02:15 +0000 reimar Reduce code duplication for half/normal/double video size handling.
Wed, 02 Sep 2009 11:38:18 +0000 reimar Remove unused variable.
Wed, 02 Sep 2009 09:51:38 +0000 reimar vo_quartz: change deallocation/uninit to more reliably free allocated data.
Fri, 28 Aug 2009 14:39:42 +0000 reimar Port feature from corevideo: remember half/double size settings and reapply
Fri, 28 Aug 2009 13:25:30 +0000 reimar Move aspect change handling from vo_quartz to osx_common.
Fri, 28 Aug 2009 12:54:33 +0000 reimar Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.
Fri, 28 Aug 2009 08:36:51 +0000 reimar Use the standard MPlayer aspect handling instead of reimplementing our own in vo_quartz.
Thu, 27 Aug 2009 23:13:37 +0000 reimar Use lookup_keymap_table function with data structure instead of huge switch-case
Wed, 13 May 2009 02:58:57 +0000 diego whitespace cosmetics: Remove all trailing whitespace.