aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_corevideo.m
Commit message (Expand)AuthorAge
* vo_corevideo: Move variable into the only function it's used inGravatar reimar2010-11-02
* vo_corevideo: move mouse hiding to check_eventsGravatar reimar2010-11-02
* vo_corevideo: Make the Quit menu entry workGravatar reimar2010-11-02
* vo_corevideo: simplify check_eventsGravatar reimar2010-11-02
* vo_corevideo: change window-closing handlingGravatar reimar2010-11-02
* vo_corevideo, vo_quartz: remove useless kQuitCmdGravatar reimar2010-11-02
* vo_corevideo: indentation fixesGravatar reimar2010-11-02
* vo_corevideo: Avoid some code duplication.Gravatar reimar2010-11-02
* vo_corevideo: Simplify update_screen_infoGravatar reimar2010-11-02
* vo_corevideo: avoid dangerous castsGravatar reimar2010-11-02
* vo_corevideo.m: remote useless parentheses and castsGravatar reimar2010-11-02
* vo_corevideo: Send KEY_CLOSE_WIN instead of KEY_ESC for quitGravatar reimar2010-11-02
* Merge svn changes up to r31097Gravatar Uoti Urpala2010-04-26
|\
* \ Merge svn changes up to r31020Gravatar Uoti Urpala2010-04-26
|\ \
* \ \ Merge svn changes up to r30967Gravatar Uoti Urpala2010-04-26
|\ \ \
| | | * Avoid duplicating mouse-movement command-generation code.Gravatar reimar2010-04-25
| | | * Deduplicate enable_mouse_movements declaration.Gravatar reimar2010-04-25
| | |/
| | * Fix RGB support for corevideo: corevideo can only supportGravatar reimar2010-04-05
| | * Enable OSD also for BGR32, the code is the same as for RGB32.Gravatar reimar2010-04-05
| | * Implement VOCTRL_DRAW_IMAGE instead of the deprecated draw_frame, avoidingGravatar reimar2010-04-05
| |/
| * Refactor OS X foreground process setting into a separate function.Gravatar diego2010-03-26
* | Merge svn changes up to r30055Gravatar Uoti Urpala2009-12-18
|\|
| * Add support for -geometry to corevideo.Gravatar adrian2009-12-15
| * Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...Gravatar adrian2009-12-15
* | Merge svn changes up to r29752Gravatar Uoti Urpala2009-10-06
|\|
| * Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...Gravatar adrian2009-09-20
* | Merge svn changes up to r29684Gravatar Uoti Urpala2009-09-16
|\|
| * Factor out duplicated code to set play video scaled by a certain factor.Gravatar reimar2009-09-04
| * Subopt parser subopts should now be const.Gravatar reimar2009-09-04
* | Merge svn changes up to r29644Gravatar Uoti Urpala2009-09-04
|\|
| * Make glContext a local variable, it is not needed outside the functionGravatar reimar2009-09-01
| * Add a dealloc function to corevideo to reduce the memleaks fromGravatar reimar2009-09-01
| * Fix some of the major memleaks of vo_corevideo with -fixed-voGravatar reimar2009-09-01
| * Make shm_fd a local variable and close it when we need it no longer, thusGravatar reimar2009-09-01
| * Reduce vo_corevideo memleaks by initializing static context etc. only onceGravatar reimar2009-09-01
| * Use MPlayer's standard aspect handling functions in corevideoGravatar reimar2009-09-01
| * Reuse the osx_common convert_key function to convert OSX keycodes to MPlayerGravatar reimar2009-08-28
* | Merge svn changes up to r29412Gravatar Uoti Urpala2009-07-07
|\|
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
| * When used with shared_buffer, there's no need for a NSApp object, which cause...Gravatar adrian2009-05-18
| * When used with shared_buffer, autorelease in each flip_page so objects don't ...Gravatar adrian2009-05-18
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r29277Gravatar Uoti Urpala2009-05-08
|/
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04