summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
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
2015-12-20Cosmetic cleanupTor Lillqvist1-13/+0
2015-12-20Bin silly DBG macro used in two not that interesting casesTor Lillqvist1-11/+0
2015-12-12Make .mk files more portableBaptiste Daroussin1-1/+1
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann3-13/+13
2015-11-28Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-11-28-Werror,-WreorderStephan Bergmann1-3/+3
2015-11-28Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-11-28-Werror,-Wint-to-pointer-castStephan Bergmann4-19/+27
2015-11-17other #includes should be AFTER the include-once #defineNoel Grandin1-2/+2
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann4-4/+4
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin4-9/+4
2015-11-15use initialiser for Sequence<OUString>Noel Grandin11-22/+11
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-2/+1