summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation/camera
Commit message (Expand)AuthorAgeFilesLines
* AVF: Don't apply settings if the camera is not active yetVal Doroshchuk2020-01-091-1/+0
* Merge remote-tracking branch 'origin/5.13' into 5.14Qt Forward Merge Bot2019-11-123-20/+24
|\
| * AVFMediaAsserWriter: remove deprecated declrationTimur Pocheptsov2019-11-053-20/+24
* | Merge remote-tracking branch 'origin/5.13' into 5.14v5.14.0-beta3Qt Forward Merge Bot2019-11-051-4/+4
|\|
| * Qt Mumtimedia - fix build for iOSTimur Pocheptsov2019-11-011-4/+4
* | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-08-171-4/+9
|\|
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-08-131-4/+9
| |\
| | * AVFCameraUtility: fix UB (std::sort with unfit predicate)Marc Mutz2019-08-101-4/+9
* | | AVFoundation: Use 270 for the front facing camera's orientationAndrew Dolby2019-07-191-1/+1
* | | Eradicate all but one Q_FOREACH loopMarc Mutz2019-07-111-1/+1
|/ /
* | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-06-151-4/+2
|\|
| * AVFoundation: Fix sending proper state in QMediaRecorderVaL Doroshchuk2019-05-101-4/+2
* | avfoundation: fix compiler warnings regarding Objective-CJochen Seemann2019-01-044-38/+40
* | avfoundation: modernize by using nullptr and overrideJochen Seemann2019-01-0426-103/+103
|/
* AVFoundation: Fix crash when no video capture deviceVaL Doroshchuk2018-06-252-1/+5
* Remove obsolete code pathsJake Petroules2018-02-121-12/+11
* Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-201-0/+2
|\
| * Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-181-0/+2
| |\
| | * avfoundation: resolve unused parameter warningsJochen Seemann2018-01-081-0/+2
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2018-01-061-1/+1
|\| |
| * | Merge remote-tracking branch 'origin/5.9' into 5.10Liang Qi2018-01-061-1/+1
| |\|
| | * AVFoundation: Use 90 for the front facing camera's orientationAndy Shaw2017-12-121-1/+1
* | | Merge remote-tracking branch 'origin/5.10' into devLiang Qi2017-10-193-41/+29
|\| |
| * | Remove obsolete version checksv5.10.0-beta1Jake Petroules2017-09-293-41/+29
* | | Replace Q_NULLPTR with nullptrKevin Funk2017-09-271-1/+1
* | | Replace Q_DECL_OVERRIDE with overrideKevin Funk2017-09-2210-62/+62
|/ /
* / Use qDegreesToRadians() instead of hand-coding itEdward Welbourne2017-07-061-4/+2
|/
* AVFoundation: Make AVFImageCaptureControl work without a previewTimur Pocheptsov2017-06-272-3/+5
* AVFImageCaptureControl - do not block the capture's callbackTimur Pocheptsov2017-06-262-7/+23
* Emit the StoppedState change after the file has finished writingAndy Shaw2017-05-232-6/+12
* 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-123-3/+4
|\|
| * Add proper global headers for QtMultimediaLars Knoll2016-11-232-2/+2
| * Move qtmultimedia over to the new config systemLars Knoll2016-11-141-1/+2
* | Remove deprecated QSysInfo APIs and dead code from macOS/iOS backendJake Petroules2016-09-239-355/+185
* | Fix AVFoundation camera plugin linking as shared libraryJake Petroules2016-08-231-2/+5
|/
* Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-176-78/+114
|\
| * Replaced old license headers with new and correct onesJani Heikkinen2016-08-126-78/+114
* | Merge remote-tracking branch 'origin/5.7' into devLiang Qi2016-08-024-77/+84
|\|
| * Merge remote-tracking branch 'origin/5.6' into 5.7Yoann Lopes2016-08-014-77/+84
| |\
| | * AVFMediaAssetWriter - fix race conditionsTimur Pocheptsov2016-07-264-65/+67
| | * AVFMediaAssetWriter - fix atomics useTimur Pocheptsov2016-07-192-27/+32
* | | Merge remote-tracking branch 'origin/5.7' into devEdward Welbourne2016-07-2124-297/+1411
|\| |
| * | Merge remote-tracking branch 'origin/5.6' into 5.7Liang Qi2016-06-3024-297/+1411
| |\|
| | * AVFoundation: improve changing the capture device format.Yoann Lopes2016-06-145-43/+74
| | * AVFoundation: re-apply viewfinder settings on mode changes.Yoann Lopes2016-06-135-10/+28
| | * AVFoundation: fix orientation of recorded videos.Yoann Lopes2016-06-134-4/+28
| | * AVFoundation: implement QAudioEncoderSettings.Yoann Lopes2016-06-0910-23/+346
| | * AVFoundation: implement QMediaContainerControl.Yoann Lopes2016-06-098-5/+193