summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix usage of QMutexLocker, destroy it only at end of scopeSergio Martins2016-01-122-2/+2
* Android: Don't call restartViewfinder() for audio only recordings.Christian Strømme2016-01-111-2/+7
* Fix playing sound in loop if sample size is smallPasi Petäjäjärvi2016-01-071-0/+2
* AVFoundation: correctly set the activeFormat on the AVCaptureDevice.Yoann Lopes2015-12-107-38/+62
* QNX: Handling looping properlyRoger Maclean2015-12-031-0/+3
* 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
* Android: check for exceptions in some camera operations.Yoann Lopes2015-12-034-2/+61
* alsa: Relax ALSA version checks for 1.1.x to be detected.Raphael Kubo da Costa2015-11-273-8/+8
* AVFoundation: improve viewfinder settings.Yoann Lopes2015-11-202-110/+102
* Add qt_real_to_fraction() helper function.Yoann Lopes2015-11-196-46/+154
* Support compiling with GStreamer < 0.10.32 in the camerabin plugin.Yoann Lopes2015-11-1915-18/+162
* Don't initialize volume on pulse audio input by default.Morten Minde Neergaard2015-11-192-1/+5
* GStreamer camerabin: always provide the zoom control.Yoann Lopes2015-10-281-2/+2
* GStreamer: fix compilation with version < 0.10.31.Yoann Lopes2015-10-2012-30/+147
* Fix signal/slot declaration in QVideoOutputOrientationHandler.Yoann Lopes2015-10-161-2/+2
* AVFoundation: fix camera frames texture format.Yoann Lopes2015-10-161-13/+3
* AVFoundation: render camera frames using OpenGL textures on iOS.Yoann Lopes2015-09-173-40/+137
* Fixed revisions of camera-related meta objects.Marco Benelli2015-09-152-9/+17
* 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
* Android: allow to map video buffers.Yoann Lopes2015-09-081-8/+39
* Fix crash in QSoundEffect when using it from a non-GUI thread.Yoann Lopes2015-08-251-0/+1
* Fix QML Camera::supportedViewfinderFrameRateRanges().Yoann Lopes2015-08-252-3/+9
* Fix possible crashes in QDeclarativeRadioData.Yoann Lopes2015-08-251-8/+30
* Android: minor refactor of the camera frame callback.Yoann Lopes2015-08-205-123/+121
* Android: fix video probes when recording the camera.Yoann Lopes2015-08-203-12/+30
* QMediaPlayer: clear current playlist on deletion.Yoann Lopes2015-08-191-0/+2
* GStreamer: refactored widget and window control.Yoann Lopes2015-08-1811-446/+707
* Fix QCamera viewfinder capabilities functions..Yoann Lopes2015-08-183-4/+8
* Avoid races when sending EOSRicardo Salveti de Araujo2015-08-181-2/+2
* GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-135-8/+18
* Fix camera plugin selection.Yoann Lopes2015-08-121-8/+3
* Remove obsolete check in QMediaServiceChristian Strømme2015-08-121-2/+0
* Bind the playlist connected to a player.Loïc Molinari2015-08-121-0/+2
* Doc: Corrected a typo.Venugopal Shivashankar2015-08-112-3/+3
* Fix documentation for QML metaData property.Yoann Lopes2015-08-113-1231/+139
* Fix qdoc warnings.Yoann Lopes2015-08-118-26/+70
* Doc: update qml module version to 5.5.Yoann Lopes2015-08-1120-82/+6
* Improve documentation for mediaObject property.Yoann Lopes2015-08-112-19/+26
* Emit mediaAboutToBeRemoved() before mediaRemoved() in QMediaPlaylist.Loïc Molinari2015-08-101-1/+3
* Check and fix up bounds in QMediaPlaylist methods.Loïc Molinari2015-08-101-6/+16
* Clean up QMediaPlayer documentation.Loïc Molinari2015-08-101-7/+7
* Add new property to QVideoSurfaceFormat.Yoann Lopes2015-08-073-14/+47
* Fix warnings about unused private fieldsThiago Macieira2015-08-068-9/+5
* Don't list avfcamerainfocontrol header and sources twiceThiago Macieira2015-08-061-2/+0