summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper
AgeCommit message (Expand)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin2-5/+5
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin1-2/+2
2018-10-17loplugin:staticvar in avmedia..connectivityNoel Grandin5-5/+5
2018-07-09Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann1-0/+3
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin1-16/+2
2018-01-12More loplugin:cstylecast: avmediaStephan Bergmann1-1/+1
2017-12-19loplugin:unusedmethodsNoel Grandin1-5/+0
2017-10-23loplugin:includeform: avmediaStephan Bergmann6-11/+11
2017-10-19Move vlc/wrapper include files to common include directoryStephan Bergmann14-423/+11
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski1-0/+3
2017-08-07loplugin:oncevarStephan Bergmann5-5/+5
2017-03-03Remove redundant 'inline' keywordStephan Bergmann3-3/+3
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann1-4/+1
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke3-6/+12
2016-02-17use consistent #define checks for the Windows platformNoel Grandin2-2/+2
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann3-4/+4
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann5-6/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
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-13avmedia: add some missing license headers to vlc filesMichael Stahl2-1/+10
2015-07-13avmedia: remove empty ThreadsafeQueue.cxxMichael Stahl1-5/+0
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-2/+2
2015-01-20Some more loplugin:cstylecast: avmediaStephan Bergmann1-1/+1
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-05-30fdo#68849: Add header guards to all include filesJens Carl1-1/+9
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold9-21/+21
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold1-1/+5
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-01-14These should be extern "C" function typesStephan Bergmann1-3/+2
2013-11-04cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet6-6/+6
2013-10-19avmedia/vlc: setting a correct video/audio trackMinh Ngo2-5/+42
2013-10-12s/UNX/LINUX/, as that is what is meant hereTor Lillqvist1-2/+2
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
2013-10-07Avmedia/VLC: Returns "No error" if there aren't any error.Minh Ngo1-1/+4
2013-10-07Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.Minh Ngo1-6/+9
2013-09-23Avmedia/VLC: Debug infoMinh Ngo1-0/+1
2013-09-23Avmedia/VLC: Adding more debug infoMinh Ngo1-1/+2
2013-09-20Avmedia/VLC: Fixing zooming.Minh Ngo2-0/+8
2013-09-20Avmedia/VLC: Minor code formatting fixMinh Ngo1-2/+2
2013-09-15Avmedia/VLC: Adding soname backMinh Ngo1-2/+1
2013-09-15Avmedia/VLC: Falling back to gstreamer if libvlc is not found.Minh Ngo1-1/+1
2013-09-15Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo2-2/+31