summaryrefslogtreecommitdiff
path: root/avmedia/source/win
AgeCommit message (Expand)AuthorFilesLines
2023-11-08loplugin:stringstatic, lopluign:ostr (clang-cl)Stephan Bergmann3-3/+3
2023-03-11osl::Mutex->std::mutex in avmedia::win::WindowNoel Grandin2-54/+46
2022-03-22Move BSTR wrapper to systools, and fix some wrong BSTR usesMike Kaganski1-8/+2
2022-03-22Simplify CoCreateInstance / CoGetClassObject with COMReferenceMike Kaganski2-2/+2
2021-12-21Use sal::systools::CoInitializeGuard and sal::systools::ThrowIfFailedMike Kaganski4-11/+11
2021-12-21Introduce sal::systools::COMReference::TryCoCreateInstanceMike Kaganski2-2/+2
2021-12-20Use more sal::systools::COMReferenceMike Kaganski3-79/+23
2021-08-07create comphelper::OMultiTypeInterfaceContainerHelper2 and use itNoel Grandin2-10/+10
2021-08-07no need to use UNO_QUERY hereNoel Grandin1-4/+4
2021-08-02convert #defines to OUStringLiteralNoel Grandin3-6/+6
2021-03-09loplugin:refcounting (clang-cl)Stephan Bergmann2-6/+7
2020-11-25Player::processEvent return value is unusedStephan Bergmann2-4/+2
2020-11-25BITMAPINFOHEADER::biWidth,biHeight are of type LONGStephan Bergmann1-1/+2
2020-09-04tdf#124176 Use #pragma once in avmediaGeorge Bateman1-4/+1
2020-08-15remove constructor with plain Bitmap from Graphic, use BitmapExTomaž Vajngerl1-1/+2
2020-07-15don't need to use prefix here anymoreNoel Grandin1-1/+1
2020-07-08avmedia/win: create instances with uno constructorsNoel Grandin10-91/+21
2020-05-22Prefer CoInitializeEx instead of CoInitializeJulien Nabet2-2/+2
2020-05-08compact namespace in avmedia..bridgesNoel Grandin8-24/+22
2020-03-23tdf#124176: Use pragma once instead of include guardsHarshit Jain4-16/+4
2020-02-13tdf#124176: Use pragma once instead of include guardsMohamed Sameh1-4/+1
2019-12-18sal_Char->char in avmedia..basicNoel Grandin1-1/+1
2019-11-19loplugin:fakebool (clang-cl)Stephan Bergmann1-1/+1
2019-10-10tdf#128057: convert file URIs to system path for IGraphBuilder::RenderFileMike Kaganski1-1/+8
2019-10-01loplugin:stringconstant (clang-cl)Stephan Bergmann4-4/+4
2019-04-13use more std::make_uniqueNoel Grandin1-1/+1
2019-03-27loplugin:unoquery (clang-cl)Stephan Bergmann1-4/+4
2019-02-24tdf#123653 pass WM messages to the parent window.Mark Hung2-55/+3
2018-09-24loplugin:external (clang-cl)Stephan Bergmann2-3/+3
2018-09-10tdf#42949 Fix IWYU warnings in include/cppuhelper/*Gabor Kelemen1-0/+1
2018-07-07Fix typosAndrea Gelmini1-1/+1
2018-01-31avmedia: MSVC: pragma warning: make more specific, remove obsoleteMike Kaganski3-21/+1
2018-01-23More loplugin:cstylecast on WindowsStephan Bergmann1-4/+4
2017-12-15loplugin:salcall (clang-cl)Stephan Bergmann1-2/+2
2017-10-09avmedia: consistently use "" and <> in include directivesMike Kaganski4-4/+4
2017-10-05Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2-2/+4
2017-10-03Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2-2/+7
2017-09-30Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2-33/+33
2017-09-29Drop check for Windows versions we don't supportMike Kaganski1-26/+0
2017-09-14loplugin:unnecessaryparen (clang-cl)Stephan Bergmann1-1/+1
2017-06-05avmedia : Simplify Window::WindowArnaud Versini1-35/+11
2017-02-10Remove MinGW supportStephan Bergmann1-6/+0
2017-02-02loplugin:useuniqueptrStephan Bergmann1-5/+7
2017-01-26Remove dynamic exception specificationsStephan Bergmann8-106/+53
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin1-1/+1
2016-10-16clang-cl loplugin: avmediaStephan Bergmann8-127/+127
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara4-12/+4
2016-03-15remove unnecessary parentheses in case labelsNoel Grandin2-14/+14
2016-03-04-Werror,-Wunused-macrosStephan Bergmann1-1/+0
2016-03-04Silence -Werror,-Wnon-virtual-dtorStephan Bergmann1-0/+8