summaryrefslogtreecommitdiffstats
path: root/libvo/vo_corevideo.m
Commit message (Expand)AuthorAgeFilesLines
* 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