index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
libvo
/
vo_corevideo.m
Commit message (
Expand
)
Author
Age
*
Add support for -geometry to corevideo.
adrian
2009-12-15
*
Add -xineramascreen support to corevideo vo. Still prefer corevideo's own dev...
adrian
2009-12-15
*
Fix vo_corevideo with shared buffer after r29606: Only do GUI dependent displ...
adrian
2009-09-20
*
Factor out duplicated code to set play video scaled by a certain factor.
reimar
2009-09-04
*
Subopt parser subopts should now be const.
reimar
2009-09-04
*
Make glContext a local variable, it is not needed outside the function
reimar
2009-09-01
*
Add a dealloc function to corevideo to reduce the memleaks from
reimar
2009-09-01
*
Fix some of the major memleaks of vo_corevideo with -fixed-vo
reimar
2009-09-01
*
Make shm_fd a local variable and close it when we need it no longer, thus
reimar
2009-09-01
*
Reduce vo_corevideo memleaks by initializing static context etc. only once
reimar
2009-09-01
*
Use MPlayer's standard aspect handling functions in corevideo
reimar
2009-09-01
*
Reuse the osx_common convert_key function to convert OSX keycodes to MPlayer
reimar
2009-08-28
*
When used with shared_buffer, there's no need for a NSApp object, which cause...
adrian
2009-05-18
*
When used with shared_buffer, autorelease in each flip_page so objects don't ...
adrian
2009-05-18
*
whitespace cosmetics: Remove all trailing whitespace.
diego
2009-05-13
*
Rename macosx video output driver to corevideo.
diego
2009-05-04