summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Collapse)Author
2017-01-17Some gbuild fixes discovered during an audit compared to dmake.Damjan Jovanovic
Delete an unnecessary file in main/automation. Disable exception handling for 2 files in main/avmedia. Patch by: me Notes: ignore: obsolete
2016-12-18DirectShow moved from DirectX to the Windows APIDamjan Jovanovic
at least 10 years ago, so don't require DirectX to build the avmediawin library which uses DirectShow. Patch by: me Notes: merged as: 4550d0f96435051156d17b7c31b02b22d269fd08
2016-12-18The avmediawin library needs to link to user32 on Windows.Damjan Jovanovic
Patch by: me Notes: ignore: obsolete
2016-12-18Port main/avmedia to gbuild, for real this time.Damjan Jovanovic
The problem with the last attempt was that main/avmedia/source/java/avmedia.jar.component was getting delivered to the solver verbatim, without the processing neeeded to add the "uri" attribute to the "component" XML tag, which was causing AOO to crash on startup since UNO couldn't bootstrap. Since avmedia.jar isn't built but a pre-existing copy is just delivered, this was solved by adding an already processed copy of avmedia.jar.component to deliver instead. Patch by: me Notes: ignore: obsolete
2016-12-17Revert SVN r1774747:Pedro Giffuni
Requested by: damjan Notes: ignore: obsolete
2016-12-17Port main/avmedia to gbuild.Damjan Jovanovic
Patch by: me Notes: ignore: obsolete
2016-05-22Spelling, 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 yetHerbert 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::FramegrabberHerbert 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 backendsHerbert 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 contentHerbert Dürr
Notes: merged as: f3b314413336eb60e66886f48b56149bb586d830
2014-05-06#i124800# switch avmedia's QuickTime component to QTKit for nowHerbert 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-29Many 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 longerHerbert Dürr
Notes: ignore: obsolete
2014-01-19#i56998 add space before percent in zoom stringsTsutomu 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 targetsHerbert Dürr
Notes: ignore: obsolete
2014-01-08#i114728# the quicktime framework is is no longer available in OSX SDKs>=10.7Herbert Dürr
Notes: prefer: 05f1bf896661cf0127ca9bd9ea282d46b724db75
2013-05-06replace deprecated method NSString::cString()Herbert Dürr
Notes: prefer: 021a3772323092a03b5f24000b35ed6a6daf481b
2013-01-10#121504# Support for alpha channel in clipboard for all systemsArmin Le Grand
Notes: merged as: e0cce521f1ad0cc384d30ce2f1077ea229fffe62
2012-06-10Only <glib.h> can be included directly, so be itAriel Constenla-Haile
Notes: ignore: obsolete
2012-05-23i119256 - Add missing media file extensionsAriel Constenla-Haile
Notes: prefer: 5fb8aa777445d4bf150172459fe8f2581a35d854
2012-03-24Update headers to Alv2 headersAndrew Rist
2012-03-23Update headers to Alv2 headersAndrew Rist
2012-02-15remove svn:executable properties from resource data filesHerbert Dürr
2012-01-14Remove unexpected char in makefike.mkAriel Constenla-Haile
2012-01-13Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2012-01-12Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-30Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-06Update headers to Alv2 headersAndrew Rist
2011-11-03118570, apply patch, improve configure to detect latest DirectX correctly, ↵Jürgen Schmidt
adapt depending modules, thanks to Andre Fischer (af)
2011-08-28avmedia: fix gstreamer build breakage:Michael Stahl
pass parameter pURI to base class ctor (was caused by conflicting changes in solaris11 and impress210)
2011-04-13CWS-TOOLING: integrate CWS impress210_OOO340Kurt Zenker
2011-04-04impress210: #i78386# looping sound for windowsOcke Janssen [oj]
2011-03-28solaris11: #i117566#: gstreamer: checkdll does not work for libavmedia_gst.soMichael Stahl
2011-03-28solaris11: #i117566#: gstreamer: Sun C++ complains about bogus atomic int abuseMichael Stahl
2011-03-28solaris11: #i117566#: gstreamer: Sun C++ complains: C callbacks not extern "C"Michael Stahl
2011-03-15Automated merge with http://hg-lan.germany.sun.com/ooo/DEV300Ocke Janssen [oj]
2011-02-22masterfix DEV300: #i10000# usage of L10N build_typeIvo Hinkelmann
Notes: split repo tag: libs-core_ooo/DEV300_m101
2011-02-16impress210: merge DEV300 m100Ocke.Janssen
2011-02-08impress210: some unix fixesOcke Janssen [oj]
2011-02-08impress210: #i115617# set zoom to fit_to_windowOcke.Janssen
2011-02-08impress210: #i115617# set zoom to fit_to_windowOcke.Janssen
2011-01-13removetooltypes01: #i112600# remove tooltypes from avmediaMikhail Voytenko
2010-11-19sb131: merged in re/DEV300_next towards DEV300_m94sb