summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement custom X11 screen capturingArtem Dyomin2023-02-125-2/+458
* QScreenCapture: minor documentation fixesVolker Hilsheimer2023-02-081-6/+6
* wasm: add camera inputLorn Potter2023-02-0817-109/+1795
* Rewrite screen capturing on macosArtem Dyomin2023-02-078-131/+639
* Proposition to be able to turn on ffmpeg debug logsArtem Dyomin2023-02-071-0/+3
* Android: Properly clean AndroidSurfaceTexture before deletingBartlomiej Moskal2023-02-071-1/+2
* Fix behavior of QAudioSink::resume in push modeVolker Hilsheimer2023-02-0717-106/+79
* Fix encoder UB if no audio inputsArtem Dyomin2023-02-031-2/+6
* Handle resolution change in QGstreamerImageCaptureAri Parkkila2023-02-022-3/+27
* Remove unneeded predeclarationKai Köhne2023-02-011-1/+0
* Doc: Add \since to new ScreenCapture APIKai Köhne2023-02-012-0/+3
* Document new playing propertyKai Köhne2023-02-011-14/+27
* Move QWindowsAudioSource from old wave device to use new IAudioClientPiotr Srebrny2023-01-313-571/+298
* Set preferred audio format to mixer formatPiotr Srebrny2023-01-313-17/+33
* Cleanup include headers, improve messages for error codesPiotr Srebrny2023-01-312-32/+13
* Fix random crash with windows backendArtem Dyomin2023-01-313-4/+7
* Doc: Fix metadata about spatialaudio examplesKai Köhne2023-01-311-0/+2
* AVFVideoSink: Avoid race condition when updating texture cacheDoris Verria2023-01-303-0/+6
* Android-Backend: update surfaceTexture with Rhi if neededBartlomiej Moskal2023-01-303-3/+20
* wasm: remove canvas size codeLorn Potter2023-01-291-23/+1
* Proper clearing of WinRT factory cache in QtMultimediaMarc Mutz2023-01-281-0/+1
* Fix memory leak and random crash in windows playback backendArtem Dyomin2023-01-251-3/+8
* Fix warning on iOSVolker Hilsheimer2023-01-221-0/+2
* Use Q_DECLARE_PRIVATE in QScreenCaptureArtem Dyomin2023-01-202-14/+45
* Doc: fix return type of Camera::cameraFormatTasuku Suzuki2023-01-191-1/+1
* Add internal ability to adjust RTSP latencyJames DeLisle2023-01-182-0/+35
* Fix camera crash on macOSArtem Dyomin2023-01-181-10/+11
* Set Q_LOGGING_CATEGORY staticArtem Dyomin2023-01-1854-60/+50
* Adjust Android-related installation directoriesFab Stz2023-01-163-3/+5
* Handle duration in ffmpeg stream metadataArtem Dyomin2023-01-151-5/+40
* Set default size to the Video QML elementTasuku Suzuki2023-01-141-0/+2
* Update QtMM doc (default ffmpeg backend)Artem Dyomin2023-01-131-22/+24
* Stop playback position update timer on end of streamArtem Dyomin2023-01-131-12/+1
* Remove unused local variables of type IMFMediaBufferYAMAMOTO Atsushi2023-01-131-8/+0
* Android: fix for randomly not working cameraBartlomiej Moskal2023-01-121-1/+3
* Don't define same logging category in both pluginsSamuli Piippo2023-01-123-21/+21
* Android: Prevent Camera set automatically activeSamuel Mira2023-01-113-4/+11
* Fix crash with ffmpeg on specific video filesArtem Dyomin2023-01-111-1/+12
* Fix -Wclazy-incorrect-emitTasuku Suzuki2023-01-118-70/+70
* Fix [clazy-connect-not-normalized]Tasuku Suzuki2023-01-111-2/+2
* Drop the dirty flag once a video texture is created for a frameTasuku Suzuki2023-01-101-0/+1
* Doc: Use correct prop and enum const in code snippetAndreas Eliasson2023-01-091-2/+2
* Android: Fix for subtitle language metadata detectionBartlomiej Moskal2023-01-091-9/+1
* Make QPlatformMediaIntegration::m_videoDevices a smart pointerMikolaj Boc2023-01-098-14/+19
* Correctly finish, clear and delete AndroidTextureThreadLauri Laanmets2023-01-061-10/+15
* Set ffmpeg as the default media backendArtem Dyomin2023-01-051-14/+27
* Add Q_UNUSED markers to QWasmAudioOutputMikolaj Boc2023-01-031-5/+9
* ffmpeg: avoid infinite loop with non-discreate framesizesSamuli Piippo2023-01-031-2/+2
* Android: remove non-existent file importBartlomiej Moskal2023-01-031-1/+0
* Improve macos audio data warningsArtem Dyomin2023-01-024-118/+174