summaryrefslogtreecommitdiffstats
path: root/libvo/vo_quartz.c
Commit message (Expand)AuthorAgeFilesLines
* vo_quartz: remove this video outputStefano Pigozzi2012-03-251-1371/+0
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-3/+1
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* vo_corevideo, vo_quartz: remove useless kQuitCmdreimar2010-11-021-1/+0
* Merge svn changes up to r30967Uoti Urpala2010-04-261-21/+1
|\
| * Refactor OS X foreground process setting into a separate function.diego2010-03-261-21/+1
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-211/+97
|\|
| * Consistently use sizeof(variable) instead of sizeof(type) where easily possible.reimar2009-09-021-7/+7
| * Cosmetics: get rid of many pointless ()reimar2009-09-021-17/+17
| * Reduce code duplication for half/normal/double video size handling.reimar2009-09-021-31/+19
| * Remove unused variable.reimar2009-09-021-1/+0
| * vo_quartz: change deallocation/uninit to more reliably free allocated data.reimar2009-09-021-29/+20
| * Port feature from corevideo: remember half/double size settings and reapplyreimar2009-08-281-0/+6
| * Move aspect change handling from vo_quartz to osx_common.reimar2009-08-281-12/+4
| * Add osx_common.c and move the keycode conversion (OSX to MPlayer) there.reimar2009-08-281-38/+1
| * Use the standard MPlayer aspect handling instead of reimplementing our own in...reimar2009-08-281-80/+42
| * Use lookup_keymap_table function with data structure instead of huge switch-casereimar2009-08-271-50/+33
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-1/+1
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-1/+1
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-8/+8
|\|
| * Add missing 'void' to parameterless function declarations.diego2009-05-041-8/+8
* | Merge svn changes up to r28537Uoti Urpala2009-02-121-0/+18
|\|
| * Add standard license headers, unify header formatting.diego2009-02-081-0/+18
* | Merge svn changes up to r28162Uoti Urpala2008-12-191-1/+1
|\|
| * Do not use full relative #include path for headers in the same directory.diego2008-12-171-1/+1
* | Merge svn changes up to r28149Uoti Urpala2008-12-141-0/+1
|\|
| * #include appropriate headers instead of locally declaring function prototypes.diego2008-12-081-2/+1
| * Get rid of pointless 'extern' keywords.diego2008-12-031-1/+1
* | Merge svn changes up to r28038Uoti Urpala2008-11-251-1236/+1276
|\|
| * cosmetics (svn diff --diff-cmd diff -x '-duwbBE' gives no differences)gpoirier2008-11-241-1186/+1189
| * avoid putting several statements on a single linegpoirier2008-11-241-9/+21
| * Use doxygen-style comments in file header. Remove tabs usage.gpoirier2008-11-241-12/+10
| * whitespace-cleanupgpoirier2008-11-241-175/+175
| * Replace QuickDraw calls in vo_quartz.c to fix warnings when compiling with cu...gpoirier2008-11-241-69/+96
* | Merge svn changes up to r27441Uoti Urpala2008-08-081-1/+1
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one anddiego2008-08-071-1/+1
| * Ahem, the MACOSX_FINDER_SUPPORT directive was renamed to MACOSX_FINDER.diego2008-08-071-1/+1
| * Change a bunch of video/audio-output-specific preprocessor directives fromdiego2008-08-031-1/+1
* | Merge svn changes up to r26979Uoti Urpala2008-06-041-2/+2
|\|
| * cosmetics: Remove useless parentheses from from return statements.diego2008-05-161-2/+2
* | libvo: Move aspect.c static variables to vo structUoti Urpala2008-05-011-1/+0
* | Move movie_aspect to options structUoti Urpala2008-04-251-1/+0
* | Add context variable to vo_draw_text callbackUoti Urpala2008-04-231-2/+0
* | Remove variable arguments from vo control() functionsUoti Urpala2008-04-231-1/+1
|/
* Fix mouse button mapping:ulion2007-12-181-4/+4
* Mark the vo_functions_t definitions as const where possible.reimar2007-12-021-1/+1
* Make vo info structs constreimar2007-12-021-1/+1
* Handle mouse up event to get double click support from mp_fifo.ulion2007-11-071-6/+23
* Fix mouse right button and middle button incorrect identifications.ulion2007-11-061-3/+9
* Fix KPENTER keycode value.ulion2007-11-061-1/+1
* Fix the prevent system idle code. Original code also works, but not as expected.ulion2007-11-061-3/+2
* Warning fixes:ulion2007-11-061-26/+27
* bugfix intel mac vo_quartz, PlanarPixmapInfoYUV420 structure requires big-end...nplourde2007-06-291-18/+19
* Replace implicit use of fast_memcpy via macro by explicit use to allowreimar2007-06-051-1/+1
* Remove some unused variables, patch by timwoj ieee org.diego2007-05-281-1/+0
* Code cleanup: don't include a .c file in mplayer.c and fix a fewrathann2007-03-291-1/+1
* Fix a declarations vs statements warning.diego2006-12-011-2/+5
* Replace deprecated functionnplourde2006-04-081-18/+10
* let osx sleep if video is pausednplourde2006-02-071-15/+15
* libvo input cleanup: remove the dependency on libinput,albeu2005-11-021-2/+2
* remove extern for variables that are already in headers.reimar2005-08-211-5/+0
* Fix the return types of all (six) libvo API functions. Used to be uint32_t, butivo2005-08-051-6/+6
* resize video after keep aspect menu item togglenplourde2005-07-031-0/+1
* fix various window resizing bug with menu optionnplourde2005-07-031-1/+6
* more fullscreen behaviour fix for mouse cursornplourde2005-07-021-7/+12
* properly redraw fullscreen window with -fs and zoomnplourde2005-07-021-3/+6
* auto hide menubar and cursor in fullscreennplourde2005-07-011-2/+34
* draw resize boxnplourde2005-06-141-2/+36
* Fix Live Resize to match vo_macosx behaviornplourde2005-06-091-69/+101
* Toggle only between ontop and normal.nplourde2005-05-201-20/+1
* set device id to 0 if the device selected on startup do not existnplourde2005-02-141-0/+1
* do not bring process to front if HAVE_SDLnplourde2004-12-011-1/+1
* clear menubar before adding new menunplourde2004-12-011-0/+3
* add support for macosx finder argument support (let you bundle mplayer to be ...nplourde2004-11-101-0/+2
* remove window shadow in fullscreennplourde2004-11-021-1/+1
* set aqua default themenplourde2004-11-021-7/+7
* do not hide mouse and menubar in fulscreen if not using main devicenplourde2004-11-011-4/+10
* more panscan fixnplourde2004-11-011-19/+27
* window now save is old position when going in fullscreen or while using resiz...nplourde2004-10-301-9/+9
* resize preset now respect movie aspectnplourde2004-10-291-3/+3
* enable pan-scan + menu optionnplourde2004-10-291-1/+20
* get proper movie aspectnplourde2004-10-281-3/+3
* menu option to set desired movie aspect & keep aspect on window resizenplourde2004-10-281-6/+70
* autodetect proper monitor aspectnplourde2004-10-281-0/+3
* let you choose fullscreen resolution for slower systemnplourde2004-10-281-0/+41
* Handle "xxx.h" vs "../xxx.h" include paths in a consistent way.diego2004-10-281-3/+3
* fix windows resizing ui glitchnplourde2004-10-271-10/+9
* Enable live resizenplourde2004-10-221-23/+35
* fixed typonplourde2004-10-211-2/+2
* move variable declaration at beginning of blocknplourde2004-10-211-7/+12
* removed duplicate case and fixed aspect ratio for window zoom featurenplourde2004-10-201-77/+8
* Fixed event handling for menubar and window close button.nplourde2004-10-201-48/+111
* fix menu bar support and add new movie zoom option menu a la quicktimenplourde2004-10-191-11/+134
* add rgb32 csp supportnplourde2004-08-241-19/+95
* fix crash when using close buttonnplourde2004-08-241-0/+1
* add var vo_rootwin and -rootwin switch for mac osxnplourde2004-07-291-3/+2
* removed ref to extern WinIDnplourde2004-07-231-1/+0
* add support for -rootwin commandnplourde2004-07-231-0/+11
* listen for key repeats, patch by Dan Christiansennplourde2004-07-221-59/+66
* Fixed typonplourde2004-07-161-1/+1
* Add Window Level Key, Can switch mode with T keynplourde2004-07-151-10/+39
* make mplayer capable of being in the foreground by Dan Christiansennplourde2004-07-091-3/+22
* added more key to keyboard eventnplourde2004-06-231-24/+25
* removed buggy rgb32 supportnplourde2004-06-231-103/+31
* choose fullscreen device with suboption device_id=#nplourde2004-06-021-22/+52
* uyvy osd supportnplourde2004-05-311-1/+1
* re-use same window when playing multiple filesnplourde2004-05-181-102/+146
* Event Handling Makeovernplourde2004-05-121-167/+158
* More code cleanupnplourde2004-05-071-59/+55
* Switch rgb32 from QD to QTnplourde2004-05-071-289/+206
* Disable live resize for yuv - HW accel bugnplourde2004-05-051-6/+15
* Cosmetic change std ident stylenplourde2004-05-051-304/+339
* Removed unused debug code.nplourde2004-05-051-62/+0
* Add yuv csp supportnplourde2004-05-041-19/+513
* Add Fullscreen, Ontop and OSD supportnplourde2004-04-261-447/+461
* Quartz/MacOSX video output module by Nicolas Plourdealex2004-04-051-0/+529