summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc
AgeCommit message (Expand)AuthorFilesLines
2017-12-06loplugin:salcallStephan Bergmann2-4/+4
2017-10-23loplugin:includeform: avmediaStephan Bergmann15-33/+33
2017-10-19Move vlc/wrapper include files to common include directoryStephan Bergmann14-37/+37
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-08-07loplugin:oncevarStephan Bergmann5-5/+5
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin1-2/+2
2017-04-04Fix buildStephan Bergmann1-1/+3
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-3/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-116/+76
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann1-4/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2-2/+2
2016-08-27put StreamMode masks in scope of enum classJochen Nitschke1-1/+1
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara4-8/+4
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara1-1/+1
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara1-1/+1
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke3-6/+12
2016-03-31Spurious closing parenthesisStephan Bergmann1-1/+1
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin2-2/+2
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock1-1/+1
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann3-4/+4
2016-01-10Fix typosAndrea Gelmini1-2/+2
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin4-8/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann8-12/+12
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin3-3/+3
2015-10-25Replace boost::bind by lambdas in avmedia tree.Mario J. Rugiero2-4/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-54/+54
2015-09-14boost->stdCaolán McNamara2-2/+1
2015-08-19Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann1-2/+2
2015-08-18tdf#84323: Make osl::Condition::wait more readableStephan Bergmann1-3/+2
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-17com::sun::uno->css in avmedia and animationsNoel Grandin6-100/+100
2015-07-13avmedia: add some missing license headers to vlc filesMichael Stahl7-1/+69
2015-07-13avmedia: remove empty ThreadsafeQueue.cxxMichael Stahl1-5/+0
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe5-13/+12
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara2-2/+2
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: avmediaStephan Bergmann1-1/+1
2015-01-09boost::scoped_ptr->std::unique_ptrCaolán McNamara1-3/+3
2015-01-08avmedia: disable VLC unless in experimental model.Michael Meeks1-0/+15
2014-12-12avmedia: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-08-25set names on a bunch more threads...Michael Stahl1-1/+3
2014-07-01avmedia: sal_Bool -> boolStephan Bergmann1-1/+1
2014-05-30fdo#68849: Add header guards to all include filesJens Carl1-1/+9
2014-05-23avmedia: remove unused code related to fast-forwardZolnai Tamás2-7/+0