summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation
Commit message (Expand)AuthorAgeFilesLines
...
| | * AVFoundation: improve viewfinder settings.Yoann Lopes2015-11-202-110/+102
* | | AVFoundation: replace foreach with range-based forAnton Kudryavtsev2016-01-153-4/+6
* | | tvOS supportMike Krus2016-01-137-22/+23
|/ /
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-11-203-44/+12
|\|
| * Add qt_real_to_fraction() helper function.Yoann Lopes2015-11-193-44/+12
* | Fix use-after-free in AVFCameraService during renderer destructionJohn Brooks2015-11-191-7/+4
* | AVFoundation: don't automatically rotate camera captures.Yoann Lopes2015-11-042-12/+4
* | AVFoundation: fix camera capture previews.Yoann Lopes2015-10-204-38/+82
* | Merge remote-tracking branch 'origin/5.5' into 5.6Yoann Lopes2015-10-201-13/+3
|\|
| * AVFoundation: fix camera frames texture format.Yoann Lopes2015-10-161-13/+3
* | Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-10-026-107/+243
|\|
| * AVFoundation: render camera frames using OpenGL textures on iOS.Yoann Lopes2015-09-173-40/+137
| * 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
* | Doc: minor correctionsNico Vertriest2015-09-071-1/+1
|/
* Fix warnings about unused private fieldsThiago Macieira2015-08-068-9/+5
* Don't list avfcamerainfocontrol header and sources twiceThiago Macieira2015-08-061-2/+0
* Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-261-1/+1
|\
| * AVFoundation: fix wrong Q_ASSERT.Yoann Lopes2015-06-021-1/+1
* | AVFoundation: don't use shared OpenGL contexts unless needed.Yoann Lopes2015-06-101-11/+15
* | Media asset writer - use the right macroTimur Pocheptsov2015-06-031-10/+10
* | AVFoundation: fix a problem when changing the camera viewfinder size.Yoann Lopes2015-06-021-1/+3
|/
* Video asset writer for iOSTimur Pocheptsov2015-05-2911-10/+1199
* AVFoundation: fix default camera viewfinder pixel format.Yoann Lopes2015-05-293-41/+33
* AVFoundation: additional build fixes for OSX < 10.9.Yoann Lopes2015-05-271-9/+26
* AVFoundation: fix retrieving maximum camera zoom value.Yoann Lopes2015-05-191-5/+5
* AVFoundation: fix compilation on OSX < 10.9.Yoann Lopes2015-05-192-21/+37
* OSX/iOS: Fix volume and muteFrank Osterfeld2015-05-111-2/+2
* Merge remote-tracking branch 'origin/5.4' into 5.5Yoann Lopes2015-05-056-48/+70
|\
| * Merge remote-tracking branch 'origin/5.4.2' into 5.45.4Yoann Lopes2015-05-044-45/+63
| |\
| | * AVFoundation: fix microphone permission when using the camera.Yoann Lopes2015-04-234-45/+63
| * | AVFoundation: correctly detect the default audio capture device.Yoann Lopes2015-04-232-3/+7
| |/
* | Merge remote-tracking branch 'origin/5.4' into 5.5Liang Qi2015-04-154-38/+59
|\|
| * AVFoundation: fix QCameraInfo::availableCameras() on OS X.Yoann Lopes2015-04-104-38/+59
* | Camera flash control - version for iOS/OS XTimur Pocheptsov2015-04-135-2/+317
* | AVFCameraViewfinderSettings - add NV12 formatTimur Pocheptsov2015-03-203-29/+94
* | AVCaptureDeviceFormat - avoid duplicates (OS X/iOS)Timur Pocheptsov2015-03-106-93/+140
* | Image encoder control - version for OS X/iOSTimur Pocheptsov2015-03-028-6/+386
* | Viewfinder settings control (1) for OS X/iOSTimur Pocheptsov2015-03-024-0/+184
* | Viewfinder settings control (2) - version for iOS/OS XTimur Pocheptsov2015-03-029-3/+716
* | Add AVF camera utilities - general aux. functions/classesTimur Pocheptsov2015-03-026-8/+430
* | 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-1260-813/+605
* | Camera zoom control - version for the AVFoundation pluginTimur Pocheptsov2015-02-055-1/+294
* | AVFCameraExposureControl - exposure control for iOSTimur Pocheptsov2015-02-055-2/+756