summaryrefslogtreecommitdiffstats
path: root/avmedia
Commit message (Expand)AuthorAgeFilesLines
* Avmedia/VLC: Adding soname backMinh Ngo2013-09-151-2/+1
* Avmedia/VLC: Falling back to gstreamer if libvlc is not found.Minh Ngo2013-09-152-6/+4
* WaE: unused parametersTor Lillqvist2013-09-151-1/+1
* Avmedia/VLC: Zooming 1:2, 2:1, 1:1Minh Ngo2013-09-155-5/+69
* Avmedia/VLC: Error handling & Fixing a bug with a zero duration.Minh Ngo2013-09-153-2/+26
* Avmedia/VLC: Switching window ID when changing a screen mode.Minh Ngo2013-09-144-5/+30
* Avmedia/VLC component code refactoring.Minh Ngo2013-09-1421-122/+204
* Print debug strings by SAL_WARNMinh Ngo2013-09-141-2/+2
* Mute sound when grabbing a frame.Minh Ngo2013-09-145-21/+27
* Fixing copying processes for wrapper components.Minh Ngo2013-09-143-7/+3
* Media zoom for Avmedia/vlcMinh Ngo2013-09-142-4/+24
* Getting correct media file duration and time.Minh Ngo2013-09-146-21/+26
* avmedia: vlc - cleanup debug churn.Michael Meeks2013-09-102-3/+14
* 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