aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_quartz.c
Commit message (Expand)AuthorAge
* vo_quartz: remove this video outputGravatar Stefano Pigozzi2012-03-25
* input: move all key code lists to input/keycodes.hGravatar Uoti Urpala2011-05-02
* sub/OSD: move some related files to sub/Gravatar Uoti Urpala2011-01-26
* vo_corevideo, vo_quartz: remove useless kQuitCmdGravatar reimar2010-11-02
* Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\
| * Refactor OS X foreground process setting into a separate function.Gravatar diego2010-03-26
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Consistently use sizeof(variable) instead of sizeof(type) where easily possible.Gravatar reimar2009-09-02
| * Cosmetics: get rid of many pointless ()Gravatar reimar2009-09-02
| * Reduce code duplication for half/normal/double video size handling.Gravatar reimar2009-09-02
| * Remove unused variable.Gravatar reimar2009-09-02
| * vo_quartz: change deallocation/uninit to more reliably free allocated data.Gravatar reimar2009-09-02
| * Port feature from corevideo: remember half/double size settings and reapplyGravatar reimar2009-08-28
| * Move aspect change handling from vo_quartz to osx_common.Gravatar reimar2009-08-28
| * Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.Gravatar reimar2009-08-28
| * Use the standard MPlayer aspect handling instead of reimplementing our own in...Gravatar reimar2009-08-28
| * Use lookup_keymap_table function with data structure instead of huge switch-caseGravatar reimar2009-08-27
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|\|
| * Add missing 'void' to parameterless function declarations.Gravatar diego2009-05-04
* | Merge svn changes up to r28537Gravatar Uoti Urpala2009-02-12
|\|
| * Add standard license headers, unify header formatting.Gravatar diego2009-02-08
* | Merge svn changes up to r28162Gravatar Uoti Urpala2008-12-19
|\|
| * Do not use full relative #include path for headers in the same directory.Gravatar diego2008-12-17
* | Merge svn changes up to r28149Gravatar Uoti Urpala2008-12-14
|\|
| * #include appropriate headers instead of locally declaring function prototypes.Gravatar diego2008-12-08
| * Get rid of pointless 'extern' keywords.Gravatar diego2008-12-03
* | Merge svn changes up to r28038Gravatar Uoti Urpala2008-11-25
|\|
| * cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)Gravatar gpoirier2008-11-24
| * avoid putting several statements on a single lineGravatar gpoirier2008-11-24
| * Use doxygen-style comments in file header. Remove tabs usage.Gravatar gpoirier2008-11-24
| * whitespace-cleanupGravatar gpoirier2008-11-24
| * Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...Gravatar gpoirier2008-11-24
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
| * Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.Gravatar diego2008-08-07
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * cosmetics: Remove useless parentheses from from return statements.Gravatar diego2008-05-16
* | libvo: Move aspect.c static variables to vo structGravatar Uoti Urpala2008-05-01
* | Move movie_aspect to options structGravatar Uoti Urpala2008-04-25
* | Add context variable to vo_draw_text callbackGravatar Uoti Urpala2008-04-23
* | Remove variable arguments from vo control() functionsGravatar Uoti Urpala2008-04-23
|/
* Fix mouse button mapping:Gravatar ulion2007-12-18
* Mark the vo_functions_t definitions as const where possible.Gravatar reimar2007-12-02
* Make vo info structs constGravatar reimar2007-12-02
* Handle mouse up event to get double click support from mp_fifo.Gravatar ulion2007-11-07
* Fix mouse right button and middle button incorrect identifications.Gravatar ulion2007-11-06
* Fix KPENTER keycode value.Gravatar ulion2007-11-06