summaryrefslogtreecommitdiffstats
path: root/avmedia/source/vlc
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in avmedia..comphelperNoel Grandin2018-05-222-3/+1
* remove some unused comphelper includesJochen Nitschke2018-04-151-1/+0
* Remove stdlib.h from sal/config.hStephan Bergmann2018-01-251-0/+3
* loplugin:unusedmethods also check for functions returning boolNoel Grandin2018-01-192-20/+3
* More loplugin:cstylecast: avmediaStephan Bergmann2018-01-121-1/+1
* Fix template parameter ambiguityStephan Bergmann2018-01-111-1/+1
* convert (a>b?a:b) to std::max(a,b)Noel Grandin2018-01-111-1/+1
* loplugin:unusedmethodsNoel Grandin2017-12-194-26/+0
* loplugin:unusedfieldsNoel Grandin2017-12-193-6/+4
* loplugin:unnecessaryvirtualNoel Grandin2017-12-183-3/+3
* loplugin:salcall fix functionsNoel Grandin2017-12-111-2/+2
* loplugin:salcallStephan Bergmann2017-12-062-4/+4
* loplugin:includeform: avmediaStephan Bergmann2017-10-2315-33/+33
* Move vlc/wrapper include files to common include directoryStephan Bergmann2017-10-1914-37/+37
* Some more WIN32_LEAN_AND_MEANMike Kaganski2017-09-181-0/+3
* loplugin:oncevarStephan Bergmann2017-08-075-5/+5
* remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin2017-04-211-2/+2
* Fix buildStephan Bergmann2017-04-041-1/+3
* Remove redundant 'inline' keywordStephan Bergmann2017-03-033-3/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-268-116/+76
* No apparent reason for an unnamed namespace in an include file hereStephan Bergmann2016-12-211-4/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* put StreamMode masks in scope of enum classJochen Nitschke2016-08-271-1/+1
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-044-8/+4
* Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara2016-05-191-1/+1
* rename to two GetSystemData methods to find all call-sitesCaolán McNamara2016-05-191-1/+1
* tdf#94306 replace boost::noncopyable in ..Jochen Nitschke2016-04-043-6/+12
* Spurious closing parenthesisStephan Bergmann2016-03-311-1/+1
* use SAL_N_ELEMENTS more widelyNoel Grandin2016-03-312-2/+2
* use consistent #define checks for the Windows platformNoel Grandin2016-02-172-2/+2
* vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock2016-02-061-1/+1
* loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann2016-01-113-4/+4
* Fix typosAndrea Gelmini2016-01-101-2/+2
* loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann2015-12-101-1/+1
* use initialiser syntax for Sequence<OUString>Noel Grandin2015-11-154-8/+4
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-12/+12
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-303-3/+3
* Replace boost::bind by lambdas in avmedia tree.Mario J. Rugiero2015-10-252-4/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-54/+54
* boost->stdCaolán McNamara2015-09-142-2/+1
* Clean up remaining utl::LocalFileHelper::Convert...Stephan Bergmann2015-08-191-2/+2
* tdf#84323: Make osl::Condition::wait more readableStephan Bergmann2015-08-181-3/+2
* std::function::operator bool returns true if it contains a valid targetDavid Ostrovsky2015-08-012-2/+2
* std::function doesn't have empty() methodDavid Ostrovsky2015-08-012-2/+2
* avmedia: replace boost::function with std::functionMichael Stahl2015-07-312-5/+6
* com::sun::uno->css in avmedia and animationsNoel Grandin2015-07-176-100/+100
* avmedia: add some missing license headers to vlc filesMichael Stahl2015-07-137-1/+69
* avmedia: remove empty ThreadsafeQueue.cxxMichael Stahl2015-07-131-5/+0
* tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe2015-07-065-13/+12
* cppcheck: noExplicitConstructorCaolán McNamara2015-05-032-2/+2