summaryrefslogtreecommitdiffstats
path: root/avmedia/source/macavf/player.mm
Commit message (Expand)AuthorAgeFilesLines
* remove more rtl::OUString and OString prefixesNoel Grandin2018-10-241-5/+5
* More loplugin:cstylecast on macOSStephan Bergmann2018-01-201-2/+2
* loplugin:redundantcast (after loplugin:cstylecast, macOS)Stephan Bergmann2018-01-191-1/+1
* loplugin:salcall (macOS)Stephan Bergmann2017-12-151-2/+2
* Fix typosAndrea Gelmini2017-08-171-1/+1
* Remove dynamic exception specificationsStephan Bergmann2017-01-261-20/+0
* loplugin:stringconstantStephan Bergmann2017-01-171-1/+1
* 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-131-1/+0
* OSL_TRACE->SAL in avmedia..canvasNoel Grandin2016-12-131-26/+3
* tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMuhammet Kara2016-08-041-3/+1
* Teach loplugin:stringconstant about RTL_CONSTASCII_STRINGPARAMStephan Bergmann2016-06-031-1/+1
* Formatting changes across all modulesChris Sherlock2016-02-091-27/+0
* Don't assume sal_Unicode is unsigned shortStephan Bergmann2015-11-171-1/+1
* use initialiser list for Sequence<OUString>Noel Grandin2015-11-161-2/+1
* loplugin:nullptr (automatic rewrite; Mac-specific code)Stephan Bergmann2015-11-101-3/+3
* -Werror,-Wdeprecated-declarationsStephan Bergmann2015-10-021-0/+3
* loplugin:staticmethodsStephan Bergmann2015-05-091-1/+1
* loplugin:implicitboolconversionStephan Bergmann2015-05-091-1/+1
* loplugin:cstylecastStephan Bergmann2015-03-291-1/+1
* avmedia: remove unused code related to fast-forwardZolnai Tamás2014-05-231-24/+0
* Make the MacAVF code build also as 32-bitTor Lillqvist2014-05-161-13/+3
* 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-151-19/+4
* AOO: #i124875# support Mac AV-Foundation API for multimedia contentHerbert Dürr2014-05-151-0/+474