summaryrefslogtreecommitdiffstats
path: root/libvo/vo_corevideo.m
Commit message (Expand)AuthorAgeFilesLines
* input: move all key code lists to input/keycodes.hUoti Urpala2011-05-021-3/+1
* vo_corevideo: add key_modifier_alt only when pressing left option keyStefano Pigozzi2011-03-181-1/+4
* vo_corevideo: fix menubar showing 2 apples on snow leopardStefano Pigozzi2011-03-111-1/+4
* vo_corevideo: support modifier keys in keyboard inputStefano Pigozzi2011-03-031-2/+11
* sub/OSD: move some related files to sub/Uoti Urpala2011-01-261-1/+1
* cleanup: remove NULL checks before free() all over the codecboesch2010-11-141-1/+1
* vo_corevideo: Move variable into the only function it's used inreimar2010-11-021-0/+1
* vo_corevideo: move mouse hiding to check_eventsreimar2010-11-021-23/+21
* vo_corevideo: Make the Quit menu entry workreimar2010-11-021-0/+14
* vo_corevideo: simplify check_eventsreimar2010-11-021-1/+1
* vo_corevideo: change window-closing handlingreimar2010-11-021-2/+5
* vo_corevideo, vo_quartz: remove useless kQuitCmdreimar2010-11-021-5/+0
* vo_corevideo: indentation fixesreimar2010-11-021-23/+23
* vo_corevideo: Avoid some code duplication.reimar2010-11-021-4/+2
* vo_corevideo: Simplify update_screen_inforeimar2010-11-021-7/+6
* vo_corevideo: avoid dangerous castsreimar2010-11-021-3/+2
* vo_corevideo.m: remote useless parentheses and castsreimar2010-11-021-11/+11
* vo_corevideo: Send KEY_CLOSE_WIN instead of KEY_ESC for quitreimar2010-11-021-2/+2
* Merge svn changes up to r31097Uoti Urpala2010-04-261-6/+2
|\
| * Avoid duplicating mouse-movement command-generation code.reimar2010-04-251-5/+2
| * Deduplicate enable_mouse_movements declaration.reimar2010-04-251-1/+0
* | Merge svn changes up to r31020Uoti Urpala2010-04-261-17/+28
|\|
| * Fix RGB support for corevideo: corevideo can only supportreimar2010-04-051-8/+22
| * Enable OSD also for BGR32, the code is the same as for RGB32.reimar2010-04-051-0/+1
| * Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingreimar2010-04-051-10/+6
* | Merge svn changes up to r30967Uoti Urpala2010-04-261-17/+1
|\|
| * Refactor OS X foreground process setting into a separate function.diego2010-03-261-17/+1
* | Merge svn changes up to r30055Uoti Urpala2009-12-181-8/+15
|\|
| * Add support for -geometry to corevideo.adrian2009-12-151-8/+12
| * Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...adrian2009-12-151-0/+3
* | Merge svn changes up to r29752Uoti Urpala2009-10-061-4/+5
|\|
| * Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...adrian2009-09-201-4/+5
* | Merge svn changes up to r29684Uoti Urpala2009-09-161-40/+22
|\|
| * Factor out duplicated code to set play video scaled by a certain factor.reimar2009-09-041-39/+21
| * Subopt parser subopts should now be const.reimar2009-09-041-1/+1
* | Merge svn changes up to r29644Uoti Urpala2009-09-041-189/+98
|\|
| * Make glContext a local variable, it is not needed outside the functionreimar2009-09-011-2/+2
| * Add a dealloc function to corevideo to reduce the memleaks fromreimar2009-09-011-0/+11
| * Fix some of the major memleaks of vo_corevideo with -fixed-voreimar2009-09-011-24/+27
| * Make shm_fd a local variable and close it when we need it no longer, thusreimar2009-09-011-1/+3
| * Reduce vo_corevideo memleaks by initializing static context etc. only oncereimar2009-09-011-14/+26
| * Use MPlayer's standard aspect handling functions in corevideoreimar2009-09-011-99/+28
| * Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerreimar2009-08-281-52/+3
* | Merge svn changes up to r29412Uoti Urpala2009-07-071-6/+10
|\|
| * When used with shared_buffer, there's no need for a NSApp object, which cause...adrian2009-05-181-4/+6
| * When used with shared_buffer, autorelease in each flip_page so objects don't ...adrian2009-05-181-2/+4
| * whitespace cosmetics: Remove all trailing whitespace.diego2009-05-131-103/+103
* | Remove trailing whitespace from most filesUoti Urpala2009-07-071-103/+103
* | Merge svn changes up to r29277Uoti Urpala2009-05-081-4/+3
|/
* Rename macosx video output driver to corevideo.diego2009-05-041-0/+1156