summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/wrapper
AgeCommit message (Expand)Author
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-12s/UNX/LINUX/, as that is what is meant hereTor Lillqvist
2013-10-07Avmedia/VLC: Adding some todoMinh Ngo
2013-10-07Avmedia/VLC: Using *_new_location instead of *_new_path function.Minh Ngo
2013-10-07Avmedia/VLC: Returns "No error" if there aren't any error.Minh Ngo
2013-10-07Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit.Minh Ngo
2013-09-23Avmedia/VLC: Debug infoMinh Ngo
2013-09-23Avmedia/VLC: Adding more debug infoMinh Ngo
2013-09-20Avmedia/VLC: Fixing zooming.Minh Ngo
2013-09-20Avmedia/VLC: Minor code formatting fixMinh Ngo
2013-09-15Avmedia/VLC: Adding soname backMinh Ngo
2013-09-15Avmedia/VLC: Falling back to gstreamer if libvlc is not found.Minh Ngo
2013-09-15Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo
2013-09-15Avmedia/VLC: Error handling & Fixing a bug with a zero duration.Minh 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-09Use consistent calling convention: SAL_CALLTor Lillqvist
2013-09-08Refactoring vlc moduleMinh Ngo
2013-09-08Thread safe queue + event handlerMinh Ngo
2013-09-05Replacing unistd.h by stdint.hMinh Ngo
2013-09-04Fixing a crash when loading symbols from LibVLC.Minh Ngo
2013-09-04Possibly fixes compiling success regression on the UNIX platform.Minh Ngo
2013-09-03Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist
2013-09-03Blind fix to make this perhaps actually workTor Lillqvist
2013-09-03Just use the wide char API and no TCHAR crack, puh-leaseTor Lillqvist
2013-09-03Make --enable-vlc at least compile on WindowsStephan Bergmann
2013-09-02Possible fixes encoding in the VLC library path.Minh Ngo
2013-08-31Updating library path for VLC on Mac OSMinh Ngo
2013-08-31Cross-platform libvlc loading.Minh Ngo
2013-08-28Adding VLC version checkingMinh Ngo
2013-08-27avmedia: vlc - extract required types to their own header.Michael Meeks
2013-08-25Linking symbols only once.Minh Ngo
2013-08-22Fixing warnings and crash with the VLC::Instance.Minh Ngo
2013-08-22Returning an object reference in operators =.Minh Ngo
2013-08-22Removing a waste headerMinh Ngo
2013-08-22Fixing symbol loader. Returns true if successful. false otherwise.Minh Ngo
2013-08-22Finding libvlc in Mac OS/Windows platformsMinh 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-21VLC Event handling in the separate thread.Minh Ngo
2013-08-21Thread safe queue for VLC Event HandlingMinh Ngo
2013-08-21Includes for building.Minh 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