summaryrefslogtreecommitdiffstats
path: root/avmedia/source/vlc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Various #include <sal/log.hxx> fixupsStephan Bergmann2015-04-221-0/+1
* Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann2015-03-311-1/+1
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-2/+2
* Some more loplugin:cstylecast: avmediaStephan Bergmann2015-01-201-1/+1
* boost::scoped_ptr->std::unique_ptrCaolán McNamara2015-01-091-3/+3
* avmedia: disable VLC unless in experimental model.Michael Meeks2015-01-081-0/+15
* avmedia: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-2/+2
* set names on a bunch more threads...Michael Stahl2014-08-251-1/+3
* avmedia: sal_Bool -> boolStephan Bergmann2014-07-011-1/+1
* fdo#68849: Add header guards to all include filesJens Carl2014-05-301-1/+9
* avmedia: remove unused code related to fast-forwardZolnai Tamás2014-05-232-7/+0
* Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold2014-05-1514-33/+33
* add missing modelines to cxx and hxx filesThomas Arnhold2014-04-243-1/+11
* remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2014-04-036-18/+18
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-265-55/+55
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-268-108/+108