index
:
qt/qtmultimedia.git
5.10
5.11
5.12
5.13
5.14
5.15
5.3
5.4
5.5
5.6
5.7
5.8
5.9
6.2
6.2.0
6.2.4
6.3
6.4
6.4.0
6.4.1
6.4.2
6.4.3
6.5
6.5.0
6.5.1
6.5.2
6.5.3
6.6
6.6.0
6.6.1
6.6.2
6.6.3
6.7
6.7.0
6.7.1
6.7.2
6.7.3
6.8
6.8.0
6.8.1
6.8.2
6.8.3
6.9
6.9.0
6.9.1
dev
old/5.0
old/5.1
old/5.2
wip/cmake
wip/qt6
Qt Multimedia
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
auto
/
integration
/
qmediaplayerbackend
/
tst_qmediaplayerbackend.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
tst_QMediaPlayerBackend: skip known issue in ffmpeg backend
Tim Blechmann
3 days
1
-0
/
+4
*
tst_QMediaPlayerBackend: reduce flakiness of multipleSeekStressTest
Tim Blechmann
3 days
1
-2
/
+3
*
Test: Multiple MediaPlayer instances
Bartlomiej Moskal
4 days
1
-0
/
+30
*
QMaybe: avoid use of unexpected
Tim Blechmann
2025-05-13
1
-30
/
+30
*
Fix integer underflow regression for mp3 files with attached_pic
Lars Sutterud
2025-04-09
1
-4
/
+25
*
Revert: Disable seeking if seeking to media start fails
Jøger Hansegård
2025-02-18
1
-2
/
+0
*
stressTest_setupAndTeardown - remove QSKIP
Timur Pocheptsov
2025-02-14
1
-4
/
+0
*
Disable seeking if seeking to media start fails while loading media
Jøger Hansegård
2025-02-12
1
-0
/
+2
*
Fix QMediaPlayer::isSeekable for sequential IO devices
Artem Dyomin
2025-02-11
1
-1
/
+0
*
Prettify skip macros for tests
Artem Dyomin
2025-01-17
1
-4
/
+2
*
Tests: use QTEST_ASSERT
Tim Blechmann
2025-01-03
1
-1
/
+1
*
Do not reset error state in QMediaPlayer::play()
Jøger Hansegård
2024-12-06
1
-3
/
+2
*
Tests: pause_initializesExpectedDefaultState - remove flaky test
Tim Blechmann
2024-11-09
1
-50
/
+0
*
GStreamer: port media player to gst_play API
Tim Blechmann
2024-11-09
1
-67
/
+33
*
GStreamer: port QGstreamerMediaPlayer to decodebin3
Tim Blechmann
2024-10-31
1
-8
/
+0
*
Move more shared test utilities to MultimediaTestLib
Jøger Hansegård
2024-10-14
1
-1
/
+1
*
Create a new test library for multimedia test classes and functions
Jøger Hansegård
2024-10-14
1
-2
/
+2
*
Tests: multipleSeekStressTest - increase timeouts
Tim Blechmann
2024-10-10
1
-2
/
+2
*
Tests: clean up use of mediabackendutils.h
Tim Blechmann
2024-10-08
1
-6
/
+6
*
Implement extracting mirrored flag in FFmpeg media player
Artem Dyomin
2024-10-03
1
-28
/
+84
*
GStreamer: introduce qiodevice:/ uri scheme
Tim Blechmann
2024-10-02
1
-2
/
+0
*
Tests: improve readability of setPlaybackRate_changesActualRateAndFramesRenderin
Tim Blechmann
2024-09-30
1
-13
/
+15
*
Fix flakiness of checking position updates count in autotest
Artem Dyomin
2024-09-24
1
-6
/
+20
*
Revert "Document the order of QVideoFrame's transformations"
Artem Dyomin
2024-09-17
1
-1
/
+2
*
Fix Q_ASSERT crash in QFFmpegMediaPlayer::setMediaAsync()
Lars Sutterud
2024-09-17
1
-0
/
+20
*
Tests: processEOS store references to fixture
Tim Blechmann
2024-09-17
1
-66
/
+80
*
tests: silence int conversion warning
Tim Blechmann
2024-09-17
1
-1
/
+1
*
Tests: add test for sequential QIODevices
Tim Blechmann
2024-09-13
1
-0
/
+34
*
FFmpeg: Discard packets with timestamp after stream end point
Mikko Hallamaa
2024-09-11
1
-0
/
+35
*
Tests: quality of life improvements
Tim Blechmann
2024-09-09
1
-25
/
+36
*
Fix flaky tst_QMediaPlayerBackend test
Jøger Hansegård
2024-08-28
1
-11
/
+6
*
Tests: skip finiteLoops for gstreamer
Tim Blechmann
2024-08-24
1
-2
/
+1
*
Don't run GPU tests if RHI rendering is unsupported
Jøger Hansegård
2024-08-07
1
-0
/
+8
*
FFmpeg decoder: Retry receiveAVFrames for EAGAIN if stream is end
Bartlomiej Moskal
2024-07-30
1
-13
/
+3
*
Tests: skip stress tests for ffmpeg on macos
Tim Blechmann
2024-07-28
1
-0
/
+4
*
Tests: relax subsequentPlayback_playsForExpectedDuration
Tim Blechmann
2024-07-28
1
-1
/
+2
*
Tests: relax multipleSeekStressTest timeout
Tim Blechmann
2024-07-26
1
-2
/
+2
*
Tests: test subsequent playback
Tim Blechmann
2024-07-21
1
-0
/
+29
*
Tests: add simple playback test with loop and rate
Tim Blechmann
2024-07-19
1
-0
/
+81
*
Implement setting the actual frame to new video output
Artem Dyomin
2024-07-15
1
-14
/
+11
*
Tests: add test to ensure frame update when switching video sink
Tim Blechmann
2024-07-15
1
-0
/
+50
*
auto-test: increase waiting time when creating RTP stream process
Timur Pocheptsov
2024-07-12
1
-6
/
+2
*
GStreamer: skip spuriously failing test
Tim Blechmann
2024-07-12
1
-0
/
+1
*
Process FFmpeg AVERROR_INVALIDDATA from avformat_open_input
Pavel Dubsky
2024-07-11
1
-1
/
+1
*
Tests: skip flaky test on CI
Tim Blechmann
2024-07-10
1
-0
/
+3
*
GStreamer: tests - add test to validate EOS behavior
Tim Blechmann
2024-07-10
1
-0
/
+39
*
Tests: add setup/teardown stress tests
Tim Blechmann
2024-07-09
1
-0
/
+112
*
Tests: extend position test to validate frame start/end times
Tim Blechmann
2024-07-09
1
-0
/
+15
*
Tests: silence some clang-tidy warnings
Tim Blechmann
2024-07-09
1
-2
/
+4
*
Tests: parameterize `finiteLoops` test
Tim Blechmann
2024-07-05
1
-15
/
+31
[next]