summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Media capture session - protect against recursive callTimur Pocheptsov2024-02-091-2/+13
* alsa: Prevent buffer underrun errors when QIODevice has no data to readJoni Poikelin2024-02-091-1/+8
* Map/unmap QVideoFrame one time upon loading textures from memoryArtem Dyomin2024-02-081-8/+10
* qmlvideo: split the project into different qml modulesOliver Eftevaag2024-02-061-1/+1
* alsa: Try to use sysdefault if default device has not been setJoni Poikelin2024-02-011-1/+11
* Rename qvideo.h => qtvideo.h according to API reviewArtem Dyomin2024-01-305-8/+8
* Remove the property MediaRecorder.isAvailable from the documentationArtem Dyomin2024-01-301-6/+0
* Log error when accessing multimedia APIs without a QCoreApplicationJøger Hansegård2024-01-291-0/+4
* Use regular plugin loader also in multimedia unit testsJøger Hansegård2024-01-292-41/+17
* Improve performance of retrieving video devices on Windows with FFmpegJøger Hansegård2024-01-292-4/+4
* Make sure Windows Media Foundation is initialized before using itJøger Hansegård2024-01-294-12/+43
* Simplify QWindowsMediaFoundation singleton implementationJøger Hansegård2024-01-292-47/+33
* Make singletons easier to spot using Q_GLOBAL_STATICJøger Hansegård2024-01-294-47/+54
* Android: Do not process bytes for recording when device was stoppedBartlomiej Moskal2024-01-291-0/+4
* Document that Qt Multimedia requires a QCoreApplicationJøger Hansegård2024-01-271-0/+7
* Doc: Fix documentation warningsTopi Reinio2024-01-252-2/+2
* Implement fixing of QImage by QImageVideoBufferArtem Dyomin2024-01-232-1/+54
* Fix conversion of QImage::Format_RGBA8888_Premultiplied to PixelFormatArtem Dyomin2024-01-231-1/+3
* Apply API review comment: qmmetaobject.h => qobjectdefs.hArtem Dyomin2024-01-231-1/+1
* Implement audio resampling in QSoundEffectArtem Dyomin2024-01-234-3/+76
* Fix abrupt termination during static destruction in QtMultimediaJøger Hansegård2024-01-222-3/+25
* Implement lazy initialization of CapturableWindowsArtem Dyomin2024-01-213-9/+21