History log of /trunk/main/avmedia/source/ (Results 1 - 25 of 44)
Revision (<<< Hide revision tags) (Show revision tags >>>)Date Author Comments
(<<< Hide modified files)
(Show modified files >>>)
c2b6e0a810-Feb-2024 mseidel

Cleaned up resource files

Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA
6bd6a4b422-Mar-2021 mseidel

Added m4a to list of audio files

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

Fixed typos (ouer -> our) and some more

8f79cfd811-Oct-2020 mseidel

Fixed typos (acces -> access) and some more

9f813b3011-Oct-2020 mseidel

Fixed typos (wont -> won't) and some more

97c864cc03-Oct-2020 mseidel

Fixed typos, removed whitespace

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

i127138 Remove the avmedia Quicktime plugin

Revision tags: AOO417
eec1b20e21-Apr-2019 Matthias Seidel

Cleaned up files for media controls, re-added entries for maskcolor

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

0fde645720-Apr-2019 Matthias Seidel

Cleaned up resource file for media controls, removed entries for maskcolor

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

Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415
b6e7157302-Mar-2018 Damjan Jovanovic

Use gstreamer 1.0 instead of the long obsolete
version 0.1.

Embed the window into the document properly,
by setting the window id on the GstVideoOverlay
using gst_video_overlay_s

Use gstreamer 1.0 instead of the long obsolete
version 0.1.

Embed the window into the document properly,
by setting the window id on the GstVideoOverlay
using gst_video_overlay_set_window_handle()
after window creation in Player::createPlayerWindow().

Add better logging.

Patch by: me



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

show more ...

Revision tags: AOO414, AOO413
deb7b1c218-Dec-2016 damjan

Port main/avmedia to gbuild, for real this time.

The problem with the last attempt was that
main/avmedia/source/java/avmedia.jar.component was getting delivered to the
solver verbati

Port main/avmedia to gbuild, for real this time.

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



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

show more ...

80f267b317-Dec-2016 pfg

Revert SVN r1774747:

Requested by: damjan


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

6109e48a17-Dec-2016 damjan

Port main/avmedia to gbuild.

Patch by: me



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

Revision tags: AOO4121
30acf5e822-May-2016 pfg

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1745006 13f79535

Spelling, spelling ...

Why worry about some sprinkled German when we haven't yet learned English.


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

show more ...

Revision tags: AOO412, SNAPSHOT, AOO411
020bbb1d15-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

show more ...

3232240412-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

show more ...

e8649ecd12-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

show more ...

eb7664d612-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

cf132de206-May-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>


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

show more ...

07a3d7f129-Apr-2014 Pedro Giffuni

Many spelling fixes: directories a* - g*.

Attempt to clean up most but certainly not all the spelling
mistakes that found home in OpenOffice through decades. We
could probably blame

Many spelling fixes: directories a* - g*.

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.


git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1591058 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

12