summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Collapse)Author
2014-04-18avmediaogl: use a create function for playerZolnai Tamás
Change-Id: I4c2cc6e99f84a5e4fe78b179891a03e50485056c
2014-04-15avmedia: sal_Bool->boolNoel Grandin
Change-Id: I4b72cdce6c82b79c6f475d690af03a22bdb32bb1
2014-04-10Missing includeStephan Bergmann
Change-Id: Icd3b57c4ae3dd79f4e57b72f9b241f15060322cf
2014-04-07Bin empty @seealso, @param, @return etc metacommentsTor Lillqvist
Change-Id: I1590c20c4080578f5b528f4d6d43749e4e939fde
2014-04-04Fix make file headerZolnai Tamás
Change-Id: If4e65e5ba5146e93572b314f806a617adb811df9
2014-04-04avmediagst: use boost::noncopyableZolnai Tamás
Change-Id: I40d1b65a1ea6a1f70cb6f0f6aca705115c0db23c
2014-04-04avmediaogl: simplify namespaceZolnai Tamás
Change-Id: I9cc8a865fa6079dbf9295d2ebafdb020dde5e81d
2014-04-04Introduce a new media shape property to handle mime typeZolnai Tamás
Default mime-type for all media objects: "application/vnd.sun.star.media" The problem of missing mime-type detection still exists. For now only glTF model has a concrete type. Change-Id: I4dca26c1c47a564579bbed926bffa3aa5eda6c04
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067
2014-04-02glTF 3D model embedding: Embed all external resources of *.json fileZolnai Tamás
Store them under /Model/<json_file_name_without_extension>/ modeltools: functions for handling 3D models inside avmedia Change-Id: Ia2bdad6064db372e1c946b6ab02c434545d1ed45
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
2014-03-27Avoid unused private field errorsZolnai Tamás
Change-Id: I09fd613a8e6ed8283faebeb802cc30c57ac8d37b
2014-03-27Try to fix mac build: missing boost headersZolnai Tamás
Change-Id: I20ad48dbebcf60e64c56a03160faadbb4bf4b20d
2014-03-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás
Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef
2014-03-27avmediavlc: Remove duplicated external usageZolnai Tamás
Change-Id: I2f41c13465740e5079e6af413f4c8217d6dcd36b
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
2014-03-10avmedia: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
Change-Id: Ic9807c81b77a255c0e81b2ad6474a52e9768fc93
2014-03-03upgrade liborcusMarkus Mohrhard
Conflicts: external/boost/StaticLibrary_boost_system.mk Change-Id: Ie4af26c87a100b67baeedbaa7fb1ac428845f92b
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3
2014-02-25Remove visual noise from avmediaAlexander Wilms
Change-Id: I2f2cccc75f902359fbe557333c0062b13d1e9e96 Reviewed-on: https://gerrit.libreoffice.org/8231 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-23Remove unneccessary commentsAlexander Wilms
Change-Id: I939160ae72fecbe3d4a60ce755730bd4c38497fb Reviewed-on: https://gerrit.libreoffice.org/8182 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
Change-Id: I2a3e3d3e3266ea0f0fafdd91362076a4aa160f0e
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
Added vcl/settings.hxx to all cxx files which require it. This helps to speed up compilation after changes to the settings. Conflicts: sc/source/ui/dbgui/pvlaydlg.cxx Change-Id: I211a0735c47f72d6879f6f15339355abfe0e3cf4 Reviewed-on: https://gerrit.libreoffice.org/7933 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-02-07auto_ptr -> scoped_ptrStephan Bergmann
Change-Id: Ia84ebb07de6c2b5c62340b530c908fc919b34b0a
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr
to check for emptiness in modules starting with 'a' Patch-by: j.nitschke@ok.de Review-by: hdu@apache.org (cherry picked from commit 40b2ffbb1036c2f2db50965525009213d8fd6343) Conflicts: accessibility/source/extended/accessibleiconchoicectrl.cxx accessibility/source/extended/textwindowaccessibility.cxx accessibility/source/standard/vclxaccessiblebox.cxx accessibility/source/standard/vclxaccessibletoolboxitem.cxx automation/source/server/recorder.cxx automation/source/server/statemnt.cxx avmedia/source/framework/mediacontrol.cxx avmedia/source/framework/soundhandler.cxx avmedia/source/gstreamer/gstplayer.cxx avmedia/source/viewer/mediawindow.cxx Change-Id: I8e6d6754282634f6931a2e7f73f08f70c23d452e
2014-02-03Drop the deprecated QuickTime stuff when building a sandboxed LOTor Lillqvist
A sandboxed build is presumably intended for the Mac App Store and we don't want to be using deprecated crap there. Change-Id: I0b0098f7002643b1ed53a5caaee9ffee3c9fc970
2014-01-29bool improvementsStephan Bergmann
Change-Id: I0dc09b7a6ee2849bd0c2ffc31be45f81cd2c15ee
2014-01-22bool improvementsStephan Bergmann
Change-Id: Ib5bff97e764cf36bedc39154cc8aca1f223b0f22
2014-01-17Convert avmedia to cppu::supportsServiceAlexandre Vicenzi
Change-Id: Ia34cdbb5a5c80806c8155462d97c60d92a0ec8f4
2014-01-14These should be extern "C" function typesStephan Bergmann
Change-Id: I3dcbc1b643a29ee080e5b034dccd4882a43590a4
2014-01-10SfxPoolItem::operator ==, != should return boolStephan Bergmann
...and SfxEnumItemInterface::HasBoolValue, too. Change-Id: Ia032e3d35a4c3b4c1efdc515ca36e466be03fc0a
2013-12-20typo fixesAndras Timar
Change-Id: Ia5f104bfd707bcf4e159c78ca2764c861fb0b6d9
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann
Change-Id: I56f38bd786f3a026cb2908f28540dc9c4003af83
2013-12-07fdo#72398 add m4v to allowed movie extsDavid Tardon
Change-Id: I3a0f4cdfc8b229efb65d3aae94de9e1cabd002ec
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist
Change-Id: I9ed9c29c7a0a409ca38a71a2046c4b5be8caad17
2013-11-20Transport Referer from MediaWindowImpl::setURL to ...::updateMediaItemStephan Bergmann
Change-Id: I9cc6ae4fc5fc67837fcfc5fdea92baadd032996e
2013-11-20avmedia: Implement "block untrusted referer links" featureStephan Bergmann
See f0a9ca24fd4bf79cac908bf0d6fdb8905dc504db "rhbz#887420 Implement 'block untrusted referer links' feature" for details. This adds some further /*TODO?*/ comments, and one known problem (marked /*TODO!*/) is that movies/sounds are not blocked during a slideshow presentation. Change-Id: Ib2d0c7e4f7b02c4bdec0d8a90cee5e7e1bee8325
2013-11-20Only throw exceptions that match specificationStephan Bergmann
Change-Id: I3f9c692173fea9496bdda7772a8371e6a5427d3a
2013-11-18Elide some trivial avmedia::MediaWindowImpl private member functionsStephan Bergmann
Change-Id: I272acbfc9ea158af1d6d6d117451a444c1585e19
2013-11-18Simplify avmedia::MediaItem::setURLStephan Bergmann
Change-Id: I9835b96813c6bf3d8690cdaa5de66ca07afdc801
2013-11-18Fix debug outputStephan Bergmann
Change-Id: I785a3f223bd8897466f9402125df2da07615cd50
2013-11-18Simplify MediaWindow::mpImplStephan Bergmann
Change-Id: Ia466a08a8135a7f2e43278354c767be3a063550a
2013-11-18Remove bogus commentStephan Bergmann
Change-Id: I236e5f3797750f78047957c3dd9984c687ffa0ab
2013-11-18Fold MediaWindowBaseImpl into MediaWindowImplStephan Bergmann
Change-Id: Ie6366d8b1facb39a5f44279f0c49a229b019bcaa
2013-11-18avmedia::getMediaFloater clean-upStephan Bergmann
Change-Id: I76dcf42267cbb1f028d0501471b569fa6b7b91d5
2013-11-14make l10n buildable separatelyBjoern Michaelsen
- this renames the 'almost' module target to non-l10n - and adds a l10n target which is intended to only build l10n parts of the product - packagers should then be able to build l10n and non-l10n parts of the product independently, thus: - enable quicker rebuilds - distribution of load - updates to l10n without a full rebuild - security fixes to binaries without rebuilding all l10n - the new targets are called build-l10n-only and build-non-l10n-only - note this is not intended to move a concept of split packages upstream -- while this exsists in distros, the number of test scenarios for this would explode upstream Change-Id: Ib8ccc9bc52718d9b0ebbfee76ad93dc29c260863 Conflicts: filter/Module_filter.mk
2013-11-14Move MediaDescriptor from comphelper to unotoolsStephan Bergmann
...so it will be able to use SvtSecurityOptions internally. Change-Id: Id7433247e8fc53651935578510bedbcca5aa2ac9
2013-11-14remove unnecessary sal_Unicode casts in various placesNoel Grandin
Change-Id: Ibf04062ca86ed866202d748c3b62a210d30ed6ec
2013-11-04one ; is sufficientJulien Nabet
Change-Id: I52d00d5092a84a544f809ad066cb825b8ad6338f