Apache OpenOffice (AOO) Bugzilla – Issue 124875
Support Mac Multimedia based on the AV-Foundation API
Last modified: 2017-05-20 10:35:34 UTC
Bug 124800 highlighted the fact that on Mac the Quicktime framework had been disabled for 32bit clients since OSX10.6 and the related QTKit API has been deprecated since OSX10.9. The AV-Foundation framework is their successor and needs to be supported before the deprecated APIs of the other frameworks get dropped altogether.
"hdu" committed SVN revision 1593965 into trunk: #i124875# support Mac AV-Foundation API for multimedia content
"hdu" committed SVN revision 1594013 into trunk: #i124875# avoid avmedia build problems with multiple active backends
"hdu" committed SVN revision 1594017 into trunk: #i124875# avoid wasteful loading of an AVAsset in MacAVF::Framegrabber
Implemented with the commits above.
"hdu" committed SVN revision 1594208 into trunk: #i124875# pre-register the Mac AVFoundation component
"hdu" committed SVN revision 1594838 into trunk: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yet