summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper/Player.cxx
AgeCommit message (Expand)Author
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
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-10-17loplugin:staticvar in avmedia..connectivityNoel Grandin
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-08-07loplugin:oncevarStephan Bergmann
2015-11-10loplugin:nullptr (automatic rewrite)Stephan 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-07Avmedia/VLC: Adding some todoMinh Ngo
2013-09-20Avmedia/VLC: Fixing zooming.Minh Ngo
2013-09-20Avmedia/VLC: Minor code formatting fixMinh Ngo
2013-09-15Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo
2013-09-14Fixing copying processes for wrapper components.Minh Ngo
2013-09-14Getting correct media file duration and time.Minh Ngo
2013-09-08Refactoring vlc moduleMinh Ngo
2013-09-03Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist
2013-09-03Make --enable-vlc at least compile on WindowsStephan Bergmann
2013-08-25Linking symbols only once.Minh Ngo
2013-08-22Returning an object reference in operators =.Minh Ngo
2013-08-21avmedia: vlc - add / cleanup license headers.Michael Meeks
2013-08-21Fixing copy constructors/operators= for VLC wrapper instances.Minh Ngo
2013-08-21Playback loopMinh Ngo
2013-08-21MacOS/Windows stuffMinh Ngo
2013-08-21Disabling the mouse handling event in the VLC engine.Minh Ngo
2013-08-21VLC Player wrapperMinh Ngo