[vlc-devel] vlc-soc.git: Mac OS X Framework: Define the stretchVideo property. (pdherbemont_branch)

Pierre d'Herbemont pdherbemont at free.fr
Sun Apr 22 01:26:39 CEST 2007


commit 7266dcf31ffe520cde2c0b83668ad54c377f2b29
Pierre d'Herbemont, Sun, 22 Apr 2007 01:21:30 +0200

Mac OS X Framework: Define the stretchVideo property.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=7266dcf31ffe520cde2c0b83668ad54c377f2b29 


commit 8d5c8e87c96f53f4276ce4ddfefdf1c63a351e8c
Pierre d'Herbemont, Sun, 22 Apr 2007 01:12:21 +0200

Mac OS X Framework: Don't forget new interface files.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=8d5c8e87c96f53f4276ce4ddfefdf1c63a351e8c 


commit b17448a7180be08087c07ffdb47d40382e16a75e
Pierre d'Herbemont, Sun, 22 Apr 2007 00:44:27 +0200

Mac OS X Framework: Handle exception properly.

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=b17448a7180be08087c07ffdb47d40382e16a75e 


commit 92fa38326f4740cfc642d1f017bb904ea934c9e6
Pierre d'Herbemont, Sun, 22 Apr 2007 01:23:24 +0200

Mac OS X Framework: Correctly pass vlc arguments. (Reported by Olivier Aubert).

> http://git.videolan.org/cgi-bin/gitweb.cgi?p=vlc-soc.git;a=commitdiff;h=92fa38326f4740cfc642d1f017bb904ea934c9e6 


 extras/MacOSX/Framework/Headers/VLC/VLCVideoView.h |    6 +
 extras/MacOSX/Framework/Sources/VLCVideoView.m     |   13 +
 modules/gui/macosx/VLCOpenGLVoutView.h             |   67 ++
 modules/gui/macosx/VLCOpenGLVoutView.m             |  288 ++++++++
 modules/gui/{beos/BeOS.cpp => macosx/macosx.c}     |   42 +-
 .../{access/rtsp/real.h => gui/macosx/voutagl.h}   |   46 +-
 modules/gui/macosx/voutagl.m                       |  684 ++++++++++++++++++++
 modules/gui/macosx/voutgl.h                        |   51 ++
 8 files changed, 1150 insertions(+), 47 deletions(-)
 create mode 100644 modules/gui/macosx/VLCOpenGLVoutView.h
 create mode 100644 modules/gui/macosx/VLCOpenGLVoutView.m
 copy modules/gui/{beos/BeOS.cpp => macosx/macosx.c} (71%)
 copy modules/{access/rtsp/real.h => gui/macosx/voutagl.h} (54%)
 create mode 100644 modules/gui/macosx/voutagl.m
 create mode 100644 modules/gui/macosx/voutgl.h
-- 
This is an automated email from vlc-soc.git/hooks/post-receive (VLC Developement tree mirror used by SoC students to publish their work.).

-- 
This is the vlc-devel mailing-list, see http://www.videolan.org/vlc/
To unsubscribe, please read http://developers.videolan.org/lists.html



More information about the vlc-devel mailing list