summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation/mediaplayer
Commit message (Expand)AuthorAgeFilesLines
* 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
* AVFoundation: Use CoreAnimation to render video to QVideoWidgetAndy Nichols2013-08-277-262/+115
* AVFoundation: Enable use of QMediaPlayer for audio on iOSAndy Nichols2013-08-273-28/+42
* Multimedia plugins now have a unique JSON metadata 'Keys' property.Yoann Lopes2013-06-211-1/+2
* Decouple qmediametadata.h from qmultimedia.hSze Howe Koh2013-05-141-1/+1
* AVFoundation: Emit error when media fails to loadAndy Nichols2013-04-172-8/+9
* AVFoundation: Remove stray semicolon after conditionAndy Nichols2013-04-161-1/+1
* Doc: Fix minor typosSze Howe Koh2013-04-102-2/+2
* make use of qtHaveModule()Oswald Buddenhagen2013-01-111-1/+1
* Update copyright year in Digia's license headersSergio Ahumada2013-01-1022-22/+22
* Compile in 32-bit mode.Morten Johan Sørvig2013-01-082-5/+5
* Add PLUGIN_CLASS_NAME to qtmultimedia pluginsMiikka Heikkinen2012-12-101-0/+1
* Fixed build on MacOS with clang in C++11 mode.Erik Verbruggen2012-12-061-5/+5
* AVFoundation: Enable QImage based frame fallbackAndy Nichols2012-11-213-21/+89
* AVFoundation: Fix broken requestControl logicAndy Nichols2012-11-201-6/+10
* Enable the "#include <QMultimedia>" camel-case headerSze Howe Koh2012-11-061-1/+1
* Rename namespace QtMultimedia -> QMultimediaSze Howe Koh2012-11-062-4/+4
* Rename namespace QtMultimedia::MetaData -> QMediaMetaDataSze Howe Koh2012-11-061-14/+14
* adjust to qt_plugin.prf changesOswald Buddenhagen2012-11-051-5/+0
* Add MediaPlayer support to AVFoundation pluginAndy Nichols2012-10-1924-0/+3589