summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc
AgeCommit message (Expand)AuthorFilesLines
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
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold14-33/+33
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold3-1/+11
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin6-18/+18
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-55/+55
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann8-108/+108
2014-01-17Convert avmedia to cppu::supportsServiceAlexandre Vicenzi4-4/+8
2014-01-14These should be extern "C" function typesStephan Bergmann1-3/+2
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-1/+2
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist1-1/+1
2013-11-20Only throw exceptions that match specificationStephan Bergmann1-1/+1
2013-11-04cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet6-6/+6
2013-10-19avmedia/vlc: fixing a hang when trying to get a frameMinh Ngo3-15/+4
2013-10-19avmedia/vlc: setting a correct video/audio trackMinh Ngo2-5/+42
2013-10-12Bin apparently unneeded #includeTor Lillqvist1-3/+1
2013-10-12s/UNX/LINUX/, as that is what is meant hereTor Lillqvist1-2/+2
2013-10-07Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo3-4/+25
2013-10-07Avmedia/VLC: Adding some todoMinh Ngo2-1/+8
2013-10-07Avmedia/VLC: Using *_new_location instead of *_new_path function.Minh Ngo1-2/+11