summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcmanager.cxx
AgeCommit message (Expand)Author
2020-07-06avmedia: create instances with uno constructorsNoel Grandin
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-14clang-tidy modernize-concat-nested-namespace in avmediaNoel Grandin
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-07-09Add missing sal/log.hxx headersGabor Kelemen
2017-12-19loplugin:unusedfieldsNoel Grandin
2017-10-23loplugin:includeform: avmediaStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-08-04tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara
2016-03-31Spurious closing parenthesisStephan Bergmann
2016-03-31use SAL_N_ELEMENTS more widelyNoel Grandin
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-17Convert avmedia to cppu::supportsServiceAlexandre Vicenzi
2013-11-20Only throw exceptions that match specificationStephan Bergmann
2013-10-19avmedia/vlc: fixing a hang when trying to get a frameMinh Ngo
2013-10-07Avmedia/VLC: Fixing some errors when creating libvlc_instance_t.Minh Ngo
2013-09-23Avmedia/VLC: Debug infoMinh Ngo
2013-09-23Avmedia/VLC: Adding more debug infoMinh Ngo
2013-09-15Avmedia/VLC: Falling back to gstreamer if libvlc is not found.Minh Ngo
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo
2013-09-14Mute sound when grabbing a frame.Minh Ngo
2013-09-10avmedia: vlc - cleanup debug churn.Michael Meeks
2013-09-08Creating one single Player manager.Minh Ngo
2013-09-08Refactoring vlc moduleMinh Ngo
2013-09-04Turn off event queue.Minh Ngo
2013-09-04Fixing a crash when loading symbols from LibVLC.Minh Ngo
2013-08-28Adding VLC version checkingMinh Ngo
2013-08-25Linking symbols only once.Minh Ngo
2013-08-21Playback loopMinh Ngo
2013-08-21Optimizing VLC player initialization process.Minh Ngo
2013-07-26Fixing a manager classMinh Ngo
2013-07-26Setting url into the player classMinh Ngo
2013-07-26Fixing source for buildingMinh Ngo
2013-07-26build the new modules, and close a couple of namespaces.Michael Meeks
2013-07-26Initial player/manager patterns for the vlc moduleMinh Ngo