History log of /aoo41x/main/avmedia/source/ (Results 1 - 25 of 32)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
1d7a88dc22-Mar-2021 mseidel

Added m4a to list of audio files

(cherry picked from commit 6bd6a4b4d1413e677a58562b60ce23f80775d22e)

Revision tags: AOO419-GA, AOO418-GA
e3a7b91b03-Oct-2020 mseidel

Fixed typos, removed whitespace

(cherry picked from commit 97c864ccfe6c563736c463d8df22c104e3b40fee)

Revision tags: 420-Dev2-m2
fcb37b4020-Oct-2019 Ariel Constenla-Haile

i127138 Remove the avmedia Quicktime plugin

(cherry picked from commit 845e2aaed316432f79097128de0c3797d5756a54)

Revision tags: AOO417, AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415, AOO414, AOO413, AOO4121, AOO412, SNAPSHOT, AOO411
deea6bb515-May-2014 Herbert Dürr

#i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yet

in AV Foundation the most accurate media asset duration is available when the
AVPlayerItem's status changes to

#i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yet

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.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594838 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 020bbb1d88621b9ceb9fc79a93df7017050e38c6)

show more ...

6a7d45ef12-May-2014 Herbert Dürr

#i124875# avoid wasteful loading of an AVAsset in MacAVF::Framegrabber

FrameGrabber used to load its own copy of a movie. Since multimedia content
is often very data-intensive this shoul

#i124875# avoid wasteful loading of an AVAsset in MacAVF::Framegrabber

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.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594017 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit 32322404843edfd777f7b843f7e0e2e38f46fabf)

show more ...

4ba1660912-May-2014 Herbert Dürr

#i124875# avoid avmedia build problems with multiple active backends

in the dmake build environment active header and source files with the
same name result in problems when in the same

#i124875# avoid avmedia build problems with multiple active backends

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.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1594013 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit e8649ecd8d3aee033309e0ffbb2c2bd3e80b6302)

show more ...

95ea275212-May-2014 Herbert Dürr

#i124875# support Mac AV-Foundation API for multimedia content


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1593965 13f79535-47bb-0310-9956-ffa450edef68
(cherry pic

#i124875# support Mac AV-Foundation API for multimedia content


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1593965 13f79535-47bb-0310-9956-ffa450edef68
(cherry picked from commit eb7664d6c5c9be8a69ece33db9cd896580c512b8)

show more ...

104bdc1d13-Jun-2014 Herbert Dürr

#i124800# switch avmedia's QuickTime component to QTKit for now

because the QuickTime API is not available to 64bit clients. The switch to QTKit
is temporary only because it has already

#i124800# switch avmedia's QuickTime component to QTKit for now

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>

Merged from AOO's trunk revisions 1592716 and 1594206


git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO410@1602357 13f79535-47bb-0310-9956-ffa450edef68

show more ...

Revision tags: AOO410, AOO410_Beta
144e4e6204-Feb-2014 Herbert Dürr

#i123862# use O*String's isEmpty() method to check for emptiness in modules starting with 'a'

Patch-by: j.nitschke@ok.de
Review-by: hdu@apache.org


git-svn-id: https://svn.a

#i123862# use O*String's isEmpty() method to check for emptiness in modules starting with 'a'

Patch-by: j.nitschke@ok.de
Review-by: hdu@apache.org


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1564228 13f79535-47bb-0310-9956-ffa450edef68

show more ...

575adadf22-Jan-2014 Herbert Dürr

#i114728# the quicktime framework was deprecated longer


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1560309 13f79535-47bb-0310-9956-ffa450edef68

3e38b1aa19-Jan-2014 Tsutomu Uchino

#i56998 add space before percent in zoom strings

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1559492 13f79535-47bb-0310-9956-ffa450edef68

9bdd964710-Jan-2014 Herbert Dürr

#i114728# fix quicktime integration for OSX<10.7 build targets

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1557067 13f79535-47bb-0310-9956-ffa450edef68

5a7504da08-Jan-2014 Herbert Dürr

#i114728# the quicktime framework is is no longer available in OSX SDKs>=10.7


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1556579 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO401, AOO400
15189d7906-May-2013 Herbert Dürr

replace deprecated method NSString::cString()

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1479532 13f79535-47bb-0310-9956-ffa450edef68

45fd3b9a10-Jan-2013 Armin Le Grand

#121504# Support for alpha channel in clipboard for all systems

git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1431512 13f79535-47bb-0310-9956-ffa450edef68

Revision tags: AOO340
5d313e9610-Jun-2012 Ariel Constenla-Haile

Only <glib.h> can be included directly, so be it

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1348596 13f79535-47bb-0310-9956-ffa450edef68

a00e7f9f23-May-2012 Ariel Constenla-Haile

i119256 - Add missing media file extensions

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1341710 13f79535-47bb-0310-9956-ffa450edef68

e6a4f79424-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304706 13f79535-47bb-0310-9956-ffa450edef68

a0b8797524-Mar-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1304672 13f79535-47bb-0310-9956-ffa450edef68

9e937a4814-Jan-2012 Ariel Constenla-Haile

Remove unexpected char in makefike.mk

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1231452 13f79535-47bb-0310-9956-ffa450edef68

2407af0813-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1231335 13f79535-47bb-0310-9956-ffa450edef68

e80e322e12-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230733 13f79535-47bb-0310-9956-ffa450edef68

ebfcd9af12-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230727 13f79535-47bb-0310-9956-ffa450edef68

d4a3fa4b12-Jan-2012 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1230361 13f79535-47bb-0310-9956-ffa450edef68

ccb06a4c30-Nov-2011 Andrew Rist

Update headers to Alv2 headers

git-svn-id: https://svn.apache.org/repos/asf/incubator/ooo/trunk@1208637 13f79535-47bb-0310-9956-ffa450edef68

12