summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Tests: add QApplication to `devices` testTim Blechmann2024-03-061-8/+7
* Add a test for signals of QMediaPlayer upon destructionArtem Dyomin2024-03-042-1/+34
* Don't store video frames in QMediaPlayer tests by defaultArtem Dyomin2024-03-042-12/+3
* cmake: add tests/manual/CMakeLists.txtTim Blechmann2024-03-031-0/+6
* Fix QWaveDecoder handling of padding bytes in RIFF chunksJøger Hansegård2024-02-293-1/+4
* Emit signal bufferProgressChangedArtem Dyomin2024-02-282-1/+12
* tst_qmediaplayerbackend: Apply fixture pattern in two loop testsLars Sutterud2024-02-281-42/+34
* Move ownership of media devices to platform media integrationJøger Hansegård2024-02-284-5/+8
* Set correct sample rate and channel count with big endian WAV dataJøger Hansegård2024-02-272-36/+36
* Blacklist flaky screen capture test on opensuseArtem Dyomin2024-02-261-0/+3
* Simplify setup of media devices by using unique connectionJøger Hansegård2024-02-253-17/+1
* tst_qmediaplayerbackend: Improve test to catch errors in looped playbackLars Sutterud2024-02-221-56/+75
* tst_qaudiosink: Blacklist pullResumeFromUnderrun on RHEL 9.2Mikko Hallamaa2024-02-161-0/+4
* Make MockMultimediaPlugin an optional dependencyJøger Hansegård2024-02-111-0/+1
* Fix wrong colors when playing videos with IMC2 video frame formatJøger Hansegård2024-02-118-0/+0
* Media capture session - protect against recursive callTimur Pocheptsov2024-02-091-0/+24
* Fix warning in multimedia testJøger Hansegård2024-02-082-2/+2
* Android: skip tst_audiosource for Android prior to api 29Assam Boudjelthia2024-02-021-5/+8
* Try to fix screen capture tests flakinessArtem Dyomin2024-01-301-1/+26
* Use regular plugin loader also in multimedia unit testsJøger Hansegård2024-01-2930-90/+108
* Implement fixing of QImage by QImageVideoBufferArtem Dyomin2024-01-231-0/+73
* Fix conversion of QImage::Format_RGBA8888_Premultiplied to PixelFormatArtem Dyomin2024-01-231-0/+11
* Tests: get correct file path for Android in tst_qaudiodecoderbackendBartlomiej Moskal2024-01-222-4/+22
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-222-5/+10
* Android: Fix thread race in audio sink for bufferAvailableBartlomiej Moskal2024-01-181-3/+7
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-151-10/+12
* Add unit tests for basic video buffersArtem Dyomin2024-01-063-0/+234
* QFFmpegMediaPlayer: Fix stop() not resetting position if EndOfMediaLars Sutterud2023-12-221-0/+22
* Tests: Update reason for skipping tst_qscreencapturebackend on AndroidBartlomiej Moskal2023-12-201-1/+1
* Move audiodecoder example to manual testsJøger Hansegård2023-12-155-0/+358
* Move QMediaDevices example to manual tests and improve documentationJøger Hansegård2023-12-143-0/+189
* Android: Do not add empty data to processed bytesBartlomiej Moskal2023-12-131-2/+4
* tst_qscreencapturebackend: Change comparison for captured image sizev6.7.0-beta1Bartlomiej Moskal2023-12-131-5/+3
* Improve the selection of media files in testsArtem Dyomin2023-12-043-274/+351
* tst_qmediaplayerbackend: convert test files to supported formatsBartlomiej Moskal2023-12-044-0/+4
* Add support for thumbnail metadata in QMediaPlayer with FFmpeg backendJøger Hansegård2023-12-015-16/+67
* tst_qcamerabackend: Wait until file is loadedBartlomiej Moskal2023-11-291-0/+2
* Tests: run tests on Android targetBartlomiej Moskal2023-11-298-0/+26
* Add Correction Angle to QCameraDevice and QVideo namespaceSamuel Mira2023-11-231-6/+6
* Fix corner case in 'soft' audio/video sync in the playback engineArtem Dyomin2023-11-231-35/+67
* Harden color management regression testsJøger Hansegård2023-11-2065-33/+108
* tst_qmediaplayerbackend: Add rotation metadata testLars Sutterud2023-11-175-0/+64
* Add emitting of media status BufferingMedia by ffmpeg media playerArtem Dyomin2023-11-173-38/+43
* Add tests for multimedia rendering pipelineJøger Hansegård2023-11-1668-0/+518
* Simplify computation of RGB to YUV matrices in testsJøger Hansegård2023-11-161-9/+16
* Reduce flakiness of the media player playbackRate testArtem Dyomin2023-11-151-1/+1
* Fix BT2020 full range color transformation matrix and add testsJøger Hansegård2023-11-133-0/+264
* Handle non-standard pixel aspect ratios by the ffmpeg backendArtem Dyomin2023-11-133-3/+85
* Fix waiting for the end frame in the ffmpeg mediaplayerArtem Dyomin2023-11-082-0/+30
* Doc update on negative playback rates, and hardened FFmpeg handlingJøger Hansegård2023-11-082-0/+52