summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix tst_QAudioOutput::pushSuspendResume().5.5Pasi Petäjäjärvi2016-01-191-2/+3
* OpenSL ES: fix QAudioOutput state after resume().Yoann Lopes2016-01-191-1/+1
* Alsa: fix QAudioOutput state after resume().Yoann Lopes2016-01-191-1/+1
* PulseAudio: fix QAudioOutput state after resume().Yoann Lopes2016-01-191-1/+1
* CoreAudio: fix QAudioOutput state after resume().Yoann Lopes2016-01-192-1/+5
* WindowsAudio: fix QAudioOutput state after resume().Yoann Lopes2016-01-191-1/+1
* GStreamer: fix GstAppSrc usage.Yoann Lopes2016-01-194-29/+39
* Be more permissive in QSoundEffect integration test.Pasi Petäjäjärvi2016-01-181-1/+1
* Fix setting state to not playing when audio error occurredPasi Petäjäjärvi2016-01-141-1/+2
* Fix clearing signals already send after first part of audio dataPasi Petäjäjärvi2016-01-131-1/+1
* Remove testing category to empty stringPasi Petäjäjärvi2016-01-131-1/+0
* Remove checking exact remaining loop amount right after calling play()Pasi Petäjäjärvi2016-01-131-4/+2
* 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-274-9/+9
* 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
* Merge remote-tracking branch 'origin/5.5.1' into 5.5Liang Qi2015-10-131-0/+68
|\
| * Add 5.5.1 change file.v5.5.15.5.1Yoann Lopes2015-09-151-0/+68
* | 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-253-3/+163
* 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-185-6/+462
* Avoid races when sending EOSRicardo Salveti de Araujo2015-08-181-2/+2
* GStreamer: added convenience function in QGstUtils.Yoann Lopes2015-08-135-8/+18