summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcplayer.cxx
AgeCommit message (Expand)Author
2014-05-23avmedia: remove unused code related to fast-forwardZolnai Tamás
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-01-17Convert avmedia to cppu::supportsServiceAlexandre Vicenzi
2013-12-05Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5Tor Lillqvist
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-20Avmedia/VLC: Fixing a bug with a keyframe attachingMinh Ngo
2013-09-20Avmedia/VLC: Fixing zooming.Minh Ngo
2013-09-15Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo
2013-09-14Avmedia/VLC: Switching window ID when changing a screen mode.Minh Ngo
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo
2013-09-14Mute sound when grabbing a frame.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 Mac OS XStephan Bergmann
2013-09-03-Werror,-Wunused-private-fieldStephan Bergmann
2013-09-03Make --enable-vlc at least compile on WindowsStephan Bergmann
2013-08-22Fixing warningsMinh Ngo
2013-08-22Fixing warnings and crash with the VLC::Instance.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-21Porting all VLC API for loading by wrappersMinh Ngo
2013-08-21VLC Player wrapperMinh Ngo
2013-08-21API interface for libvlc_media_tMinh Ngo
2013-08-21Upd the instance APIMinh Ngo
2013-08-21VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo
2013-08-21Playback loopMinh Ngo
2013-08-21Optimizing VLC player initialization process.Minh Ngo
2013-08-21Removing bad code. Fixing VLC starting arguments.Minh Ngo
2013-07-26Fixing windows ID settingMinh Ngo
2013-07-26Removing a code for WIN32 that doesn't workMinh Ngo
2013-07-26Frame grabber implementation.Minh Ngo
2013-07-26Possibly binds a video frame into the WIN32 windowMinh Ngo
2013-07-26Fixing pausing/stopping media featuresMinh Ngo
2013-07-26Fixing default frame sizeMinh Ngo
2013-07-26Fixing volume changing abilityMinh Ngo
2013-07-26Binding a video frame into a LibreOffice's widgetMinh Ngo
2013-07-26Fixing get/set time methods (correctly converts ms into sec).Minh Ngo
2013-07-26Fixing segfault when getting a durationMinh Ngo
2013-07-26Build fixMinh Ngo
2013-07-26Setting url into the player classMinh Ngo
2013-07-26Frame grabber interface. Adding service/implementation names.Minh Ngo
2013-07-26Fixing source for buildingMinh Ngo
2013-07-26Lockguards for threadsafe. VLCWindow class templates.Minh Ngo
2013-07-26get/set methods implementationsMinh Ngo
2013-07-26Media player/VLC instance initializing.Minh Ngo
2013-07-26Initial player/manager patterns for the vlc moduleMinh Ngo