aboutsummaryrefslogtreecommitdiffhomepage
path: root/libvo/vo_corevideo.m
Commit message (Expand)AuthorAge
* 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
* Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...Gravatar adrian2009-09-20
* 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
* 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
* 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
* Rename macosx video output driver to corevideo.Gravatar diego2009-05-04