[vlc-devel] commit: New "vout display" for macosx. (Pierre d'Herbemont )
git version control
git at videolan.org
Thu Dec 24 17:39:08 CET 2009
vlc | branch: master | Pierre d'Herbemont <pdherbemont at free.fr> | Thu Dec 24 10:01:11 2009 +0100| [ecc72fd1c43a75ae8df40514137f83cbaaf2fa66] | committer: Pierre d'Herbemont
New "vout display" for macosx.
It is non blocking regarding Main Thread.
It is compatible with minimal_macosx in term of drawable-nsobject.
It will only work if a drawable-nsobject is provided.
It removes the glitches there was with minimal_macosx (and gui/macosx) when:
- Displaying the first frames
- Resizing the view.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ecc72fd1c43a75ae8df40514137f83cbaaf2fa66
---
configure.ac | 14 +-
modules/video_output/Modules.am | 1 +
modules/video_output/macosx.m | 475 +++++++++++++++++++++++++++++++++++++++
modules/video_output/wrapper.c | 4 +
4 files changed, 485 insertions(+), 9 deletions(-)
Diff: http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=ecc72fd1c43a75ae8df40514137f83cbaaf2fa66
More information about the vlc-devel
mailing list