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.10
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.5.5
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
/
src
/
multimedia
/
platform
Commit message (
Expand
)
Author
Age
Files
Lines
*
wasm: separate QWasmMediaDevices from audio and camera devices
Lorn Potter
9 days
1
-1
/
+1
*
Sort includes in QPlatformMediaIntegration
Nils Petter Skålerud
2025-06-11
2
-22
/
+25
*
QCapturableWindow: Make constructible from QWindow
Nils Petter Skålerud
2025-06-11
3
-0
/
+23
*
Cleanup: push QPair out of QtMultimedia
Tim Blechmann
2025-06-10
2
-2
/
+0
*
QPlatformMediaPlayer: use enum in signature
Tim Blechmann
2025-05-28
2
-3
/
+3
*
Pipewire: fix runtime dispatching between pulseaudio and pipewire
Tim Blechmann
2025-04-12
1
-1
/
+1
*
Windows: rework warmup client
Tim Blechmann
2025-04-10
3
-5
/
+0
*
Cleanup: avoid private per-platform include directories
Tim Blechmann
2025-04-04
1
-8
/
+8
*
Modernize QPlatformVideoDevices
Nils Petter Skålerud
2025-04-03
2
-0
/
+15
*
QAudioSource/Sink: use preferred format by default
Tim Blechmann
2025-04-02
2
-6
/
+10
*
Add public API for configuring low-level playback options
Jøger Hansegård
2025-03-21
2
-0
/
+7
*
Fix freeze in GStreamerMediaPlayer when destroying QMediaPlayer
Lars Sutterud
2025-03-20
1
-0
/
+2
*
Pipewire: use pipewire audio backend when available
Tim Blechmann
2025-03-20
1
-1
/
+11
*
Android, FFmpeg: Track camera connection events
Nils Petter Skålerud
2025-03-14
1
-0
/
+3
*
QMaybe: introduce QUnexpected
Tim Blechmann
2025-03-12
2
-9
/
+11
*
Avoid returning nullptr as QMaybe
Jøger Hansegård
2025-03-11
1
-1
/
+2
*
Require 'unexpect' argument when creating QMaybe with error
Jøger Hansegård
2025-03-07
2
-8
/
+26
*
Fix clang-cl's -Wmicrosoft-include
Tim Blechmann
2025-03-05
2
-8
/
+7
*
QPlatformAudioEndpointBase: introduce common base for audio sink/source
Tim Blechmann
2025-03-01
1
-5
/
+5
*
Audio: rework default device fallback
Tim Blechmann
2025-03-01
1
-13
/
+18
*
Audio: Platform abstraction - remove setFormat
Tim Blechmann
2025-02-28
2
-10
/
+10
*
Set QVideoSink's QRhi to nullptr on QQuickWindow::sceneGraphInvalidated
Artem Dyomin
2025-02-25
2
-4
/
+9
*
Remove QRhi* as argument to private rhiChanged() signal
Jøger Hansegård
2025-02-25
1
-1
/
+1
*
QPlatformAudioDevices: introduce backendName()
Tim Blechmann
2025-02-11
3
-0
/
+8
*
QMediaPlayer: add API to expose pitch compensation
Tim Blechmann
2025-01-28
2
-0
/
+29
*
Rename QPlatformAudioBufferInputBase to QAudioBufferSource
Jøger Hansegård
2025-01-27
1
-2
/
+2
*
QCamera, Android, FFmpeg: Implement FocusModeManual and FocusDistance
Nils Petter Skålerud
2025-01-23
1
-0
/
+6
*
Pipewire: initial preparations to enumerate pipewire audio devices
Tim Blechmann
2025-01-20
1
-22
/
+40
*
Add unit tests for QMediaDevices
Artem Dyomin
2025-01-15
2
-0
/
+14
*
Implement cache for video inputs
Artem Dyomin
2025-01-15
2
-5
/
+31
*
Rename QPlatformMediaDevices => QPlatformAudioDevices
Artem Dyomin
2025-01-13
5
-50
/
+50
*
Decouple VideoDevices from MediaDevices
Artem Dyomin
2025-01-09
4
-18
/
+0
*
Rename QPlatformVideoDevices::videoDevices => videoInputs
Artem Dyomin
2025-01-09
2
-2
/
+2
*
Improve logic of caching audio devices
Artem Dyomin
2025-01-09
2
-13
/
+36
*
Implement cache for audio devices
Artem Dyomin
2025-01-09
2
-6
/
+31
*
Header streamlining
Tim Blechmann
2025-01-07
3
-18
/
+23
*
QMediaFormat: provide consistent ordering of codecs/formats
Tim Blechmann
2025-01-07
1
-7
/
+9
*
cleanup: apply clang-tidy's modernize-use-override
Tim Blechmann
2025-01-02
2
-2
/
+2
*
Thread: use isCurrentThread
Tim Blechmann
2024-12-20
1
-2
/
+2
*
Compilation fixes for -no-feature -flags
Jari Helaakoski
2024-12-11
2
-4
/
+13
*
Create function QMediaEncoderSettings::preferredSuffix
Artem Dyomin
2024-11-18
1
-0
/
+1
*
Don't require audio format with QMediaFormat::isSupported
Jøger Hansegård
2024-11-12
1
-1
/
+1
*
QCamera: Add helper functions to QPlatformCamera for default values
Nils Petter Skålerud
2024-10-25
1
-13
/
+29
*
QCamera, docs: Require setCameraDevice to update control properties
Nils Petter Skålerud
2024-10-25
1
-2
/
+20
*
QCamera, iOS: Implement FocusModeManual and FocusDistance
Nils Petter Skålerud
2024-10-11
1
-0
/
+33
*
Make backend selection case insensitive
Jøger Hansegård
2024-10-11
1
-1
/
+1
*
ffmpeg: avoid interface as variable name
Tim Blechmann
2024-10-10
1
-2
/
+2
*
QPlatformAudioBufferInput: avoid `interface` as variable name
Tim Blechmann
2024-10-09
1
-2
/
+2
*
Don't add file extension when the filename already has an extension
Jøger Hansegård
2024-10-01
1
-1
/
+2
*
Fix qRotatedFrameSize according to frame transform rules
Artem Dyomin
2024-09-17
1
-1
/
+1
[next]