summaryrefslogtreecommitdiff
path: root/avmedia/source/vlc/vlcframegrabber.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin1-4/+4
2017-10-23loplugin:includeform: avmediaStephan Bergmann1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-9/+5
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-4/+4
2015-09-14boost->stdCaolán McNamara1-1/+0
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin1-8/+8
2015-07-13avmedia: add some missing license headers to vlc filesMichael Stahl1-0/+2
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe1-3/+3
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-3/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-4/+4
2013-09-14Avmedia/VLC component code refactoring.Minh Ngo1-14/+13
2013-09-14Mute sound when grabbing a frame.Minh Ngo1-4/+5
2013-09-08Refactoring vlc moduleMinh Ngo1-2/+2
2013-09-03Make --enable-vlc at least compile on WindowsStephan Bergmann1-2/+2
2013-08-22Fixing warningsMinh Ngo1-4/+4
2013-08-21Playback loopMinh Ngo1-1/+3
2013-08-21VLC Player wrapperMinh Ngo1-3/+6
2013-07-26Minor fixesMinh Ngo1-1/+0
2013-07-26Frame grabber implementation.Minh Ngo1-3/+8
2013-07-26Fixing default frame sizeMinh Ngo1-1/+1
2013-07-26Fixing get/set time methods (correctly converts ms into sec).Minh Ngo1-1/+2
2013-07-26Frame grabber interface. Adding service/implementation names.Minh Ngo1-0/+48