summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2016-06-07Resolves: tdf#100258 crash on disposing media playerCaolán McNamara1-3/+5
2016-05-21Split OpenGLContext up into SalInstance specific classesCaolán McNamara1-1/+1
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2-2/+2
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara2-2/+2
2016-05-19clang-tidy clang-analyzer-alpha.core.IdenticalExprNoel Grandin1-1/+1
2016-05-16Give unique, comprehensible names to idles tdf#97087Muhammet Kara1-0/+1
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin1-2/+2
2016-05-11fix mac build: missing quoteCaolán McNamara1-1/+1
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann4-4/+4
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann1-0/+1
2016-04-28tdf#97087 Give comprehensible, unique names to idlesMuhammet Kara1-0/+1
2016-04-21clang-tidy modernize-loop-convert in a*Noel Grandin1-2/+1
2016-04-14clang-tidy performance-unnecessary-value-param in variousNoel Grandin3-3/+3
2016-04-12Avoid reserved identifierStephan Bergmann1-3/+3
2016-04-05headless build: reset ENABLE_GLTF and use that setting as beforeOliver Specht2-4/+0
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke4-8/+17
2016-03-31tdf#96505 Remove 0L occurences from avmedia and basegfx modulesslideon1-4/+4
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-1/+2
2016-03-31Spurious closing parenthesisStephan Bergmann1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin2-2/+2
2016-03-30avmedia: fix varargs call for WNT 64-bitMichael Stahl1-1/+1
2016-03-29avmedia: the Module makefile already checks and disables thatMichael Stahl1-2/+1
2016-03-28avmediaogl now seems to require ENABLE_GLTF for some reasonTor Lillqvist1-1/+2
2016-03-25fix headless buildOliver Specht4-4/+16
2016-03-17Resolves: tdf#96989 videos playback at maximum possible volumeCaolán McNamara2-6/+23
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin3-26/+26
2016-03-10fix for 10 sec hang with audio-only formats with gstreamer1Caolán McNamara1-1/+2
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-1/+0
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann1-0/+8
2016-03-03loplugin:unuseddefaultparams variousNoel Grandin1-4/+2
2016-02-22loplugin:write only fieldsNoel Grandin3-7/+4
2016-02-17use consistent #define checks for the Windows platformNoel Grandin3-3/+3
2016-02-16loplugin:cstylecastStephan Bergmann1-1/+1
2016-02-16gtk3+wayland: play video via gtksink gstreamer elementCaolán McNamara3-56/+122
2016-02-10vcl: move CommandEvent functions from header to cxx fileChris Sherlock1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09Formatting changes across all modulesChris Sherlock36-354/+130
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock3-3/+3
2016-01-26Silence more warnings, clang-cl's /W4 now also includes -WextraStephan Bergmann1-1/+1
2016-01-25more Windows build fixesNoel Grandin1-4/+4
2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin1-4/+4
2016-01-18loplugin:unusedfieldsNoel Grandin3-8/+4
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann3-4/+4
2016-01-10Fix typosAndrea Gelmini1-2/+2
2016-01-05Fix typosAndrea Gelmini1-1/+1
2015-12-24loplugin:unusedfieldsNoel Grandin3-6/+3
2015-12-23loplugin:unusedfields in avmediaNoel Grandin3-6/+3
2015-12-20loplugin::stringconcatStephan Bergmann1-3/+3
2015-12-20Fix mis-edit in d0652bfd2b87fad10c141e3bf3f5d0c0a8683cb5Tor Lillqvist1-1/+1
2015-12-20Change a local DBG macro to SAL_INFOTor Lillqvist1-40/+26