summaryrefslogtreecommitdiffstats
path: root/src/plugins/avfoundation
Commit message (Expand)AuthorAgeFilesLines
* AVFoundation: fix metadata controlYoann Lopes2016-09-272-53/+59
* AVFoundation: fix memory leakYoann Lopes2016-08-221-3/+13
* Fix instance method not found warningJake Petroules2016-08-171-0/+6
* AVFoundation: fix mediaStatus and state changesYoann Lopes2016-08-121-6/+15
* AVFMediaAssetWriter - fix race conditionsTimur Pocheptsov2016-07-264-65/+67
* AVFMediaAssetWriter - fix atomics useTimur Pocheptsov2016-07-192-27/+32
* 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
* AVFoundation: correctly set default frame rate on OSX.Yoann Lopes2016-06-031-0/+7
* AVFoundation: implement QVideoEncoderSettingsControl.Yoann Lopes2016-06-0316-258/+781
* Fix unused variable warningChristian Stromme2016-04-261-2/+5
* AVFMediaAssetWriter - fix potential race condition(s)Timur Pocheptsov2016-04-214-109/+71
* AVFFoundation - fix a compilation error (iOS, XCode 7.3)Timur Pocheptsov2016-04-191-3/+3
* AVFoundation: fix switching to still image capture mode.Yoann Lopes2016-04-131-0/+3
* AVFoundation: return correct viewfinder settings.Yoann Lopes2016-04-131-1/+6
* standardize statement order in project files a bitOswald Buddenhagen2016-02-252-2/+3
* remove redundant statements from project filesOswald Buddenhagen2016-02-251-1/+0
* consistently put {qt,qml}_{module,plugin} at the end of project filesOswald Buddenhagen2016-02-252-8/+8
* 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
* | 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