summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper
AgeCommit message (Expand)Author
2020-12-25Remove vlc part since experimental since 5 yearsJulien Nabet
2020-09-07Use plain char osl_getAsciiFunctionSymbolStephan Bergmann
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann
2020-07-16compact namespace: avmediaNoel Grandin
2020-03-22tdf#124176: Use pragma once instead of include guardsFurkan Ahmet Kara
2020-01-27Fix order of MACOSX vs. UNX checksStephan Bergmann
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN
2020-01-14clang-tidy modernize-concat-nested-namespace in avmediaNoel Grandin
2019-11-08Fix Windows --eanble-vlc errors and (clang-cl) warningsStephan Bergmann
2019-11-06Avoid OUString::createFromAscii, use OUStringLiteral insteadStephan Bergmann
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-19clang-tidy modernize-redundant-void-argNoel Grandin
2018-10-17loplugin:staticvar in avmedia..connectivityNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2018-01-25Remove stdlib.h from sal/config.hStephan Bergmann
2018-01-19loplugin:unusedmethods also check for functions returning boolNoel Grandin
2018-01-12More loplugin:cstylecast: avmediaStephan Bergmann
2017-12-19loplugin:unusedmethodsNoel Grandin
2017-10-23loplugin:includeform: avmediaStephan Bergmann
2017-10-19Move vlc/wrapper include files to common include directoryStephan Bergmann
2017-09-18Some more WIN32_LEAN_AND_MEANMike Kaganski
2017-08-07loplugin:oncevarStephan Bergmann
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2016-12-21No apparent reason for an unnamed namespace in an include file hereStephan Bergmann
2016-04-04tdf#94306 replace boost::noncopyable in ..Jochen Nitschke
2016-02-17use consistent #define checks for the Windows platformNoel Grandin
2016-01-11loplugin:privatebase: Make derivation from noncopyable explicitly privateStephan Bergmann
2015-12-10loplugin:nullptr: More NULL -> nullptr automatic rewriteStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-08-01std::function::operator bool returns true if it contains a valid targetDavid Ostrovsky
2015-08-01std::function doesn't have empty() methodDavid Ostrovsky
2015-07-31avmedia: replace boost::function with std::functionMichael Stahl
2015-07-13avmedia: add some missing license headers to vlc filesMichael Stahl
2015-07-13avmedia: remove empty ThreadsafeQueue.cxxMichael Stahl
2015-05-03cppcheck: noExplicitConstructorCaolán McNamara
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann
2015-01-20Some more loplugin:cstylecast: avmediaStephan Bergmann
2014-12-12avmedia: Use appropriate OUString functions on string constantsStephan Bergmann
2014-08-25set names on a bunch more threads...Michael Stahl
2014-05-30fdo#68849: Add header guards to all include filesJens Carl
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-01-14These should be extern "C" function typesStephan Bergmann
2013-11-04cppcheck: fix '<type>::operator=' should return '<type> &'.Julien Nabet
2013-10-19avmedia/vlc: setting a correct video/audio trackMinh Ngo
2013-10-12s/UNX/LINUX/, as that is what is meant hereTor Lillqvist
2013-10-07Avmedia/VLC: Adding some todoMinh Ngo