summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcplayer.cxx
AgeCommit message (Expand)AuthorFilesLines
2020-12-25Remove vlc part since experimental since 5 yearsJulien Nabet1-251/+0
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-2/+2
2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann1-2/+2
2020-08-13loplugin:stringstatic also look for local staticsNoel Grandin1-2/+2
2020-01-25tdf#130137 Replace remaining uses of WNT define checks with _WIN32A_GAN1-1/+1
2020-01-14clang-tidy modernize-concat-nested-namespace in avmediaNoel Grandin1-3/+1
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-6/+6
2018-05-22loplugin:unusedfields in avmedia..comphelperNoel Grandin1-2/+1
2017-12-19loplugin:unusedmethodsNoel Grandin1-16/+0
2017-12-06loplugin:salcallStephan Bergmann1-2/+2
2017-10-23loplugin:includeform: avmediaStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-18/+13
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara1-2/+1
2016-05-19Resolve: "TODO(Q1): Make GetSystemData method virtual"Caolán McNamara1-1/+1
2016-05-19rename to two GetSystemData methods to find all call-sitesCaolán McNamara1-1/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin1-1/+1
2015-10-25Replace boost::bind by lambdas in avmedia tree.Mario J. Rugiero1-2/+1
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin1-19/+19
2015-07-13avmedia: add some missing license headers to vlc filesMichael Stahl1-0/+19
2014-05-23avmedia: remove unused code related to fast-forwardZolnai Tamás1-6/+0
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-6/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-19/+19
2014-01-17Convert avmedia to cppu::supportsServiceAlexandre Vicenzi1-1/+2
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist1-1/+1
2013-10-19avmedia/vlc: fixing a hang when trying to get a frameMinh Ngo1-1/+0
2013-10-07Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo1-1/+5
2013-09-20Avmedia/VLC: Fixing a bug with a keyframe attachingMinh Ngo1-3/+9
2013-09-20Avmedia/VLC: Fixing zooming.Minh Ngo1-0/+6
2013-09-15Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo1-0/+16
2013-09-14Avmedia/VLC: Switching window ID when changing a screen mode.Minh Ngo1-3/+12
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo1-2/+2
2013-09-14Mute sound when grabbing a frame.Minh Ngo1-2/+7
2013-09-14Getting correct media file duration and time.Minh Ngo1-3/+1
2013-09-08Refactoring vlc moduleMinh Ngo1-19/+10
2013-09-03Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist1-8/+5
2013-09-03Make --enable-vlc at least compile on Mac OS XStephan Bergmann1-1/+4
2013-09-03-Werror,-Wunused-private-fieldStephan Bergmann1-1/+1
2013-09-03Make --enable-vlc at least compile on WindowsStephan Bergmann1-0/+5
2013-08-22Fixing warningsMinh Ngo1-14/+19
2013-08-22Fixing warnings and crash with the VLC::Instance.Minh Ngo1-13/+16
2013-08-21Playback loopMinh Ngo1-8/+8
2013-08-21MacOS/Windows stuffMinh Ngo1-6/+2
2013-08-21Disabling the mouse handling event in the VLC engine.Minh Ngo1-1/+2
2013-08-21Porting all VLC API for loading by wrappersMinh Ngo1-16/+9
2013-08-21VLC Player wrapperMinh Ngo1-19/+20
2013-08-21API interface for libvlc_media_tMinh Ngo1-13/+2
2013-08-21Upd the instance APIMinh Ngo1-1/+1
2013-08-21VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo1-7/+5