summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix Android sending a single video frameSamuel Mira2022-01-181-6/+0
* Fix SurfaceText test in AndroidSamuel Mira2022-01-071-0/+6
* Add QEXPECT_FAIL to android tests regarding isSeekableSamuel Mira2021-12-131-0/+9
* Fix tst_qmediarecorder autotestSamuel Mira2021-12-102-0/+14
* Enable QAudioDecoder backend tests for WindowsPiotr Srebrny2021-11-022-9/+6
* Add test for multiple sourceSamuel Mira2021-11-016-14/+104
* Add autotest for recording with mute audioSamuel Mira2021-10-211-1/+75
* Windows: fix and enable media player backend auto-testsAndré de la Rocha2021-10-155-50/+33
* Add test for change application state while recordingSamuel Mira2021-10-131-0/+31
* Fix QCameraBackend::testNativeMetadata() on gstreamerLars Knoll2021-10-121-2/+5
* Fix qcamerabackend autotest for gstreamerLars Knoll2021-10-111-4/+7
* Fix QCameraBackend::testCtorWithCameraDevice() testLars Knoll2021-10-061-8/+24
* Fix tst_qmediacapturesession on macOSLars Knoll2021-10-061-9/+41
* GStreamer: remove an element from a pipeline before setState(NULL)Piotr Srebrny2021-10-042-0/+29
* Android: mark test case for isSeekable() as QEXPECT_FAILAssam Boudjelthia2021-09-301-0/+3
* Fix exposureCompensationChanged signal signature in tst_QCameraAssam Boudjelthia2021-09-301-1/+1
* Support handover of QCamera and QImageCapture between sessionPiotr Srebrny2021-09-291-0/+69
* Handover recorder between sessionPiotr Srebrny2021-09-291-0/+33
* Disconnect QAudioOutput from capture session and player in destructorPiotr Srebrny2021-09-291-0/+71
* GStreamer: emit not ready for capture when no session or cameraPiotr Srebrny2021-09-291-4/+7
* Disconnect QAudioInput from QCaptureMediaSession in destructorPiotr Srebrny2021-09-291-0/+40
* Suppress unused function warning by conditioning a #includeEdward Welbourne2021-09-281-1/+3
* Fix two signed-vs-unsigned warnings using 0u in place of 0Edward Welbourne2021-09-281-3/+3
* Fix compiler warning by removing half-deleted codeEdward Welbourne2021-09-281-3/+1
* CMake: Bump almost all cmake_minimum_required calls to 3.16Alexandru Croitor2021-09-221-1/+1
* Rename QPlatformMediaEncoder to QPlatformMediaRecorderPiotr Srebrny2021-09-226-12/+12
* Fix position property of QMediaPlayer on macOS/iOSLars Knoll2021-09-201-0/+25
* Reset audio device to default when setting null devicePiotr Srebrny2021-09-181-4/+3
* Add tests for QMediaCaptureSessionPiotr Srebrny2021-09-133-6/+547
* Fix a couple of compiler warningsLars Knoll2021-09-081-1/+0
* API fix: Give QVideoSink a videoFrame propertyLars Knoll2021-09-075-8/+8
* Remove some dead code relating to color correction in QVideoWidgetLars Knoll2021-08-282-253/+0
* Clean up the QVideoSink APILars Knoll2021-08-252-22/+5
* QAudioDecoder: Re-add API for setting desired audio formatDoris Verria2021-08-253-0/+181
* Small fixes to tst_qcamerabackend/tst_qmediaplayerbackendDoris Verria2021-08-232-2/+5
* Fix the Video QML element and smaller cleanups in VideoOutputLars Knoll2021-08-211-19/+0
* tst_qcamerabackend: Fix test case for setting camera formatDoris Verria2021-08-202-11/+14
* Fix the qquickvideooutput autotestLars Knoll2021-08-161-3/+1
* Fix the QVideoFrame autotestLars Knoll2021-08-161-11/+17
* Ensure we correctly set the videoSize property in QVideoSinkLars Knoll2021-08-161-0/+1
* Add a couple of nullptr checks in the gstreamer media playerLars Knoll2021-08-151-0/+13
* Add auto tests for setting camera formatDoris Verria2021-08-104-3/+154
* Larger rework of the RGB pixel formatsLars Knoll2021-08-095-71/+83
* Resolve media format and provide encoder settings with record()Piotr Srebrny2021-08-062-21/+3
* Test adding/removing of audio input/output to QMediaCaptureSessionPiotr Srebrny2021-08-063-0/+153
* Auto test fix after run on Android: compilationBartlomiej Moskal2021-08-022-2/+2
* Auto test fix after run on Android: qcamerabackendBartlomiej Moskal2021-08-021-4/+3
* Auto test fix after run on Android: qvideowidgetBartlomiej Moskal2021-08-021-2/+0
* Auto test fix after run on Android: qgraphicsvideoitemBartlomiej Moskal2021-08-021-1/+1
* Fix media player position handling after seeking on gstreamerLars Knoll2021-07-301-0/+24