summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation
Commit message (Expand)AuthorAgeFilesLines
* 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-016-57/+66
|\
| * AVFoundation: fix some controls not being correctly destroyed on iOS.Yoann Lopes2014-08-254-6/+11
| * AVFoundation: fix retrieving tracks information from live sources.Yoann Lopes2014-08-252-51/+55
* | Update license headers and add new license filesAntti Kokko2014-08-2425-473/+273
* | Merge remote-tracking branch 'origin/5.3' into devFrederik Gladhorn2014-07-221-4/+2
|\|
| * AVFoundation: correctly pass output URLs to AVCaptureMovieFileOutput.Yoann Lopes2014-07-101-4/+2
* | Fix compilation with -no-openglKai Koehne2014-07-011-4/+9
|/
* AVFoundation: Add QVideoWindowControl supportAndy Nichols2014-03-204-2/+378
* Prevent crash when there is no camera device availableAndy Shaw2014-03-191-2/+3
* AVFoundation: Fix another crash when destroying a QMediaPlayerAndy Nichols2014-03-141-2/+2
* AVFoundation: fix crash when no camera is available on the system.Yoann Lopes2014-03-071-3/+5
* AVFoundation: Prevent Crash in QMediaPlayerAndy Nichols2014-03-071-1/+4
* AVFoundation: Cleanup AVCaptureSession with proper reference countingAndy Nichols2014-03-041-0/+17
* AVFoundation: implement QCameraInfoControl.Yoann Lopes2014-03-0411-66/+258
* 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
* New QCameraInfo class.Yoann Lopes2014-02-284-2/+30
* AVFoundation: mirror viewfinder frames of front-facing cameras.Yoann Lopes2014-02-144-7/+56
* 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