This is an automated email from the ASF dual-hosted git repository. arielch pushed a change to branch AOO418 in repository https://gitbox.apache.org/repos/asf/openoffice.git.
from fe14547 Replaced Orb in options dialog with flat one new 95ea275 #i124875# support Mac AV-Foundation API for multimedia content new 4ba1660 #i124875# avoid avmedia build problems with multiple active backends new 6a7d45e #i124875# avoid wasteful loading of an AVAsset in MacAVF::Framegrabber new 9c30ce9 #i124875# pre-register the Mac AVFoundation component new deea6bb #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yet new fcb37b4 i127138 Remove the avmedia Quicktime plugin new e2b2186 Avoid ordered comparison between pointer and zero new 300bfcc Ensure correct casting The 8 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: main/avmedia/prj/build.lst | 4 +- main/avmedia/prj/d.lst | 3 +- main/avmedia/source/inc/mediamisc.hxx | 2 +- .../avmediaMacAVF.component} | 4 +- .../macavf_common.hxx} | 47 ++- .../macavf_framegrabber.cxx} | 110 ++--- .../macavf_framegrabber.hxx} | 27 +- .../macavf_macavfcommon.hxx} | 47 ++- .../macavf_macavfuno.cxx} | 13 +- .../manager.cxx => macavf/macavf_manager.cxx} | 23 +- .../manager.hxx => macavf/macavf_manager.hxx} | 17 +- main/avmedia/source/macavf/macavf_player.cxx | 463 +++++++++++++++++++++ .../player.hxx => macavf/macavf_player.hxx} | 82 ++-- .../quicktimeuno.cxx => macavf/macavf_uno.cxx} | 13 +- .../window.cxx => macavf/macavf_window.cxx} | 158 ++++--- .../window.hxx => macavf/macavf_window.hxx} | 39 +- .../source/{quicktime => macavf}/makefile.mk | 33 +- main/avmedia/source/quicktime/player.cxx | 460 -------------------- main/desktop/source/app/officeipcthread.cxx | 2 +- main/desktop/source/deployment/misc/dp_misc.cxx | 2 +- main/postprocess/packcomponents/makefile.mk | 2 +- main/scp2/source/ooo/file_library_ooo.scp | 5 +- main/sd/source/ui/view/viewshe3.cxx | 2 +- main/vcl/Library_vcl.mk | 3 - main/vcl/aqua/source/dtrans/OSXTransferable.cxx | 6 +- main/vcl/aqua/source/dtrans/PictToBmpFlt.cxx | 1 - main/vcl/util/makefile.mk | 5 - 27 files changed, 795 insertions(+), 778 deletions(-) rename main/avmedia/source/{quicktime/avmediaQuickTime.component => macavf/avmediaMacAVF.component} (89%) copy main/avmedia/source/{quicktime/quicktimecommon.hxx => macavf/macavf_common.hxx} (56%) rename main/avmedia/source/{quicktime/framegrabber.cxx => macavf/macavf_framegrabber.cxx} (54%) rename main/avmedia/source/{quicktime/framegrabber.hxx => macavf/macavf_framegrabber.hxx} (75%) rename main/avmedia/source/{quicktime/quicktimecommon.hxx => macavf/macavf_macavfcommon.hxx} (56%) copy main/avmedia/source/{quicktime/quicktimeuno.cxx => macavf/macavf_macavfuno.cxx} (85%) rename main/avmedia/source/{quicktime/manager.cxx => macavf/macavf_manager.cxx} (88%) rename main/avmedia/source/{quicktime/manager.hxx => macavf/macavf_manager.hxx} (90%) create mode 100644 main/avmedia/source/macavf/macavf_player.cxx rename main/avmedia/source/{quicktime/player.hxx => macavf/macavf_player.hxx} (56%) rename main/avmedia/source/{quicktime/quicktimeuno.cxx => macavf/macavf_uno.cxx} (85%) rename main/avmedia/source/{quicktime/window.cxx => macavf/macavf_window.cxx} (75%) rename main/avmedia/source/{quicktime/window.hxx => macavf/macavf_window.hxx} (88%) rename main/avmedia/source/{quicktime => macavf}/makefile.mk (72%) delete mode 100644 main/avmedia/source/quicktime/player.cxx