summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation
Commit message (Expand)AuthorAgeFilesLines
...
| * consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-252-8/+8
* | Updated license headersAntti Kokko2016-01-1971-995/+1421
* | Merge remote-tracking branch 'origin/5.6' into devChristian Strømme2016-01-157-147/+172
|\|
| * Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2016-01-077-147/+172
| |\
| | * AVFoundation: correctly set the activeFormat on the AVCaptureDevice.Yoann Lopes2015-12-107-38/+62
| | * AVFoundation: fix setting up the video capture session.Yoann Lopes2015-12-031-1/+1
| | * AVFoundation: fix setting the camera viewfinder resolution.Yoann Lopes2015-12-033-1/+10
| | * 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