summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* QScreenCapture: Remove the window APIVolker Hilsheimer2023-02-141-48/+0
* Implement custom X11 screen capturingArtem Dyomin2023-02-121-1/+3
* Rewrite screen capturing on macosArtem Dyomin2023-02-071-5/+11
* Fix behavior of QAudioSink::resume in push modeVolker Hilsheimer2023-02-071-1/+2
* Clean up and fix QAudioSink::pullResumeFromUnderrun testVolker Hilsheimer2023-02-051-35/+40
* Change blacklisting of tst_QVideoWidget::fullScreen to androidHeikki Halmet2023-01-221-1/+1
* Blacklist tst_QVideoWidget::fullScreen for Red Hat 8.4Heikki Halmet2023-01-211-0/+3
* Handle duration in ffmpeg stream metadataArtem Dyomin2023-01-153-3/+33
* Make QPlatformMediaIntegration::m_videoDevices a smart pointerMikolaj Boc2023-01-091-1/+1
* Android: fix thread hang on tst_qvideowidgetSamuel Mira2022-12-161-2/+0
* Include moc_*.cpp files in QtMM testsArtem Dyomin2022-12-1324-284/+404
* Refactor and fix AVFAudioDecoderArtem Dyomin2022-12-081-10/+72
* Fix signed vs unsigned comparison warningEdward Welbourne2022-12-011-1/+1
* Fix ffmpeg camera crash on macOS (double releasing of an object)Artem Dyomin2022-11-291-0/+31
* Android: Blacklist test for ffmpeg provisionSamuel Mira2022-11-101-0/+2
* Add parent-child relationship on audio sources and sinksPiotr Srebrny2022-11-102-4/+10
* Add audio listeners for macOS and cleanup codeArtem Dyomin2022-11-071-2/+6
* Relax some of conditions when testing media playerPiotr Srebrny2022-11-011-10/+13
* Skip some integration tests on macos CIArtem Dyomin2022-10-313-8/+26
* Blacklist metadata test for WindowsPiotr Srebrny2022-10-271-0/+2
* Run multimedia tests with ffmpeg backend on CIArtem Dyomin2022-10-257-5/+14
* Align QAudioDecoder tests with all backendsPiotr Srebrny2022-10-251-2/+4
* Apply ffmpeg recoder redisign to AudioDecoderArtem Dyomin2022-10-182-15/+311
* Ffmpeg: handle invalid media in media playerArtem Dyomin2022-10-181-0/+42
* Don't fail tests when recording does not start due to format errorPiotr Srebrny2022-10-171-2/+6
* Skip screen capturing tests when screen capturing is not supportedPiotr Srebrny2022-10-171-0/+4
* Redesign of ffmpeg decoderArtem Dyomin2022-10-171-0/+2
* Port from qAsConst() to std::as_const()Marc Mutz2022-10-072-2/+2
* Port from container::count() and length() to size()Marc Mutz2022-10-0720-422/+422
* Remove obsolete .qtt system test filesJuha Vuolle2022-10-045-941/+0
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-262-17/+17
* Fix qmediaplayerbackend testsAndré de la Rocha2022-09-141-5/+6
* Refactor ffmpeg screen capturing + integration testsArtem Dyomin2022-09-123-0/+393
* Fix memory leak in screen capturingArtem Dyomin2022-09-098-1/+249
* Add some tests to tst_QMediaPlayerBackendArtem Dyomin2022-09-082-0/+178
* Revert "Fix for QImage format issue in the qImageFromVideoFrame function"André de la Rocha2022-08-241-29/+13
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-2342-42/+42
* Validate array length before accessing elements to avoid ASSERTsPiotr Srebrny2022-08-221-0/+7
* Provide mock cameras from QMockIntegrationPiotr Srebrny2022-08-163-42/+53
* Remove access to texture handles from public QVideoFrame APIPiotr Srebrny2022-08-101-2/+3
* CMake: Don't use PUBLIC_LIBRARIES for tests and test helpersAlexandru Croitor2022-07-2834-34/+34
* Add license headers to cmake filesLucie Gérard2022-07-0742-0/+126
* Use SPDX license identifiersLucie Gérard2022-06-2456-1579/+113
* Wait for recorder to finalize recording before reading it backPiotr Srebrny2022-06-071-0/+2
* Android: fix for tst_qaudiodecoderbackend testPekka Gehör2022-05-311-8/+32
* Extend fraction computation algorithm to numbers above 1 and below 0Piotr Srebrny2022-05-243-0/+107
* tst_qmediaplayerbackend: don't check signal countRafael Roquetto2022-05-061-2/+0
* tst_qmediaplayerbackend: fix duration test on QNXRafael Roquetto2022-05-061-0/+5
* Move the low level audio integration back into Qt MultimediaLars Knoll2022-04-294-15/+5
* Restart pulling data if QIODevice signals readyReadPiotr Srebrny2022-04-261-1/+65