summaryrefslogtreecommitdiff
path: root/avmedia/source/viewer
AgeCommit message (Collapse)Author
2013-10-12Bin apparently unneeded #includeTor Lillqvist
Change-Id: Ib459531736b0c1cccfcb3f51aa58257c2c80e991
2013-10-04Resolves: rhbz#1012379 draw audio-placeholder in presentation modeCaolán McNamara
Change-Id: Ied61f9b4947e1a6eda04c442d95037cc1c7ef460
2013-10-03filters with incorrect trailing semicolonsCaolán McNamara
Change-Id: Iff222839d56e8ee65b760253e8f79112ce83e9b7
2013-10-03CID#738557 unused mbIsMediaWindowJavaBased memberCaolán McNamara
Change-Id: Ia219266bf176a71ff3a5875df318f39c3b3555ec
2013-09-23Avmedia/VLC: Adding more debug infoMinh Ngo
Change-Id: I484050575da7e09e89a10f3a4e8d5fbe95f88044
2013-09-20Avmedia/VLC: Fixing a bug with a keyframe attachingMinh Ngo
Change-Id: Iee28b510a79600e20a7e711d78ca20a216ccc3aa
2013-09-20Avmedia: Change a background to the black color.Minh Ngo
Change-Id: I1edccc2436ae000571551e8d23f432a152081f7f
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara
Change-Id: I8d7619e7807ff2d400ec5c7fd181375130245728
2013-07-26Insert vlc at the top of the service list to try for media.Michael Meeks
Change-Id: I2abde3c4431e104f30c22a3066bb6fb243151e2d
2013-05-02fdo#64003 - added rmi and snd to insert -> movie & sound listJoel Madero
RMI and SND files were already supported but were missing from the list of movie & sound menu. Added these in alpha order modified: avmedia/source/viewer/mediawindow.cxx Change-Id: I3241f1cdd8972fb3da85e8e2bdd26b25f61a53ec Reviewed-on: https://gerrit.libreoffice.org/3727 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-26fdo#56832 Explicitly mention Ogg Audio and VideoSamuel Mehrbrodt
.ogx is also a valid extension, see http://wiki.xiph.org/MIME_Types_and_File_Extensions Change-Id: Ieb5f3b7016b58beaf915673181369530a3d0709e Reviewed-on: https://gerrit.libreoffice.org/3609 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-09fdo#43460: use isEmpty()Thomas Arnhold
Change-Id: Ia768e684d3cf255239c04d024b35488830cc9fe6
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
use solenv/bin/add-modulelines script for the task and remove all UTF bom from *.src and *.hrc files svx/source/dialog/hdft.src Change-Id: I745d4f0fe9b05436a142a03f8512970f91c41bd4
2013-03-08add a few more missing media extensions.Michael Meeks
Change-Id: I3f4b05eeb32ad8c36b4601908522027d6becd0ac
2013-03-05fdo#38838, replacement of String with OUStringÁdám Csaba Király
Replaced String with OUString in mediawindow.cxx, basdoc.cxx, basdoc.hxx and bastype3.cxx. In other files I only replaced, what was necessary for the changes in basdoc to work. Change-Id: I1ad0e7e262f8becdf57f182853aaa914a88895a4 Reviewed-on: https://gerrit.libreoffice.org/2554 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2013-02-20fdo#36635 Added WMV/WMA/AAC to list of Movie and Sound File TypesJoel Madero
WMV, WMA and AAC are all supported but were not listed in movie and sound file types (Insert -> Movie and Sound...) so they would not appear in file browser unless you chose "Show All Files". Added these to list modified: avmedia/source/viewer/mediawindow.cxx Change-Id: I459b41a1ca647d7a90cec75436438097df5df962 Reviewed-on: https://gerrit.libreoffice.org/2287 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-01-28fd0#46808, convert some getProcessServiceFactoryNoel Grandin
... to getProcessComponentContext Change-Id: I8d5c2be0186db963ba8aac31e1b527145b8bca2b
2012-09-25re-base on ALv2 code. Includes:Michael Meeks
Ocke Janssen impress210: #i115617# set zoom to fit_to_window Ocke Janssen impress210: #i78386# looping sound for windows cleanup createPlayer fallback code & java parameter. Change-Id: I56f06d08c66a1f754292a0c5b1abc32824e391c5
2012-09-23End of ::rtl::OUString to OUString in avmediaRicardo Montania
Change-Id: I1ac8f773ddb72b94d1371fe60948fb2782ddecd4 Reviewed-on: https://gerrit.libreoffice.org/675 Reviewed-by: Olivier Hallot <olivier.hallot@alta.org.br> Tested-by: Olivier Hallot <olivier.hallot@alta.org.br>
2012-09-21::rtl::OUString to OUString in avmediaRicardo Montania
Change-Id: Id62d30e33ad68ffa6d3199a181b002155f224732 Reviewed-on: https://gerrit.libreoffice.org/668 Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
2012-09-18deprecate oustringostreaminserter.hxxNorbert Thiebaud
the intent of this header has canged over time. now it is already systematically included with ustring.hxx and the operator overload it provide fit nicely there... Just to be safe, since that include as been added to the api during the 3.5 timeframe and therefore is already in 'production' the header remain and simply attempt to include ustring.hxx but a warning is issued indicating that this header should not be used anymore... in a couple of major release we will thenr emove it completely All internal users of that header are converted. Change-Id: I8934c55f089e29d78c0f5649b7c87b2ecf024bad Reviewed-on: https://gerrit.libreoffice.org/634 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-08-10warning C4101: unreferenced local variableStephan Bergmann
Change-Id: Iaf3cc45545d4c2eedff12466c90eec1d442ae338
2012-08-09gstreamer: make gstreamer 1.0 and 0.10 dual compileMichael Meeks
Add fallback activation of an _OLD media component to the core. Compile both a 0.10 and 1.0 version of the gstreamer component Change-Id: I91f65d05391cb2d7e02f9cff18f96178a128705O1
2012-07-07removed unnecessary forward declarations of classTakeshi Abe
except moving 'class SfxStringItem' to cui/source/inc/acccfg.hxx Change-Id: I11d3803ebcfa02658d376bacf28b3d6030ee9d1b
2012-07-01Remove unused definesThomas Arnhold
Change-Id: I45e1618dcff920b63b7e21ba9e842eed684114d7
2012-06-21replace all but one .hdl include with equivalent .hpp includes.Michael Meeks
Change-Id: I15e94f112144549692d0c2babeb48c77adcb93a9
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Ia73452f1cc83eff144e692c5ec19048c4ce0ca60
2012-06-02targeted string re-workNorbert Thiebaud
Change-Id: Iece38bedf1f2380f8ecf3c6aef1e92688ed026db
2012-04-25callcatcher: drop unused hasPreferredSizeCaolán McNamara
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe
2012-03-23.hrc files don't need executable bitsMichael Stahl
2012-02-18Removed unused code from avmedia.elbarto
2012-01-05Removed unnecessary tools includes.Marcel Metz
2011-12-22"*.*" is not "all files" (bnc#738021)Luboš Luňák
Not on any Unix, at least. I have no idea how deep entrenched is this mistake all over the code, so I'll play safe and just fix the KDE4 fpicker (GNOME/KDE3 seem to handle it fine), but at least in the UI show just "All files" instead of "All files (*.*)").
2011-12-09Fix for fdo43460, Part I, getLength to isEmptyOlivier Hallot
Part I Modules unoControl, accessibility and avmedia
2011-12-06refactor media embedding completely:Michael Stahl
Do the tempfile handling in SdrMediaObj, not in the window; this has the advantage that it works even in the presence of clipboard documents without SfxBaseModels and thus without storage (sc, sw). The SdrMediaObj instances share ownership of a temp file.
2011-12-03actually play embedded media:Michael Stahl
In order to do this, the media is written to a temp file by avmedia::MediaWindowBaseImpl. This requires some rather ugly hacks to transport the Storage that contains the media to the avmedia stuff, including adding a XModel reference to avmedia::MediaItem.
2011-12-03MediaWindow::executeMediaURLDialog: add link buttonMichael Stahl
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
A compile time check ensures the common case of streaming just a plain C-style string literal still produces reasonably compact call-site code. The format-string variants are still available in sal/detail/log.h, but only to be used in obsolete osl/diagnose.h etc., and going to be removed again eventually.
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
* New SAL_INFO..., SAL_WARN... macros. * New SAL_STREAM supersedes OSL_FORMAT. * oustringostreaminserter.hxx moved from unotest to rtl (and always UTF-8 now). * TODO to enable GCC __attribute__((format)) in sal/log.h (requires call-site cleanup). * Further functionality in tools/debug.hxx (DBG_MEMTEST, DBG_CTOR, etc.) not yet addressed. * Some replacements tools String -> rtl::OUString.
2011-10-26fix mangled gstreamer service name, fixing embedded videoMichael Meeks
2011-09-20Remove RCS headerThomas Arnhold
2011-08-22convert avmedia to gbuildMatúš Kukan
2011-08-05callcatcher: unused methodsCaolán McNamara
2011-08-03avmedia cleanup - remove unused codeMatúš Kukan
2011-07-03callcatcher: unused hasInternalMediaControlCaolán McNamara
2011-04-01fix typosCaolán McNamara
2011-04-01add in .webm suffix for jrbCaolán McNamara