summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Move QMaybe to a separate fileArtem Dyomin2024-03-143-72/+97
* Fix size of QVideoSink when the video is rotatedArtem Dyomin2024-03-135-11/+39
* Platform: cleanupsTim Blechmann2024-03-132-5/+5
* QMediaStorageLocation: Do not modified path with content schemeBartlomiej Moskal2024-03-111-4/+9
* Add tests that verify backend availability in QtMultimediaJøger Hansegård2024-03-102-16/+18
* Simplify lifetime management of QPlatformAudioResamplerJøger Hansegård2024-03-083-12/+16
* QMediaStorageLocation: Use QUrl in generateFileName functionBartlomiej Moskal2024-03-071-1/+2
* platform: header cleanupTim Blechmann2024-03-061-4/+0
* Fix emitting QObject::destroyed upon deleting of QMediaPlayerArtem Dyomin2024-03-042-5/+9
* Fix pulse audio sink flakinessArtem Dyomin2024-03-031-0/+4
* Play entire sound with resampled data in QSoundEffectJøger Hansegård2024-02-281-3/+4
* Move ownership of media devices to platform media integrationJøger Hansegård2024-02-2811-89/+76
* Fix QWaveDecoder handling of padding bytes in RIFF chunksJøger Hansegård2024-02-272-3/+11
* Set correct sample rate and channel count with big endian WAV dataJøger Hansegård2024-02-271-2/+2
* Fix flakiness upon QPulseAudioSource destructionArtem Dyomin2024-02-261-2/+0
* Clarify documentation for QMediaMetaData::Key::ThumbnailImageJøger Hansegård2024-02-261-2/+2
* Simplify setup of media devices by using unique connectionJøger Hansegård2024-02-252-12/+6
* Android: Move registration for audio devices updatesBartlomiej Moskal2024-02-232-6/+21
* Harden video processing pipeline for out-of-range signalsDoris Verria2024-02-2212-4/+58
* PulseAudio: Fix tlength setting of QPulseAudioSinkMikko Hallamaa2024-02-212-11/+23
* Fix 'divide by zero' codecheck warningArtem Dyomin2024-02-201-3/+4
* Rename QAudio namespace to QtAudioVolker Hilsheimer2024-02-2019-70/+188
* Eliminate copying of frame data upon creating textures from memoryArtem Dyomin2024-02-195-25/+88
* Rework QPulseAudioSink underflow error handlingMikko Hallamaa2024-02-192-32/+19
* Reformat color matricesJøger Hansegård2024-02-181-53/+27
* Clean up QPulseAudioSink pull/push logicMikko Hallamaa2024-02-162-57/+64
* gstreamer: fix EGL dependenciesTim Blechmann2024-02-161-1/+1
* Update doc and attributions with new FFmpeg version in MultimediaJøger Hansegård2024-02-151-1/+1
* Specify AVFoundation/darwin as the multimedia backend used on iOSJøger Hansegård2024-02-151-2/+2
* cmake: disable gstreamer on non-linux platformsTim Blechmann2024-02-141-1/+1
* Clarify that GStreamer is only supported on LinuxJøger Hansegård2024-02-131-1/+2
* Format QPulseaudioSink source according to _clang-format fileMikko Hallamaa2024-02-131-30/+46
* Clean up QPulseAudioSink codeMikko Hallamaa2024-02-131-9/+8
* Move QVideoFramePrivate to a separate fileArtem Dyomin2024-02-113-36/+54
* Fix wrong colors when playing videos with IMC2 video frame formatJøger Hansegård2024-02-111-2/+2