summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* Use consistent calling convention: SAL_CALLTor Lillqvist2013-09-091-2/+2
* Creating one single Player manager.Minh Ngo2013-09-084-10/+27
* Refactoring vlc moduleMinh Ngo2013-09-0811-67/+85
* Thread safe queue + event handlerMinh Ngo2013-09-083-14/+20
* Replacing unistd.h by stdint.hMinh Ngo2013-09-051-1/+1
* Turn off event queue.Minh Ngo2013-09-041-2/+5
* Fixing a crash when loading symbols from LibVLC.Minh Ngo2013-09-043-5/+8
* Possibly fixes compiling success regression on the UNIX platform.Minh Ngo2013-09-041-0/+3
* Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist2013-09-034-21/+24
* Make --enable-vlc at least compile on Mac OS XStephan Bergmann2013-09-031-1/+4
* -Werror,-Wunused-private-fieldStephan Bergmann2013-09-033-6/+3
* Blind fix to make this perhaps actually workTor Lillqvist2013-09-031-2/+6
* Just use the wide char API and no TCHAR crack, puh-leaseTor Lillqvist2013-09-031-6/+4
* Make --enable-vlc at least compile on WindowsStephan Bergmann2013-09-037-7/+26
* Missing exception specificationsStephan Bergmann2013-09-032-14/+14
* Possible fixes encoding in the VLC library path.Minh Ngo2013-09-021-1/+1
* Updating library path for VLC on Mac OSMinh Ngo2013-08-311-1/+1
* Cross-platform libvlc loading.Minh Ngo2013-08-311-21/+48
* I doubt -DWINNT is neededTor Lillqvist2013-08-293-18/+0
* Add missing line continuation characterTor Lillqvist2013-08-291-1/+1
* Adding VLC version checkingMinh Ngo2013-08-285-3/+78
* avmedia: vlc - extract required types to their own header.Michael Meeks2013-08-273-7/+39
* avmedia - vlc: include iostreamMichael Meeks2013-08-261-0/+1
* Linking symbols only once.Minh Ngo2013-08-2513-49/+90
* Fixing warningsMinh Ngo2013-08-225-60/+66
* Fixing warnings and crash with the VLC::Instance.Minh Ngo2013-08-224-17/+26
* Returning an object reference in operators =.Minh Ngo2013-08-222-0/+2
* Removing a waste headerMinh Ngo2013-08-221-1/+0
* Fixing symbol loader. Returns true if successful. false otherwise.Minh Ngo2013-08-221-2/+10
* Finding libvlc in Mac OS/Windows platformsMinh Ngo2013-08-221-2/+4
* finish deprecation of O(U)String::valueOf()Luboš Luňák2013-08-211-1/+1
* avmedia: vlc - with the wrapper we no longer need cflags / libs.Michael Meeks2013-08-211-2/+0
* avmedia: vlc - link to boostsystem bits.Michael Meeks2013-08-211-0/+5
* avmedia: vlc - add / cleanup license headers.Michael Meeks2013-08-2111-70/+68
* Fixing copy constructors/operators= for VLC wrapper instances.Minh Ngo2013-08-217-7/+56
* Playback loopMinh Ngo2013-08-2110-55/+74
* VLC Event handling in the separate thread.Minh Ngo2013-08-213-0/+69
* Thread safe queue for VLC Event HandlingMinh Ngo2013-08-212-0/+80
* Includes for building.Minh Ngo2013-08-211-72/+4
* MacOS/Windows stuffMinh Ngo2013-08-213-8/+11
* Disabling the mouse handling event in the VLC engine.Minh Ngo2013-08-213-2/+12
* Porting all VLC API for loading by wrappersMinh Ngo2013-08-217-39/+215
* VLC Player wrapperMinh Ngo2013-08-2110-43/+268
* Media wrapperMinh Ngo2013-08-212-0/+91
* API interface for libvlc_media_tMinh Ngo2013-08-214-36/+27
* Upd the instance APIMinh Ngo2013-08-213-4/+4
* VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo2013-08-215-9/+84
* libvlc API symbol loader routinesMinh Ngo2013-08-211-0/+82
* Playback loopMinh Ngo2013-08-213-4/+31
* Optimizing VLC player initialization process.Minh Ngo2013-08-214-6/+19