summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
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
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin9-18/+9
2015-11-12Bin mesa_headers completelyTor Lillqvist2-2/+0
2015-11-12Avoid mesa_headers on X11, also link with -lGL only where necesssaryTor Lillqvist2-2/+2
2015-11-115th step to remove tools/rtti.hxxOliver Specht1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann6-13/+13
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann22-68/+68
2015-11-09new loplugin: oncevarNoel Grandin2-5/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-11-04loplugin:stringconstantStephan Bergmann1-1/+1
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin15-18/+18
2015-10-25Replace boost::bind by lambdas in avmedia tree.Mario J. Rugiero2-4/+2
2015-10-21Improve awkward dialog titleAdolfo Jayme Barrientos1-1/+1
2015-10-14avmedia/quicktime: replace OSL_TRACE with SAL_INFODouglas Mencken3-18/+27