summaryrefslogtreecommitdiff
path: root/avmedia/source/macavf
AgeCommit message (Expand)Author
2016-02-09Formatting changes across all modulesChris Sherlock
2015-11-17Don't assume sal_Unicode is unsigned shortStephan Bergmann
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann
2015-10-30use uno::Reference::set method instead of assignmentNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-02-Werror,-Wdeprecated-declarationsStephan Bergmann
2015-07-17com::sun::uno->css in avmedia and animationsNoel Grandin
2015-07-06tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-05-21convert CVT constants to scoped enumNoel Grandin
2015-05-09Remove unused create member functionsStephan Bergmann
2015-05-09loplugin:staticmethodsStephan Bergmann
2015-05-09loplugin:implicitboolconversionStephan Bergmann
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-02loplugin:redundantcastStephan Bergmann
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-29loplugin:cstylecastStephan Bergmann
2015-01-07fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara
2014-12-12avmedia: Use appropriate OUString functions on string constantsStephan Bergmann
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl
2014-10-31Removed duplicated includesAndrea Gelmini
2014-10-06-Werror,-Wnon-virtual-dtorStephan Bergmann
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-05-23avmedia: remove unused code related to fast-forwardZolnai Tamás
2014-05-16Use correct header guard name in comment at #endifTor Lillqvist
2014-05-16Make the MacAVF code build also as 32-bitTor Lillqvist
2014-05-15loplugin:saloverrideStephan Bergmann
2014-05-15loplugin:bodynotinblockStephan Bergmann
2014-05-15Argh, it's <ext/hash_map> apparentlyTor Lillqvist
2014-05-15Use std::hash:map when building against libstdc++ (and not libc++)Tor Lillqvist
2014-05-15AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr
2014-05-15AOO: #i124875# avoid wasteful loading of an AVAsset in MacAVF::FramegrabberHerbert Dürr
2014-05-15AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr