summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia
Commit message (Expand)AuthorAgeFilesLines
* API review: return std::chrono::milliseconds for network timeoutHEADdevArtem Dyomin10 hours1-1/+1
* API review: enum => enum classArtem Dyomin38 hours2-2/+2
* wasm: fix assertLorn Potter41 hours1-14/+0
* wasm: separate QWasmMediaDevices from audio and camera devicesLorn Potter47 hours2-3/+2
* FFmpeg: AudioRenderer - prevent nullptr access to iodeviceTim Blechmann2 days1-1/+1
* CMake: remove reference to FFmpeg alias targetTim Blechmann2 days1-1/+1
* Gstreamer: Add option to prefix dot graph with timestampMikko Hallamaa2 days3-6/+9
* Android, Camera: Rename takePhoto() to beginStillPhotoCapture()Nils Petter Skålerud7 days1-1/+1
* FFmpeg, Android: Move QAndroidCamera into QFFmpeg namespaceNils Petter Skålerud8 days3-5/+16
* Sort includes in FFmpeg QAndroidCameraNils Petter Skålerud8 days2-19/+24
* Android, FFmpeg: Move QAndroidImageCapture into QFFmpeg namespaceNils Petter Skålerud9 days3-1/+7
* Android, Camera: Remove unused capture request template parameterNils Petter Skålerud9 days1-1/+1
* FFmpeg: Fix importing VAAPI surfaces with DRM format modifiersDavid Rosca9 days1-2/+12
* QGstVideoRenderer: Fix race condition by storing GstVideoInfo in stateLars Sutterud9 days2-1/+3
* QFFmpegImageCapture: Fix typo in include-guard endingNils Petter Skålerud9 days1-1/+1
* wasm: fix http streamingLorn Potter10 days1-8/+18
* Push QSharedPointer out of implementationTim Blechmann11 days4-6/+7
* CMake: macos cleanupsTim Blechmann11 days2-2/+2
* EVRCustomPresenter: perform video rotation on rotated surface formatTim Blechmann11 days3-16/+27
* FFmpeg: Muxer - fix memory leakTim Blechmann11 days1-2/+16
* QMaybe: replace low-hanging fruits with q23::expectedTim Blechmann12 days5-30/+38
* wasm: refactor wasm mediarecorderLorn Potter14 days4-303/+113
* Unify some duplicated code from audioinput and cameraLorn Potter14 days4-74/+35
* FFmpeg: include missing headerTim Blechmann14 days1-2/+4
* wasm: add window and screen captureLorn Potter2025-06-1318-65/+689
* Revert "Disable HW textures conversion by default on native Windows backend"Vladimir Belyavsky2025-06-121-2/+2
* QCapturableWindow: Make constructible from QWindowNils Petter Skålerud2025-06-116-0/+41
* Cleanup: push QPair out of QtMultimediaTim Blechmann2025-06-1011-7/+15
* Fix casing for mingw-w64 when including wininet.hMarius Kittler2025-06-061-1/+1
* QCapturableWindow: Add internal helper factory functionNils Petter Skålerud2025-06-063-12/+11
* QCapturableWindow, X11: Move reusable code into helper functionsNils Petter Skålerud2025-06-061-15/+37
* CMake: Add missing signalsmith-stretch attribution referenceAlexandru Croitor2025-06-041-0/+2
* FFmpeg: set thread name for EncodingFinalizerTim Blechmann2025-06-041-0/+1
* Fix support for glupload in our GStreamer pipelineLars Sutterud2025-06-041-3/+7
* Darwin, Camera: Solve memory leak related to rotation trackingNils Petter Skålerud2025-06-032-10/+15
* FFmpeg: 7.2 compile fixTim Blechmann2025-06-021-0/+2
* FFmpeg: set name of QFFmpegAudioInput threadTim Blechmann2025-05-301-0/+1
* Audio: prevent streams to be opened multiple timesTim Blechmann2025-05-301-1/+2
* FFmpeg: QFFmpegMediaRecorder/QFFmpegAudioInput - cleanupsTim Blechmann2025-05-304-24/+20
* QPlatformMediaPlayer: use enum in signatureTim Blechmann2025-05-286-9/+11
* windows: fix potential crashes on enumerating audio/video codecsVladimir Belyavsky2025-05-281-14/+3
* AVFMediaPlayer - small cleanupTim Blechmann2025-05-221-4/+3
* AVFMediaPlayer - remove unnecessary castsTim Blechmann2025-05-221-21/+21
* darwin/tests: capture this explicitlyTim Blechmann2025-05-142-10/+14
* FFmpeg: link ffmpeg libs when linking qt staticallyTim Blechmann2025-05-132-2/+3
* QMaybe: avoid use of unexpectedTim Blechmann2025-05-1312-33/+35
* darwin: AVFAudioDecoder - fix memory leak in error handlingTim Blechmann2025-05-131-7/+16
* darwin: small clang-tidy/clazy cleanupsTim Blechmann2025-05-1320-40/+34
* AVFMediaEncoder: call updateAudioInput() before starting recordingRaman Shamotsin2025-05-111-0/+5
* qwindowscamera: Guard against nullptr dereference if permission revokedJarkko Koivikko2025-05-061-2/+3