summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2015-10-14avmedia/quicktime: replace OSL_TRACE with SAL_INFODouglas Mencken3-18/+27
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann27-323/+323
2015-10-12convert Link<> to typedNoel Grandin2-20/+15
2015-10-07Prefer getSelectedFiles to getFiles (sfx2+sw)Julien Nabet1-1/+1
2015-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann2-0/+6
2015-09-29tdf#94559: first step to remove rtti.hxxOliver Specht1-1/+1
2015-09-20convert Link<> to typedNoel Grandin2-17/+14
2015-09-14boost->stdCaolán McNamara2-2/+1
2015-09-08tdf#94006 - need an explicit dispose for GLContext's SystemChildWindow.Michael Meeks1-0/+1
2015-09-08tdf#94006 - fix OpenGLContext mis-use in several places.Michael Meeks4-15/+16
2015-09-07tdf#93996 - throttle gltf rendering to let UI re-rendering get in.Michael Meeks1-1/+3
2015-09-07cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-09-04convert Link<> to typedNoel Grandin2-12/+6
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-5/+3
2015-08-25make pWindow private in SfxChildWindowNoel Grandin1-2/+2
2015-08-25make eChildAlignment private in SfxChildWindowNoel Grandin1-1/+0
2015-08-22tdf#93188 - avoid crash in media player.Michael Meeks1-1/+5
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann3-6/+6
2015-08-18tdf#84323: Make osl::Condition::wait more readableStephan Bergmann2-5/+4
2015-08-11loplugin: defaultparamsNoel Grandin1-3/+3
2015-08-04-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-08-01std::function::operator bool returns true if it contains a valid targetDavid Ostrovsky2-2/+2
2015-08-01std::function doesn't have empty() methodDavid Ostrovsky2-2/+2
2015-07-31avmedia: replace boost::function with std::functionMichael Stahl2-5/+6
2015-07-24loplugin:unusedmethodsNoel Grandin3-13/+3
2015-07-17com::sun::star->css in avmediaNoel Grandin5-62/+59
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin31-470/+470
2015-07-13avmedia: add some missing license headers to vlc filesMichael Stahl7-1/+69
2015-07-13avmedia: remove empty ThreadsafeQueue.cxxMichael Stahl2-6/+0
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe30-77/+77
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-13tdf#91960 presentation causes Impress crashNoel Grandin1-1/+4
2015-06-10tdf#90077 fix freeze when enabling media toolbar in ImpressNoel Grandin1-1/+0
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann1-1/+1
2015-06-04convert MediaState to scoped enumNoel Grandin3-11/+11
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin1-1/+1
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin2-9/+0
2015-05-22convert POINTER constants to scoped enumNoel Grandin1-4/+4
2015-05-21convert CVT constants to scoped enumNoel Grandin2-2/+2
2015-05-20Fix build for gcc 4.6.4.Thorsten Behrens1-1/+1
2015-05-20Fix reporting missing GStreamer pluginsStephan Bergmann3-25/+201
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-05-14refactor MediaWindow to use RenderContextTomaž Vajngerl2-325/+270
2015-05-13First cut at reporting missing GStreamer pluginsStephan Bergmann1-1/+61
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1
2015-05-09Remove unused create member functionsStephan Bergmann4-14/+0
2015-05-09loplugin:staticmethodsStephan Bergmann2-2/+2
2015-05-09loplugin:implicitboolconversionStephan Bergmann1-1/+1
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann2-2/+2