Age | Commit message (Expand) | Author |
2013-09-14 | Media zoom for Avmedia/vlc | Minh Ngo |
2013-09-14 | Getting correct media file duration and time. | Minh Ngo |
2013-09-10 | avmedia: vlc - cleanup debug churn. | Michael Meeks |
2013-09-09 | Use consistent calling convention: SAL_CALL | Tor Lillqvist |
2013-09-08 | Creating one single Player manager. | Minh Ngo |
2013-09-08 | Refactoring vlc module | Minh Ngo |
2013-09-08 | Thread safe queue + event handler | Minh Ngo |
2013-09-05 | Replacing unistd.h by stdint.h | Minh Ngo |
2013-09-04 | Turn off event queue. | Minh Ngo |
2013-09-04 | Fixing a crash when loading symbols from LibVLC. | Minh Ngo |
2013-09-04 | Possibly fixes compiling success regression on the UNIX platform. | Minh Ngo |
2013-09-03 | Fix typos and make the VLC code in theory work as 64-bit on Windows and OS X | Tor Lillqvist |
2013-09-03 | Make --enable-vlc at least compile on Mac OS X | Stephan Bergmann |
2013-09-03 | -Werror,-Wunused-private-field | Stephan Bergmann |
2013-09-03 | Blind fix to make this perhaps actually work | Tor Lillqvist |
2013-09-03 | Just use the wide char API and no TCHAR crack, puh-lease | Tor Lillqvist |
2013-09-03 | Make --enable-vlc at least compile on Windows | Stephan Bergmann |
2013-09-03 | Missing exception specifications | Stephan Bergmann |
2013-09-02 | Possible fixes encoding in the VLC library path. | Minh Ngo |
2013-08-31 | Updating library path for VLC on Mac OS | Minh Ngo |
2013-08-31 | Cross-platform libvlc loading. | Minh Ngo |
2013-08-29 | I doubt -DWINNT is needed | Tor Lillqvist |
2013-08-29 | Add missing line continuation character | Tor Lillqvist |
2013-08-28 | Adding VLC version checking | Minh Ngo |
2013-08-27 | avmedia: vlc - extract required types to their own header. | Michael Meeks |
2013-08-26 | avmedia - vlc: include iostream | Michael Meeks |
2013-08-25 | Linking symbols only once. | Minh Ngo |
2013-08-22 | Fixing warnings | Minh Ngo |
2013-08-22 | Fixing warnings and crash with the VLC::Instance. | Minh Ngo |
2013-08-22 | Returning an object reference in operators =. | Minh Ngo |
2013-08-22 | Removing a waste header | Minh Ngo |
2013-08-22 | Fixing symbol loader. Returns true if successful. false otherwise. | Minh Ngo |
2013-08-22 | Finding libvlc in Mac OS/Windows platforms | Minh Ngo |
2013-08-21 | finish deprecation of O(U)String::valueOf() | Luboš Luňák |
2013-08-21 | avmedia: vlc - with the wrapper we no longer need cflags / libs. | Michael Meeks |
2013-08-21 | avmedia: vlc - link to boostsystem bits. | Michael Meeks |
2013-08-21 | avmedia: vlc - add / cleanup license headers. | Michael Meeks |
2013-08-21 | Fixing copy constructors/operators= for VLC wrapper instances. | Minh Ngo |
2013-08-21 | Playback loop | Minh Ngo |
2013-08-21 | VLC Event handling in the separate thread. | Minh Ngo |
2013-08-21 | Thread safe queue for VLC Event Handling | Minh Ngo |
2013-08-21 | Includes for building. | Minh Ngo |
2013-08-21 | MacOS/Windows stuff | Minh Ngo |
2013-08-21 | Disabling the mouse handling event in the VLC engine. | Minh Ngo |
2013-08-21 | Porting all VLC API for loading by wrappers | Minh Ngo |
2013-08-21 | VLC Player wrapper | Minh Ngo |
2013-08-21 | Media wrapper | Minh Ngo |
2013-08-21 | API interface for libvlc_media_t | Minh Ngo |
2013-08-21 | Upd the instance API | Minh Ngo |
2013-08-21 | VLC::Instance Wrapper class for libvlc_instance_t | Minh Ngo |