Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-22 | Spelling, spelling ... | Pedro Giffuni | |
Why worry about some sprinkled German when we haven't yet learned English. Notes: prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71 | |||
2014-05-15 | #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yet | Herbert Dürr | |
in AV Foundation the most accurate media asset duration is available when the AVPlayerItem's status changes to AVPlayerItemStatusReadyToPlay. There already is an observer for this, but the upper layers expect getDuration() to be synchronous and to return within a reasonable time. Since returning an approximation is sufficient using the AVAsset's duration as fallback is fine. Notes: merged as: 75c804c1be8acf4c3fc9935b81e696918f33fd9d | |||
2014-05-12 | #i124875# avoid wasteful loading of an AVAsset in MacAVF::Framegrabber | Herbert Dürr | |
FrameGrabber used to load its own copy of a movie. Since multimedia content is often very data-intensive this should and can be avoided by using the movie asset already available in the Player. Notes: merged as: 754380524d6b9f3b5f49629ac8b3ad392cc5173c | |||
2014-05-12 | #i124875# avoid avmedia build problems with multiple active backends | Herbert Dürr | |
in the dmake build environment active header and source files with the same name result in problems when in the same project. The Quicktime and MacAVF files have been renamed so that both can be active concurrently. Notes: reject: this duplication is to allow dmake to build things that have the same filename | |||
2014-05-12 | #i124875# support Mac AV-Foundation API for multimedia content | Herbert Dürr | |
Notes: merged as: f3b314413336eb60e66886f48b56149bb586d830 | |||
2014-05-06 | #i124800# switch avmedia's QuickTime component to QTKit for now | Herbert Dürr | |
because the QuickTime API is not available to 64bit clients. The switch to QTKit is temporary only because it has already been deprecated in OSX 10.9. We'll have to switch to OSX's AVFoundation framework instead soon. Suggested by: Ariel Constenla-Haile <arielch@apache.org> Notes: merged as: bdb3f642973b7c7b9ce8bdae1344e4ab520f942a | |||
2014-04-29 | Many spelling fixes: directories a* - g*. | Pedro Giffuni | |
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 0a1d822372927e3252f40b7a16590716ccc2eedd | |||
2014-02-04 | #i123862# use O*String's isEmpty() method to check for emptiness in modules ↵ | Herbert Dürr | |
starting with 'a' Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org Notes: merged as: 59238ef422468756c4fb67d4a00bb8c5ad31ffbc | |||
2014-01-22 | #i114728# the quicktime framework was deprecated longer | Herbert Dürr | |
Notes: ignore: obsolete | |||
2014-01-19 | #i56998 add space before percent in zoom strings | Tsutomu Uchino | |
Notes: reject: despite ISO 31-0, English formatting rules dont approve a space between % and the number | |||
2014-01-10 | #i114728# fix quicktime integration for OSX<10.7 build targets | Herbert Dürr | |
Notes: ignore: obsolete | |||
2014-01-08 | #i114728# the quicktime framework is is no longer available in OSX SDKs>=10.7 | Herbert Dürr | |
Notes: prefer: 05f1bf896661cf0127ca9bd9ea282d46b724db75 | |||
2013-05-06 | replace deprecated method NSString::cString() | Herbert Dürr | |
Notes: prefer: 021a3772323092a03b5f24000b35ed6a6daf481b | |||
2013-01-10 | #121504# Support for alpha channel in clipboard for all systems | Armin Le Grand | |
Notes: merged as: e0cce521f1ad0cc384d30ce2f1077ea229fffe62 | |||
2012-06-10 | Only <glib.h> can be included directly, so be it | Ariel Constenla-Haile | |
Notes: ignore: obsolete | |||
2012-05-23 | i119256 - Add missing media file extensions | Ariel Constenla-Haile | |
Notes: prefer: 5fb8aa777445d4bf150172459fe8f2581a35d854 | |||
2012-03-24 | Update headers to Alv2 headers | Andrew Rist | |
2012-03-23 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-14 | Remove unexpected char in makefike.mk | Ariel Constenla-Haile | |
2012-01-13 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2012-01-12 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-30 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-06 | Update headers to Alv2 headers | Andrew Rist | |
2011-11-03 | 118570, apply patch, improve configure to detect latest DirectX correctly, ↵ | Jürgen Schmidt | |
adapt depending modules, thanks to Andre Fischer (af) | |||
2011-08-28 | avmedia: fix gstreamer build breakage: | Michael Stahl | |
pass parameter pURI to base class ctor (was caused by conflicting changes in solaris11 and impress210) | |||
2011-04-13 | CWS-TOOLING: integrate CWS impress210_OOO340 | Kurt Zenker | |
2011-04-04 | impress210: #i78386# looping sound for windows | Ocke Janssen [oj] | |
2011-03-28 | solaris11: #i117566#: gstreamer: checkdll does not work for libavmedia_gst.so | Michael Stahl | |
2011-03-28 | solaris11: #i117566#: gstreamer: Sun C++ complains about bogus atomic int abuse | Michael Stahl | |
2011-03-28 | solaris11: #i117566#: gstreamer: Sun C++ complains: C callbacks not extern "C" | Michael Stahl | |
2011-02-16 | impress210: merge DEV300 m100 | Ocke.Janssen | |
2011-02-08 | impress210: some unix fixes | Ocke Janssen [oj] | |
2011-02-08 | impress210: #i115617# set zoom to fit_to_window | Ocke.Janssen | |
2011-02-08 | impress210: #i115617# set zoom to fit_to_window | Ocke.Janssen | |
2011-01-13 | removetooltypes01: #i112600# remove tooltypes from avmedia | Mikhail Voytenko | |
2010-09-10 | sb129: #i113189# change UNO components to use passive registration | sb | |
2010-08-03 | cmcfixes77: #i113615# WaE fix NULL/0 | Caolán McNamara | |
2010-07-07 | avmedia102: try use gconfvideosink at preferred video sink | ka | |
2010-06-23 | avmedia102: #161254# increase timeout so it works reliably | Philipp Lohmann [pl] | |
2010-06-22 | cws avmedia102: rebase m83 | Christian Lippka | |
2010-06-17 | #161254# adding timeout for get state to prevent freeze | Christian Lippka | |
2010-06-10 | avmedia101: code cleanup | ka | |
2010-06-10 | avmedia101: don't use obsolete third parameter anymore | ka | |
2010-06-10 | avmedia101: added fallback to JMF backend for UNIX systems | ka | |
2010-06-10 | avmedia101: syntax and changed file headers | ka | |