summaryrefslogtreecommitdiffstats
path: root/tests/auto/integration/qmediaplayerbackend/tst_qmediaplayerbackend.cpp
Commit message (Expand)AuthorAgeFilesLines
* tst_QMediaPlayerBackend: skip known issue in ffmpeg backendTim Blechmann3 days1-0/+4
* tst_QMediaPlayerBackend: reduce flakiness of multipleSeekStressTestTim Blechmann3 days1-2/+3
* Test: Multiple MediaPlayer instancesBartlomiej Moskal4 days1-0/+30
* QMaybe: avoid use of unexpectedTim Blechmann2025-05-131-30/+30
* Fix integer underflow regression for mp3 files with attached_picLars Sutterud2025-04-091-4/+25
* Revert: Disable seeking if seeking to media start failsJøger Hansegård2025-02-181-2/+0
* stressTest_setupAndTeardown - remove QSKIPTimur Pocheptsov2025-02-141-4/+0
* Disable seeking if seeking to media start fails while loading mediaJøger Hansegård2025-02-121-0/+2
* Fix QMediaPlayer::isSeekable for sequential IO devicesArtem Dyomin2025-02-111-1/+0
* Prettify skip macros for testsArtem Dyomin2025-01-171-4/+2
* Tests: use QTEST_ASSERTTim Blechmann2025-01-031-1/+1
* Do not reset error state in QMediaPlayer::play()Jøger Hansegård2024-12-061-3/+2
* Tests: pause_initializesExpectedDefaultState - remove flaky testTim Blechmann2024-11-091-50/+0
* GStreamer: port media player to gst_play APITim Blechmann2024-11-091-67/+33
* GStreamer: port QGstreamerMediaPlayer to decodebin3Tim Blechmann2024-10-311-8/+0
* Move more shared test utilities to MultimediaTestLibJøger Hansegård2024-10-141-1/+1
* Create a new test library for multimedia test classes and functionsJøger Hansegård2024-10-141-2/+2
* Tests: multipleSeekStressTest - increase timeoutsTim Blechmann2024-10-101-2/+2
* Tests: clean up use of mediabackendutils.hTim Blechmann2024-10-081-6/+6
* Implement extracting mirrored flag in FFmpeg media playerArtem Dyomin2024-10-031-28/+84
* GStreamer: introduce qiodevice:/ uri schemeTim Blechmann2024-10-021-2/+0
* Tests: improve readability of setPlaybackRate_changesActualRateAndFramesRenderinTim Blechmann2024-09-301-13/+15
* Fix flakiness of checking position updates count in autotestArtem Dyomin2024-09-241-6/+20
* Revert "Document the order of QVideoFrame's transformations"Artem Dyomin2024-09-171-1/+2
* Fix Q_ASSERT crash in QFFmpegMediaPlayer::setMediaAsync()Lars Sutterud2024-09-171-0/+20
* Tests: processEOS store references to fixtureTim Blechmann2024-09-171-66/+80
* tests: silence int conversion warningTim Blechmann2024-09-171-1/+1
* Tests: add test for sequential QIODevicesTim Blechmann2024-09-131-0/+34
* FFmpeg: Discard packets with timestamp after stream end pointMikko Hallamaa2024-09-111-0/+35
* Tests: quality of life improvementsTim Blechmann2024-09-091-25/+36
* Fix flaky tst_QMediaPlayerBackend testJøger Hansegård2024-08-281-11/+6
* Tests: skip finiteLoops for gstreamerTim Blechmann2024-08-241-2/+1
* Don't run GPU tests if RHI rendering is unsupportedJøger Hansegård2024-08-071-0/+8
* FFmpeg decoder: Retry receiveAVFrames for EAGAIN if stream is endBartlomiej Moskal2024-07-301-13/+3
* Tests: skip stress tests for ffmpeg on macosTim Blechmann2024-07-281-0/+4
* Tests: relax subsequentPlayback_playsForExpectedDurationTim Blechmann2024-07-281-1/+2
* Tests: relax multipleSeekStressTest timeoutTim Blechmann2024-07-261-2/+2
* Tests: test subsequent playbackTim Blechmann2024-07-211-0/+29
* Tests: add simple playback test with loop and rateTim Blechmann2024-07-191-0/+81
* Implement setting the actual frame to new video outputArtem Dyomin2024-07-151-14/+11
* Tests: add test to ensure frame update when switching video sinkTim Blechmann2024-07-151-0/+50
* auto-test: increase waiting time when creating RTP stream processTimur Pocheptsov2024-07-121-6/+2
* GStreamer: skip spuriously failing testTim Blechmann2024-07-121-0/+1
* Process FFmpeg AVERROR_INVALIDDATA from avformat_open_inputPavel Dubsky2024-07-111-1/+1
* Tests: skip flaky test on CITim Blechmann2024-07-101-0/+3
* GStreamer: tests - add test to validate EOS behaviorTim Blechmann2024-07-101-0/+39
* Tests: add setup/teardown stress testsTim Blechmann2024-07-091-0/+112
* Tests: extend position test to validate frame start/end timesTim Blechmann2024-07-091-0/+15
* Tests: silence some clang-tidy warningsTim Blechmann2024-07-091-2/+4
* Tests: parameterize `finiteLoops` testTim Blechmann2024-07-051-15/+31