summaryrefslogtreecommitdiff
path: root/avmedia/source
AgeCommit message (Collapse)Author
2014-04-27OGLPlayer: use libgltf methods for playing 3D animationZolnai Tamás
By now this methods are unimplemented inside libgltf. Change-Id: Ib7dfb1a053d11fc43fec26ec4f9195e7f64a8a74
2014-04-27OGLPlayer: no sound of OpenGL modelsZolnai Tamás
Change-Id: I50277f315689006e6a824e61a6ba6929077b20a8
2014-04-27OGFrameGrabber: use a BGRA bufferZolnai Tamás
Change-Id: Ie827ba98a6ff65d63eb61df1d90e18919de86395
2014-04-27First try to render OpenGL content in a windowZolnai Tamás
Change-Id: Ibb7178330d356806cea2cfc972b361167d5a9340
2014-04-27avmedia: create a special SystemChildWindow for 3D modelsZolnai Tamás
Change-Id: Id5f5ba2cf72ea78506ba226b269fae59b1163858
2014-04-27avmediaogl: Use INetURLObject for URL operationsZolnai Tamás
Change-Id: I7b9763489ca7ec64051b53b87ab1475167ffeb35
2014-04-27avmediaogl: Use glTFHandle for size valuesZolnai Tamás
Change-Id: I4741374ec269a5513214c6603e3e6956231bd853
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
2014-04-22gltf: Trying to re-create the temp path fails on Windows.Jan Holesovsky
Change-Id: I30a5e1f5d09458beeb06479337b83f8479d861b5
2014-04-20Try to fix buildZolnai Tamás
Change-Id: I0defecfe7370a3b2ebabe27b707952c1c192e077
2014-04-20Make OGLFrameGrabber workZolnai Tamás
Steps of grabFrame - Init opengl context - Call libgltf to render - Get a RGB buffer from libgltf - Create a Bitmap from this RGB buffer Additionally: - Using mimetype is neccessary to decide which player to create. - bAllowToCreateReplacementGraphic is unneeded. Change-Id: I7fef043a3341771389144a4f4cac71b0862ef8a7
2014-04-20avmediaogl: load all needed files into buffers for gltf renderingZolnai Tamás
Change-Id: I00fe209f3b0061dd67240eb1a490fb62530ffb55
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-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-27Skeleton of OpenGL avmedia service for playing 3D modelsZolnai Tamás
Change-Id: I3bf9e68e1a08ff3db065ec7f4e135119b7d1a4ef
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-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-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