summaryrefslogtreecommitdiffstats
path: root/libvo/vo_corevideo.m
Commit message (Expand)AuthorAgeFilesLines
* Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...adrian2009-09-201-4/+5
* 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
* 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
* 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
* Rename macosx video output driver to corevideo.diego2009-05-041-0/+1156