summaryrefslogtreecommitdiff
path: root/avmedia
AgeCommit message (Expand)AuthorFilesLines
2013-09-05Replacing unistd.h by stdint.hMinh Ngo1-1/+1
2013-09-04Turn off event queue.Minh Ngo1-2/+5
2013-09-04Fixing a crash when loading symbols from LibVLC.Minh Ngo3-5/+8
2013-09-04Possibly fixes compiling success regression on the UNIX platform.Minh Ngo1-0/+3
2013-09-03Fix typos and make the VLC code in theory work as 64-bit on Windows and OS XTor Lillqvist4-21/+24
2013-09-03Make --enable-vlc at least compile on Mac OS XStephan Bergmann1-1/+4
2013-09-03-Werror,-Wunused-private-fieldStephan Bergmann3-6/+3
2013-09-03Blind fix to make this perhaps actually workTor Lillqvist1-2/+6
2013-09-03Just use the wide char API and no TCHAR crack, puh-leaseTor Lillqvist1-6/+4
2013-09-03Make --enable-vlc at least compile on WindowsStephan Bergmann7-7/+26
2013-09-03Missing exception specificationsStephan Bergmann2-14/+14
2013-09-02Possible fixes encoding in the VLC library path.Minh Ngo1-1/+1
2013-08-31Updating library path for VLC on Mac OSMinh Ngo1-1/+1
2013-08-31Cross-platform libvlc loading.Minh Ngo1-21/+48
2013-08-29I doubt -DWINNT is neededTor Lillqvist3-18/+0
2013-08-29Add missing line continuation characterTor Lillqvist1-1/+1
2013-08-28Adding VLC version checkingMinh Ngo5-3/+78
2013-08-27avmedia: vlc - extract required types to their own header.Michael Meeks3-7/+39
2013-08-26avmedia - vlc: include iostreamMichael Meeks1-0/+1
2013-08-25Linking symbols only once.Minh Ngo13-49/+90
2013-08-22Fixing warningsMinh Ngo5-60/+66
2013-08-22Fixing warnings and crash with the VLC::Instance.Minh Ngo4-17/+26
2013-08-22Returning an object reference in operators =.Minh Ngo2-0/+2
2013-08-22Removing a waste headerMinh Ngo1-1/+0
2013-08-22Fixing symbol loader. Returns true if successful. false otherwise.Minh Ngo1-2/+10
2013-08-22Finding libvlc in Mac OS/Windows platformsMinh Ngo1-2/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-1/+1
2013-08-21avmedia: vlc - with the wrapper we no longer need cflags / libs.Michael Meeks1-2/+0
2013-08-21avmedia: vlc - link to boostsystem bits.Michael Meeks1-0/+5
2013-08-21avmedia: vlc - add / cleanup license headers.Michael Meeks11-70/+68
2013-08-21Fixing copy constructors/operators= for VLC wrapper instances.Minh Ngo7-7/+56
2013-08-21Playback loopMinh Ngo10-55/+74
2013-08-21VLC Event handling in the separate thread.Minh Ngo3-0/+69
2013-08-21Thread safe queue for VLC Event HandlingMinh Ngo2-0/+80
2013-08-21Includes for building.Minh Ngo1-72/+4
2013-08-21MacOS/Windows stuffMinh Ngo3-8/+11
2013-08-21Disabling the mouse handling event in the VLC engine.Minh Ngo3-2/+12
2013-08-21Porting all VLC API for loading by wrappersMinh Ngo7-39/+215
2013-08-21VLC Player wrapperMinh Ngo10-43/+268
2013-08-21Media wrapperMinh Ngo2-0/+91
2013-08-21API interface for libvlc_media_tMinh Ngo4-36/+27
2013-08-21Upd the instance APIMinh Ngo3-4/+4
2013-08-21VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo5-9/+84
2013-08-21libvlc API symbol loader routinesMinh Ngo1-0/+82
2013-08-21Playback loopMinh Ngo3-4/+31
2013-08-21Optimizing VLC player initialization process.Minh Ngo4-6/+19
2013-08-21Upd frame grabber. Will work with this patch [1][2].Minh Ngo2-6/+67
2013-08-21Removing bad code. Fixing VLC starting arguments.Minh Ngo3-93/+8
2013-07-28reduce use of UniString from ResID ctorCaolán McNamara2-3/+4
2013-07-26Fixing windows ID settingMinh Ngo1-2/+2