Blender Git Commit Log
Git Commits -> Revision 624cd67
Revision 624cd67 by Damien Plisson (master) November 18, 2009, 09:49 (GMT) |
Quicktime for Cocoa : import part This makes quicktime import (.mov & quicktime handled image files such as .gif) available also for 64bit OSX Unfortunately, Apple currently incomplete implementation of QTKit has much lower performance than old Carbon Quicktime. FYI, it spawns a 32bit process "QTKitserver" to place calls to Quicktime 7. So this is mostly meant as a "backup" for 64bit OSX builds, until Apple releases full Quicktime X. Export part will come just after. CMake scripts updated: set WITH_QUICKTIME and USE_QTKIT to ON |
Commit Details:
Full Hash: 624cd67d5571c7e6597151d124416a17a2095d3a
SVN Revision: 24631
Parent Commit: 22e8616
Lines Changed: +1239, -32
2 Added Paths:
/source/blender/quicktime/apple/qtkit_export.m (+665, -0) (View)
/source/blender/quicktime/apple/qtkit_import.m (+526, -0) (View)
/source/blender/quicktime/apple/qtkit_import.m (+526, -0) (View)