summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
...
* Align QVideoFrame::mirrored with QVideoFrameFormat::isMirroredArtem Dyomin2024-05-102-4/+4
* ALSA: cleanupsTim Blechmann2024-05-083-7/+7
* ALSA: relax (sys)default detectionTim Blechmann2024-05-081-3/+3
* ALSA: use first device as defaultTim Blechmann2024-05-081-4/+7
* ALSA: simplify implementation of `availableDevices`Tim Blechmann2024-05-071-34/+53
* Doc: correctly link to QIODevice::WriteOnlyVolker Hilsheimer2024-05-061-1/+1
* Rename QPlatformMediaRecorder::error(code, desc) => updateErrorArtem Dyomin2024-05-032-5/+5
* Apply clazy's old-style-connectTim Blechmann2024-05-036-26/+24
* Fix little/big endian mixup for source audio in ALSA sourceMikko Hallamaa2024-05-031-6/+6
* GStreamer: add private API to access pipeline for capture sessionTim Blechmann2024-04-276-37/+82
* Manage media backend lifetime using Q_APPLICATION_STATICJøger Hansegård2024-04-261-40/+1
* Add since 6.8 to a new QVideoFrame constructor documentationArtem Dyomin2024-04-261-0/+1
* CMake: fix styleTim Blechmann2024-04-261-2/+2
* Ensure that EGL::EGL is promoted to global for the standalone QtMultimedia bu...Alexey Edelev2024-04-251-1/+5
* Update QML Media PlayerEd Cooke2024-04-241-1/+0
* Add missing 'focusModeChanged' property notificationArtem Dyomin2024-04-221-1/+1
* Add missing implementation for QWaveDecoder::setIODeviceDoris Verria2024-04-221-0/+4
* Document how to configure and build Qt MultimediaJøger Hansegård2024-04-202-0/+97
* Pulseaudio: replace toQString methods with qDebug overloadsTim Blechmann2024-04-185-70/+82
* pulseaudio: separate out error getter functionsTim Blechmann2024-04-185-17/+37
* QString: replace QString(QLatin1String( with QStringLiteralTim Blechmann2024-04-183-9/+5
* pulseaudio: clean up string handlingTim Blechmann2024-04-181-42/+47
* Enable HDR based on video frame format for QtWidgetsPavel Dubsky2024-04-173-2/+48
* QAudioDecoder: fix unit tests for GStreamerTim Blechmann2024-04-176-48/+116
* Prevent lost D3D11 device with QVideoFrame::toImage() with Qt QuickJøger Hansegård2024-04-162-2/+2
* utils: factor `qMediaFromUserInput` out of QMediaPlayerTim Blechmann2024-04-103-5/+17
* Add QVideoFrame constructor that converts from QImageJøger Hansegård2024-04-093-0/+48
* Darwin: Replace deprecated kAudioObjectPropertyElementMaster constantTim Blechmann2024-04-092-7/+10
* strings: use QStringLiteral instead of fromUtf8Tim Blechmann2024-04-098-20/+20
* CMake: don't disable gstreamer if gstreamer_gl is not availableTim Blechmann2024-04-061-1/+1
* Fix ABI breakage wrt QAudioSink/Source::stateChanged signalsVolker Hilsheimer2024-04-057-79/+26
* platform integration: add getter for current backendTim Blechmann2024-04-052-3/+11
* Clean up qpulseaudiosource.cppMikko Hallamaa2024-04-051-75/+93
* PulseAudio: Replace C style casts with static_castMikko Hallamaa2024-04-052-9/+9
* Tighten ownership of video buffers in QVideoFrameJøger Hansegård2024-04-042-6/+4
* Select capture device format with max frame rateTimur Pocheptsov2024-04-041-2/+2
* PulseAudio: Streamline resetting source on start() callsMikko Hallamaa2024-04-041-16/+2
* PulseAudio: Refactor to use categorized loggingMikko Hallamaa2024-04-044-122/+127
* wasm: Update webassembly docsLorn Potter2024-04-021-27/+6
* Document deployment of dynamically linked FFmpeg on WindowsJøger Hansegård2024-04-011-0/+13
* GStreamer: remove relic of restarting playback after new source is setTim Blechmann2024-03-291-1/+1
* Tie Qt Multimedia backend lifetime to Qt Application lifetimeJøger Hansegård2024-03-282-11/+59
* Document that FFmpeg 6.1.1 is used by the FFmpeg multimedia backendJøger Hansegård2024-03-261-1/+1
* Correct license for documentation filesLucie Gérard2024-03-268-8/+8
* Change license for tool filesLucie Gérard2024-03-261-1/+1
* Correct license for example and snippet filesLucie Gérard2024-03-268-8/+8
* Get SPDX license tag on one line onlyLucie Gérard2024-03-262-4/+2
* CMake: use gstreamer "feature" only when egl/gstreamer_gl are availableTim Blechmann2024-03-251-6/+7
* Video - rename ALIGN to QT_MEDIA_ALIGNTim Blechmann2024-03-254-6/+6
* Use std::addressof to get the address of QMaybe wrapped typeJøger Hansegård2024-03-211-2/+3