summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation
Commit message (Expand)AuthorAgeFilesLines
* Fixes mediaplayer crashes on OSXtom2014-01-241-11/+23
* Use QStringRef instead of QString whenever possible.Jędrzej Nowacki2014-01-151-1/+1
* AVFoundation: Basic camera support for iOSAndy Nichols2013-08-272-6/+9
* 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-274-30/+45
* Multimedia plugins now have a unique JSON metadata 'Keys' property.Yoann Lopes2013-06-212-2/+4
* 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-1045-45/+45
* Compile in 32-bit mode.Morten Johan Sørvig2013-01-082-5/+5
* Add PLUGIN_CLASS_NAME to qtmultimedia pluginsMiikka Heikkinen2012-12-102-0/+2
* 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-052-10/+0
* Add MediaPlayer support to AVFoundation pluginAndy Nichols2012-10-1925-1/+3591
* Fixed AVF camera backend build with namespaced QtDmytro Poplavskiy2012-10-093-4/+6
* Change copyrights from Nokia to DigiaIikka Eklund2012-09-2423-553/+553
* centralize load(qt_build_config)s in .qmake.confOswald Buddenhagen2012-09-121-2/+0
* Initial implementation of Mac camera backendDmytro Poplavskiy2012-08-2726-0/+3007