summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2016-03-24Resolves: tdf#96989 videos playback at maximum possible volumeCaolán McNamara2-6/+23
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock7-7/+7
2016-03-11fix for 10 sec hang with audio-only formats with gstreamer1Caolán McNamara1-1/+2
2016-02-22Fix mis-edit in d0652bfd2b87fad10c141e3bf3f5d0c0a8683cb5Tor Lillqvist1-1/+1
2016-02-19gtk3+wayland: implement video playback under gtk3 + waylandCaolán McNamara3-100/+150
2015-12-02Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-12-02Use Get/SetWindowLongPtr, for 64-bit buildStephan Bergmann1-2/+2
2015-12-02-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
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