summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
* Manage media backend lifetime using Q_APPLICATION_STATICJøger Hansegård8 hours1-40/+1
* Add since 6.8 to a new QVideoFrame constructor documentationArtem Dyomin8 hours1-0/+1
* CMake: fix styleTim Blechmann27 hours1-2/+2
* Ensure that EGL::EGL is promoted to global for the standalone QtMultimedia bu...Alexey Edelev31 hours1-1/+5
* Update QML Media PlayerEd Cooke2 days1-1/+0
* Add missing 'focusModeChanged' property notificationArtem Dyomin4 days1-1/+1
* Add missing implementation for QWaveDecoder::setIODeviceDoris Verria4 days1-0/+4
* Document how to configure and build Qt MultimediaJøger Hansegård6 days2-0/+97
* Pulseaudio: replace toQString methods with qDebug overloadsTim Blechmann8 days5-70/+82
* pulseaudio: separate out error getter functionsTim Blechmann8 days5-17/+37
* QString: replace QString(QLatin1String( with QStringLiteralTim Blechmann9 days3-9/+5
* pulseaudio: clean up string handlingTim Blechmann9 days1-42/+47
* Enable HDR based on video frame format for QtWidgetsPavel Dubsky9 days3-2/+48
* QAudioDecoder: fix unit tests for GStreamerTim Blechmann10 days6-48/+116
* Prevent lost D3D11 device with QVideoFrame::toImage() with Qt QuickJøger Hansegård10 days2-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
* Reset error when calling QPulseAudioSource::reset()Mikko Hallamaa2024-03-211-1/+2
* PulseAudio: Clean up readable byte amount logicMikko Hallamaa2024-03-212-30/+16
* Use QAudioStateMachine for state handling in PulseAudio sourceMikko Hallamaa2024-03-212-80/+34
* Use QBasicTimer in QPulseAudioSourceMikko Hallamaa2024-03-202-8/+16
* Propagate output QIODevice from QMediaRecorder to the recording engineArtem Dyomin2024-03-202-4/+11
* Add outputDevice to the API of QMediaRecorderArtem Dyomin2024-03-202-0/+31
* Add a proper guarding of windows related includesAlexey Edelev2024-03-201-2/+2
* Fix mapping of QVideoFrame in write modeArtem Dyomin2024-03-192-4/+14
* Move logic of finding actual media location to a separate functionArtem Dyomin2024-03-172-0/+19
* Fix keeping frame mapped after the target OpenGL texture releasedArtem Dyomin2024-03-141-46/+55