Age | Commit message (Expand) | Author |
2015-01-20 | Some more loplugin:cstylecast: avmedia | Stephan Bergmann |
2015-01-09 | boost::scoped_ptr->std::unique_ptr | Caolán McNamara |
2015-01-08 | avmedia: disable VLC unless in experimental model. | Michael Meeks |
2014-12-12 | avmedia: Use appropriate OUString functions on string constants | Stephan Bergmann |
2014-08-25 | set names on a bunch more threads... | Michael Stahl |
2014-07-01 | avmedia: sal_Bool -> bool | Stephan Bergmann |
2014-05-30 | fdo#68849: Add header guards to all include files | Jens Carl |
2014-05-23 | avmedia: remove unused code related to fast-forward | Zolnai Tamás |
2014-05-15 | Resolves fdo#70681: fixincludeguards.pl: all that's left | Thomas Arnhold |
2014-04-24 | add missing modelines to cxx and hxx files | Thomas Arnhold |
2014-04-03 | remove unnecessary scope qualifier from sal_Bool uses | Noel Grandin |
2014-04-01 | Explicitly mark overriding destructors as "virtual" | Stephan Bergmann |
2014-03-26 | First batch of adding SAL_OVERRRIDE to overriding function declarations | Stephan Bergmann |
2014-02-26 | cppuhelper: retrofit std::exception into overriding exception specs | Stephan Bergmann |
2014-01-17 | Convert avmedia to cppu::supportsService | Alexandre Vicenzi |
2014-01-14 | These should be extern "C" function types | Stephan Bergmann |
2013-12-17 | Adapt all (non-extension, SharedLibrary) .components to environment="..." | Stephan Bergmann |
2013-12-05 | Fix fallout from 461e0f9eaf9895ecd0eba67b35a4d2cec8a5e5c5 | Tor Lillqvist |
2013-11-20 | Only throw exceptions that match specification | Stephan Bergmann |
2013-11-04 | cppcheck: fix '<type>::operator=' should return '<type> &'. | Julien Nabet |
2013-10-19 | avmedia/vlc: fixing a hang when trying to get a frame | Minh Ngo |
2013-10-19 | avmedia/vlc: setting a correct video/audio track | Minh Ngo |
2013-10-12 | Bin apparently unneeded #include | Tor Lillqvist |
2013-10-12 | s/UNX/LINUX/, as that is what is meant here | Tor Lillqvist |
2013-10-07 | Avmedia/VLC: Fixing some errors when creating libvlc_instance_t. | Minh Ngo |
2013-10-07 | Avmedia/VLC: Adding some todo | Minh Ngo |
2013-10-07 | Avmedia/VLC: Using *_new_location instead of *_new_path function. | Minh Ngo |
2013-10-07 | Avmedia/VLC: Returns "No error" if there aren't any error. | Minh Ngo |
2013-10-07 | Avmedia/VLC: Correct reading from the WINx86_64 registry for LO 32-bit. | Minh Ngo |
2013-09-23 | Avmedia/VLC: Debug info | Minh Ngo |
2013-09-23 | Avmedia/VLC: Adding more debug info | Minh Ngo |
2013-09-20 | Avmedia/VLC: Fixing a bug with a keyframe attaching | Minh Ngo |
2013-09-20 | Avmedia/VLC: Fixing zooming. | Minh Ngo |
2013-09-20 | Avmedia/VLC: Storing a frame size in the window class | Minh Ngo |
2013-09-20 | Avmedia/VLC: Minor code formatting fix | Minh Ngo |
2013-09-15 | Avmedia/VLC: Adding soname back | Minh Ngo |
2013-09-15 | Avmedia/VLC: Falling back to gstreamer if libvlc is not found. | Minh Ngo |
2013-09-15 | WaE: unused parameters | Tor Lillqvist |
2013-09-15 | Avmedia/VLC: Zooming 1:2, 2:1, 1:1 | Minh Ngo |
2013-09-15 | Avmedia/VLC: Error handling & Fixing a bug with a zero duration. | Minh Ngo |
2013-09-14 | Avmedia/VLC: Switching window ID when changing a screen mode. | Minh Ngo |
2013-09-14 | Avmedia/VLC component code refactoring. | Minh Ngo |
2013-09-14 | Print debug strings by SAL_WARN | Minh Ngo |
2013-09-14 | Mute sound when grabbing a frame. | Minh Ngo |
2013-09-14 | Fixing copying processes for wrapper components. | Minh Ngo |
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 |