summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation/mediaplayer
Commit message (Expand)AuthorAgeFilesLines
* AVF: Fix mediaplayer state and status issuesChristian Strømme2017-04-263-52/+90
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-03-101-2/+0
|\
| * Use QT_CONFIG macro to check for featuresLars Knoll2017-02-271-2/+0
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-12-121-1/+3
|\|
| * Move qtmultimedia over to the new config systemLars Knoll2016-11-141-1/+3
* | Merge remote-tracking branch 'origin/5.8' into devLiang Qi2016-10-122-53/+59
|\|
| * Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-10-112-53/+59
| |\
| | * Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-10-042-53/+59
| | |\
| | | * AVFoundation: fix metadata controlYoann Lopes2016-09-272-53/+59
* | | | Remove deprecated QSysInfo APIs and dead code from macOS/iOS backendJake Petroules2016-09-234-34/+2
|/ / /
* | | Merge remote-tracking branch 'origin/5.7' into 5.8Yoann Lopes2016-09-012-3/+19
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-08-272-3/+19
| |\|
| | * AVFoundation: fix memory leakYoann Lopes2016-08-221-3/+13
| | * Fix instance method not found warningJake Petroules2016-08-171-0/+6
* | | Adjust to qtConfig() changes in qtbaseLars Knoll2016-08-191-2/+2
|/ /
* | 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
* | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-03-071-6/+5
|\|
| * standardize statement order in project files a bitOswald Buddenhagen2016-02-251-1/+1
| * remove redundant statements from project filesOswald Buddenhagen2016-02-251-1/+0
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-251-4/+4
* | Updated license headersAntti Kokko2016-01-1926-364/+520
* | tvOS supportMike Krus2016-01-136-20/+21
|/
* AVFoundation: implemented QMediaPlayer::seekable.Yoann Lopes2015-09-153-1/+19
* 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-152-5/+27
* AVFoundation: fix initial volume.Yoann Lopes2015-09-152-22/+28
* AVFoundation: fix playback rate.Yoann Lopes2015-09-153-8/+13
* AVFoundation: don't use shared OpenGL contexts unless needed.Yoann Lopes2015-06-101-11/+15
* OSX/iOS: Fix volume and muteFrank Osterfeld2015-05-111-2/+2
* ios: Enable volume and mute functionalityFrank Osterfeld2015-02-251-9/+21
* ios: Do not leak texture cache objectsFrank Osterfeld2015-02-251-9/+11
* Update copyright headersAntti Kokko2015-02-1226-378/+274
* iOS video frame render implementation.James Turner2015-02-048-61/+575
* AVFoundation: fix media player video rendering in QML.Yoann Lopes2014-10-012-19/+4
* Fixed avfmediaplayersession.mm for OSX 10.10 Yosemite.Jens Cornelis2014-09-111-1/+1
* Merge remote-tracking branch 'origin/5.3' into 5.4Frederik Gladhorn2014-09-015-55/+64
|\
| * AVFoundation: fix some controls not being correctly destroyed on iOS.Yoann Lopes2014-08-253-4/+9
| * AVFoundation: fix retrieving tracks information from live sources.Yoann Lopes2014-08-252-51/+55
* | Update license headers and add new license filesAntti Kokko2014-08-2412-227/+131
* | Fix compilation with -no-openglKai Koehne2014-07-011-4/+9
|/
* AVFoundation: Add QVideoWindowControl supportAndy Nichols2014-03-204-2/+378
* AVFoundation: Fix another crash when destroying a QMediaPlayerAndy Nichols2014-03-141-2/+2
* AVFoundation: Prevent Crash in QMediaPlayerAndy Nichols2014-03-071-1/+4
* AVFoundation: Call stop() on VideoSurface when changing sourcesAndy Nichols2014-03-041-0/+5
* AVFoundation: Fix y-inverted QML VideosAndy Nichols2014-03-041-2/+3
* AVFoundation: Remove debug codeAndy Nichols2014-03-031-2/+2
* Fixes mediaplayer crashes on OSXtom2014-01-241-11/+23
* AVFoundation: Enable QVideoWidget on iOSAndy Nichols2013-08-272-22/+21