132eec79 | 10-Feb-2024 |
mseidel |
Cleaned up resource files (cherry picked from commit c2b6e0a87ef53911ca36f930ea48fe473a32d5f9) |
Revision tags: AOO420-Dev5-m5, AOO4115-GA, AOO4114-GA, AOO420-Dev4-m4, AOO4113-GA, AOO4112-GA, AOO4111-GA, AOO420-Dev3-m3, AOO4110-GA |
|
e455bda5 | 22-Mar-2021 |
mseidel |
Added m4a to list of audio files (cherry picked from commit 6bd6a4b4d1413e677a58562b60ce23f80775d22e) |
Revision tags: AOO419-GA, AOO418-GA |
|
6b5a962b | 15-Oct-2020 |
mseidel |
Fixed typos (ouer -> our) and some more (cherry picked from commit b12a77c9de73410d92ad280a3c79a4e8692534ea) |
fefd526c | 11-Oct-2020 |
mseidel |
Fixed typos (acces -> access) and some more (cherry picked from commit 8f79cfd82591ed6c26bea7156c3a96cde903fa3c) |
7a164331 | 11-Oct-2020 |
mseidel |
Fixed typos (wont -> won't) and some more (cherry picked from commit 9f813b30a249a2ed1e0f5e3ff3c0b88a8924b427) |
960b059c | 03-Oct-2020 |
mseidel |
Fixed typos, removed whitespace (cherry picked from commit 97c864ccfe6c563736c463d8df22c104e3b40fee) |
Revision tags: 420-Dev2-m2 |
|
b720c592 | 20-Oct-2019 |
Ariel Constenla-Haile |
i127138 Remove the avmedia Quicktime plugin (cherry picked from commit 845e2aaed316432f79097128de0c3797d5756a54) |
Revision tags: AOO417 |
|
f77fb251 | 21-Apr-2019 |
Matthias Seidel |
Merged r1857877, r1857878 and r1857899 from trunk - Converted remaining AV graphics from indexed color to RGB - Cleaned up resource file for media controls, removed entries for maskcol
Merged r1857877, r1857878 and r1857899 from trunk - Converted remaining AV graphics from indexed color to RGB - Cleaned up resource file for media controls, removed entries for maskcolor - Cleaned up files for media controls, re-added entries for maskcolor git-svn-id: https://svn.apache.org/repos/asf/openoffice/branches/AOO42X@1857902 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO420-Dev-m1, AOO416, AOO416-RC1, AOO415 |
|
b6e71573 | 02-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 |
|
c373d468 | 13-Oct-2017 |
Jim Jagielski |
Required macOS changes to ensure build of avmedia module and ObjC conflict in SDK git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812162 13f79535-47bb-0310-9956-ffa450edef
Required macOS changes to ensure build of avmedia module and ObjC conflict in SDK git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1812162 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
Revision tags: AOO413 |
|
74429168 | 17-Jan-2017 |
damjan |
Some gbuild fixes discovered during an audit compared to dmake. Delete an unnecessary file in main/automation. Disable exception handling for 2 files in main/avmedia. Patch by: me
Some gbuild fixes discovered during an audit compared to dmake. Delete an unnecessary file in main/automation. Disable exception handling for 2 files in main/avmedia. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1779227 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
5d297950 | 18-Dec-2016 |
damjan |
DirectShow moved from DirectX to the Windows API at least 10 years ago, so don't require DirectX to build the avmediawin library which uses DirectShow. Patch by: me
DirectShow moved from DirectX to the Windows API at least 10 years ago, so don't require DirectX to build the avmediawin library which uses DirectShow. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1774961 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
c2bd65af | 18-Dec-2016 |
damjan |
The avmediawin library needs to link to user32 on Windows. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1774957 13f79535-47bb-0310-9956-ffa45
The avmediawin library needs to link to user32 on Windows. Patch by: me git-svn-id: https://svn.apache.org/repos/asf/openoffice/trunk@1774957 13f79535-47bb-0310-9956-ffa450edef68
show more ...
|
deb7b1c2 | 18-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 ...
|
80f267b3 | 17-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 |
6109e48a | 17-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 |
|
30acf5e8 | 22-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 |
|
020bbb1d | 15-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 ...
|
32322404 | 12-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 ...
|
e8649ecd | 12-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 ...
|
eb7664d6 | 12-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 |
cf132de2 | 06-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 ...
|
07a3d7f1 | 29-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 |
|
144e4e62 | 04-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 ...
|
575adadf | 22-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 |