summaryrefslogtreecommitdiffstats
path: root/avmedia/source/macavf
Commit message (Expand)AuthorAgeFilesLines
* Remove dynamic exception specificationsStephan Bergmann2017-01-268-110/+55
* loplugin:dynexcspec (macOS), avmediaStephan Bergmann2017-01-201-0/+2
* loplugin:stringconstantStephan Bergmann2017-01-172-2/+2
* fix mac build after OSL_TRACE->SAL changes (2)Noel Grandin2016-12-131-0/+1
* fix mac build after OSL_TRACE->SAL changesNoel Grandin2016-12-132-5/+4
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-134-39/+5
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-051-1/+1
* loplugin:overrideStephan Bergmann2016-09-144-4/+4
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-044-11/+4
* Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann2016-06-032-2/+2
* a stab at fixing the macosx buildCaolán McNamara2016-06-022-4/+2
* drop some more RTL_CONSTASCII_USTRINGPARAMNoel Grandin2016-06-022-4/+4
* fix mac build: missing quoteCaolán McNamara2016-05-111-1/+1
* Include cppumaker-generated .hpp, not .hdlStephan Bergmann2016-05-114-4/+4
* Formatting changes across all modulesChris Sherlock2016-02-098-100/+0
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-172-2/+2
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-164-9/+4
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-104-9/+9
* use uno::Reference::set method instead of assignmentNoel Grandin2015-10-302-2/+2
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-124-55/+55
* -Werror,-Wdeprecated-declarationsStephan Bergmann2015-10-022-0/+6
* com::sun::uno->css in avmedia and animationsNoel Grandin2015-07-174-72/+72
* tdf#88206 Change uses of cppu::WeakImplHelper* etc.Takeshi Abe2015-07-065-10/+12
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-081-1/+1
* convert CVT constants to scoped enumNoel Grandin2015-05-211-1/+1
* Remove unused create member functionsStephan Bergmann2015-05-092-8/+0
* loplugin:staticmethodsStephan Bergmann2015-05-092-2/+2
* loplugin:implicitboolconversionStephan Bergmann2015-05-091-1/+1
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-151-1/+1
* loplugin:redundantcastStephan Bergmann2015-04-021-1/+1
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-011-14/+14
* loplugin:cstylecastStephan Bergmann2015-03-291-1/+1
* fdo#84938: convert STREAM_ #defines to 'enum class'Noel Grandin2015-01-071-1/+1
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-271-2/+2
* avmedia: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-121-2/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* Removed duplicated includesAndrea Gelmini2014-10-311-1/+0
* -Werror,-Wnon-virtual-dtorStephan Bergmann2014-10-061-0/+1
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-1/+0
* avmedia: remove unused code related to fast-forwardZolnai Tamás2014-05-232-26/+0
* Use correct header guard name in comment at #endifTor Lillqvist2014-05-161-1/+1
* Make the MacAVF code build also as 32-bitTor Lillqvist2014-05-163-17/+19
* loplugin:saloverrideStephan Bergmann2014-05-154-57/+57
* loplugin:bodynotinblockStephan Bergmann2014-05-151-0/+2
* Argh, it's <ext/hash_map> apparentlyTor Lillqvist2014-05-151-1/+1
* Use std::hash:map when building against libstdc++ (and not libc++)Tor Lillqvist2014-05-151-0/+5
* AOO: #i124875# use AVAsset's best guess duration if AVPlayerItem isn't ready yetHerbert Dürr2014-05-151-1/+4
* AOO: #i124875# avoid wasteful loading of an AVAsset in MacAVF::FramegrabberHerbert Dürr2014-05-154-25/+15
* AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr2014-05-1511-0/+1543