summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Implement image capturing for ScreenCapture and WindowCaptureArtem Dyomin2023-07-066-75/+88
* Android: Handle application state changes in cameraBartlomiej Moskal2023-06-292-0/+27
* Implement capturable windows providing on Windows OSArtem Dyomin2023-06-271-5/+34
* Android: fix not working cameraBartlomiej Moskal2023-06-271-3/+3
* Implement capturable windows for x11Artem Dyomin2023-06-273-6/+79
* Fix QMediaCaptureSession::windowCaptureChanged emission on the capture deletingArtem Dyomin2023-06-271-0/+4
* Implement initialization of video devices on the first connectionArtem Dyomin2023-06-2611-46/+75
* Implement getting captureble windows on macOSArtem Dyomin2023-06-261-5/+33
* Fix QMediaCaptureSession::screenCaptureChanged emission on the capture deletingArtem Dyomin2023-06-261-0/+4
* Introduce private interface for QCapturableWindow providingArtem Dyomin2023-06-2613-6/+236
* Make objects in MediaCaptureSession QPointer instead of raw ptrArtem Dyomin2023-06-261-6/+6
* Fix surface source setupArtem Dyomin2023-06-261-5/+15
* Apply window capture to media capture sessionArtem Dyomin2023-06-2312-66/+146
* Refactor internal design for QWindowCapture implementationsArtem Dyomin2023-06-2328-533/+663
* Renamings before QWindowCapture integrationArtem Dyomin2023-06-2226-153/+153
* Apply state check filter in QAudioSourceArtem Dyomin2023-06-221-2/+8
* Handle devices changing in PulseAudioSinkArtem Dyomin2023-06-214-55/+120
* Android: Flash Mode implementation for ffmpeg-backendBartlomiej Moskal2023-06-204-3/+142
* Add WindowCapture to documented classes listArtem Dyomin2023-06-201-0/+6
* Android: Photo capture implementation with FFmpeg-backendBartlomiej Moskal2023-06-209-13/+248
* Android-backend: Fix not working camera previewBartlomiej Moskal2023-06-195-3/+20
* Fix memory leak on MINGW64 due to ref counting bug in ComPtrJøger Hansegård2023-06-191-1/+3
* Fix issue where screen capture fails when Ctrl+Alt+Del is pushedJøger Hansegård2023-06-182-170/+284
* Docs: Clarify Backend and Platform LimitationsNicholas Bennett2023-06-151-27/+63
* Fix namespace build on Windows for IAudioClient3Pavel Dubsky2023-06-131-1/+1
* Replace QComPtr with Microsoft's WRL::ComPtr in QtMultimediaJøger Hansegård2023-06-1326-335/+278
* Introduce a QComPtr friendly factory function for COM objectsJøger Hansegård2023-06-124-3/+12
* Prettify calling of QMediaDevice signalsArtem Dyomin2023-06-1211-60/+30
* Improve v4l2 cameras update logicArtem Dyomin2023-06-123-30/+52
* Align QComPtr constructor ownership with other COM smart pointersJøger Hansegård2023-06-122-2/+8
* Doc: fix linkVolker Hilsheimer2023-06-111-1/+1
* QWindowCapture: fix member documentationVolker Hilsheimer2023-06-111-1/+28
* Doc: Fix documentation issuesTopi Reinio2023-06-093-5/+9
* Apply 6.6 API review commentsArtem Dyomin2023-06-095-47/+32
* Replace qFatal with qCriticalArtem Dyomin2023-06-082-4/+5
* Split QComPtr reset() function into a reset() and an attach() functionJøger Hansegård2023-06-085-6/+20
* Doc: Use correct module identifiers in \qmlproperty commandsTopi Reinio2023-06-082-3/+3
* Limit VideoEncoder memory usage when encoder is unable to keep upJøger Hansegård2023-06-082-4/+18
* Replace Q_OS_OSX with Q_OS_MACOSTor Arne Vestbø2023-06-074-13/+13
* Fix binary compatibility of recently changed screen capture APIArtem Dyomin2023-06-072-10/+10
* Fix detection of the default audio input on LinuxArtem Dyomin2023-06-071-1/+1
* wasm: fix multimedia devices discoveryLorn Potter2023-06-061-1/+4
* Replace calls to CoTaskMemFree via RAII wrapperPavel Dubsky2023-06-066-57/+137
* Avoid flooding log during DXGI screen capture error handlingJøger Hansegård2023-06-061-2/+2
* Add missing ScreenCapture to the documented functionality listArtem Dyomin2023-06-021-0/+6
* Docs: Update CameraSession's AudioOutput descriptionBartlomiej Moskal2023-06-021-0/+5
* Handle QMediaPlayer outputs corner casesArtem Dyomin2023-06-029-8/+98
* Add QWindowCapure and QCapturableWindow for window capturingArtem Dyomin2023-06-0217-136/+571
* Multimedia: Fix compiler warning warning C4723: potential divide by 0Jøger Hansegård2023-06-011-5/+6
* Clean up pulse audio and fix some threading issuesArtem Dyomin2023-06-016-191/+147