summaryrefslogtreecommitdiffstats
path: root/src/multimedia
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Implement lazy initialization of VideoDevicesArtem Dyomin2024-01-212-3/+17
* Minor cleanup in QSoundEffectArtem Dyomin2024-01-191-41/+57
* Android: Fix thread race in audio sink for bufferAvailableBartlomiej Moskal2024-01-181-1/+1
* QVideoWindow: Recreate swapchain if it was previously destroyedDoris Verria2024-01-171-1/+1
* QVideoWindow: Immediately render window on an Expose eventDoris Verria2024-01-171-1/+1
* Name flush operation pointerMikko Hallamaa2024-01-161-1/+1
* Apply API review comments: rename QVideo::RotationAngleArtem Dyomin2024-01-159-43/+55
* Apply API review comments: fix headersArtem Dyomin2024-01-152-2/+3
* Fix CodeChecker warning in qvideotexturehelperJøger Hansegård2024-01-091-2/+2
* Doc: Fix typosPaul Wicking2024-01-081-2/+4
* Add a default PulseAudio buffer lengthMikko Hallamaa2024-01-081-3/+17
* Fully drain PulseAudio stream when stopping the sinkMikko Hallamaa2024-01-081-9/+30
* Implement zero copy rendering of QMemoryVideoBufferArtem Dyomin2024-01-064-2/+29
* Remove not need component avdevice from ffmpeg componentsArtem Dyomin2024-01-061-1/+1
* Prettify QMemoryVideoBufferArtem Dyomin2024-01-062-12/+12