summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
...
* -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
* Upd frame grabber. Will work with this patch [1][2].Minh Ngo2013-08-212-6/+67
* Removing bad code. Fixing VLC starting arguments.Minh Ngo2013-08-213-93/+8
* reduce use of UniString from ResID ctorCaolán McNamara2013-07-282-3/+4
* Fixing windows ID settingMinh Ngo2013-07-261-2/+2
* Fixing a manager classMinh Ngo2013-07-263-5/+7
* Removing a code for WIN32 that doesn't workMinh Ngo2013-07-261-1/+1
* Minor fixesMinh Ngo2013-07-262-2/+1
* Frame grabber implementation.Minh Ngo2013-07-264-11/+118
* Possibly binds a video frame into the WIN32 windowMinh Ngo2013-07-261-2/+6
* Fixing pausing/stopping media featuresMinh Ngo2013-07-262-1/+9