summaryrefslogtreecommitdiffstats
path: root/avmedia/source
Commit message (Expand)AuthorAgeFilesLines
* Adding VLC version checkingMinh Ngo2013-08-284-3/+77
* 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 - 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-212-0/+66
* 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-216-39/+214
* VLC Player wrapperMinh Ngo2013-08-219-43/+267
* Media wrapperMinh Ngo2013-08-212-0/+91
* API interface for libvlc_media_tMinh Ngo2013-08-213-18/+8
* Upd the instance APIMinh Ngo2013-08-213-4/+4
* VLC::Instance Wrapper class for libvlc_instance_tMinh Ngo2013-08-214-9/+83
* 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-211-6/+66
* 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
* Fixing default frame sizeMinh Ngo2013-07-264-2/+4
* Fixing volume changing abilityMinh Ngo2013-07-261-3/+3
* Binding a video frame into a LibreOffice's widgetMinh Ngo2013-07-262-3/+44
* Fixing get/set time methods (correctly converts ms into sec).Minh Ngo2013-07-263-4/+8
* don't return an UNO reference to a temporary stack object.Michael Meeks2013-07-261-2/+2
* Fixing segfault when getting a durationMinh Ngo2013-07-262-2/+4
* Insert vlc at the top of the service list to try for media.Michael Meeks2013-07-263-4/+7
* Build fixMinh Ngo2013-07-263-5/+6
* Setting url into the player classMinh Ngo2013-07-263-6/+18
* Frame grabber interface. Adding service/implementation names.Minh Ngo2013-07-266-31/+154
* get vlcwindow compiling.Michael Meeks2013-07-263-122/+123
* Fixing source for buildingMinh Ngo2013-07-266-6/+130