summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation/mediaplayer/avfmediaplayersession.mm
Commit message (Expand)AuthorAgeFilesLines
* Get rid of plugins for MM backendsLars Knoll2021-01-221-1067/+0
* AVF: Set playback audio session category while playingVal Doroshchuk2020-09-101-1/+7
* Add ; to Q_UNUSEDLars Schmertmann2020-06-281-3/+3
* AVFoundation: fix playback of files with spaces in their namesNick Korotysh2020-06-021-7/+7
* Merge remote-tracking branch 'origin/5.14' into 5.15v5.15.0-beta1Qt Forward Merge Bot2020-02-221-3/+5
|\
| * AVF: Don't override AVPlayerLayer's bounds if already setVal Doroshchuk2020-02-201-3/+5
* | AVF: Introduce adoption of AVAssetResourceLoaderDelegate protocolVal Doroshchuk2020-02-201-11/+101
|/
* AVF: Only resume playback after a stalled buffer if really neededDominik Holland2020-02-061-1/+2
* AVF: Don't use deprecated AVPlayerItem::seekToTime::CMTimeVal Doroshchuk2020-02-061-1/+1
* AVF: Set the stopped state before emitting the status after EOSVal Doroshchuk2020-01-131-2/+1
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-10-151-0/+13
|\
| * AVF: Emit StalledMedia when unbuffered and resume playback afterwardsVaL Doroshchuk2019-10-081-0/+13
* | Deprecate canonicalUrl and canonicalRequest in QMediaContentVaL Doroshchuk2019-05-131-3/+3
|/
* avfoundation: fix compiler warnings regarding Objective-CJochen Seemann2019-01-041-9/+9
* avfoundation: modernize by using nullptr and overrideJochen Seemann2019-01-041-28/+28
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-13/+28
|\
| * AVFoundation: use observer for tracking durationJochen Seemann2018-01-081-13/+28
* | AVFoundation: implement bufferStateJochen Seemann2017-12-211-3/+31
|/
* AVF: Fix mediaplayer state and status issuesChristian Strømme2017-04-261-50/+83
* Remove deprecated QSysInfo APIs and dead code from macOS/iOS backendJake Petroules2016-09-231-16/+1
* Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-271-3/+13
|\
| * AVFoundation: fix memory leakYoann Lopes2016-08-221-3/+13
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-131-6/+15
|\|
| * AVFoundation: fix mediaStatus and state changesYoann Lopes2016-08-121-6/+15
* | Updated license headersAntti Kokko2016-01-191-14/+20
|/
* AVFoundation: implemented QMediaPlayer::seekable.Yoann Lopes2015-09-151-1/+14
* AVFoundation: fix rendering when player reached EndOfMedia.Yoann Lopes2015-09-151-0/+5
* AVFoundation: correctly unload current media.Yoann Lopes2015-09-151-31/+14
* AVFoundation: store seek requests before media is loaded.Yoann Lopes2015-09-151-5/+26
* AVFoundation: fix initial volume.Yoann Lopes2015-09-151-22/+25
* AVFoundation: fix playback rate.Yoann Lopes2015-09-151-8/+10
* OSX/iOS: Fix volume and muteFrank Osterfeld2015-05-111-2/+2
* ios: Enable volume and mute functionalityFrank Osterfeld2015-02-251-9/+21
* Update copyright headersAntti Kokko2015-02-121-22/+14
* AVFoundation: fix media player video rendering in QML.Yoann Lopes2014-10-011-17/+4
* Fixed avfmediaplayersession.mm for OSX 10.10 Yosemite.Jens Cornelis2014-09-111-1/+1
* AVFoundation: fix retrieving tracks information from live sources.Yoann Lopes2014-08-251-51/+52
* AVFoundation: Fix another crash when destroying a QMediaPlayerAndy Nichols2014-03-141-2/+2
* AVFoundation: Prevent Crash in QMediaPlayerAndy Nichols2014-03-071-1/+4
* Fixes mediaplayer crashes on OSXtom2014-01-241-11/+23
* AVFoundation: Enable use of QMediaPlayer for audio on iOSAndy Nichols2013-08-271-2/+6
* AVFoundation: Emit error when media fails to loadAndy Nichols2013-04-171-8/+8
* AVFoundation: Remove stray semicolon after conditionAndy Nichols2013-04-161-1/+1
* Doc: Fix minor typosSze Howe Koh2013-04-101-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-101-1/+1
* Compile in 32-bit mode.Morten Johan Sørvig2013-01-081-4/+4
* Add MediaPlayer support to AVFoundation pluginAndy Nichols2012-10-191-0/+832