Audio/Video media implementation. Provides per-platform implementations of multimedia functionality. Currently no stream API is provided, only a URI based one, so streaming has to be wrapped around it via temp files. Also provides (in source/framework/mediacontrol.cxx) an implementation of the graphical media playback control that appears in the toolbar / mediaobject bar when media is selected under the .uno:AVMediaToolBox item. == avmedia/gstreamer == The avmedia component is implementation of manager service defined in offapi/com/sun/star/media/. Radek has added implementation based on gstreamer so that we can add audio and video files into impress presentation on Linux with gstreamer. The implementation is pretty straightforward, sometimes it has problems when gstreamer installation is incomplete. In the beginning the media files were not embedded, Thorsten added support for that later. FUTURE work: it might be worthwhile to revamp the avmedia UI ption> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svx/source/sdr/contact/viewobjectcontactofsdrpage.cxx
AgeCommit message (Expand)Author
2019-06-11tdf#42949 Fix IWYU warnings in include/svx/[sS][v-Z]*Gabor Kelemen
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-01-12More loplugin:cstylecast: svxStephan Bergmann
2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist
2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin
2017-08-16rename some unnecessary contractions, Lft-Left, etc.Noel Grandin
2017-04-26clang-tidy readability-simplify-boolean-expr in svxNoel Grandin
2017-04-05loplugin:redundantcast find c-style bool castsNoel Grandin
2016-08-23convert SdrHelpLineKind to scoped enumNoel Grandin
2016-05-22Convert HelplineStyle2D to scoped enumNoel Grandin
2016-01-08lool - page border shadow can be disabledMarco Cecchetti
2015-12-11tdf#69977: uno::Sequence is expensiveNoel Grandin
2015-10-02svx, drawinglayer: handle tools Color <-> BackgroundColorPrimitive2D roundtripMiklos Vajna
2014-10-31Remove repetitive namespace close / re-open & unindent.Kohei Yoshida
2014-05-06Move headers included only in svx from include/svx/sdr/* to svx/inc/sdr/*Tor Lillqvist
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from svxAlexander Wilms