summaryrefslogtreecommitdiffstats
path: root/src/multimedia/recording
Commit message (Expand)AuthorAgeFilesLines
* GStreamer: add private API to access pipeline for capture sessionTim Blechmann6 days3-30/+59
* strings: use QStringLiteral instead of fromUtf8Tim Blechmann2024-04-091-1/+1
* Correct license for documentation filesLucie Gérard2024-03-261-1/+1
* Propagate output QIODevice from QMediaRecorder to the recording engineArtem Dyomin2024-03-201-4/+5
* Add outputDevice to the API of QMediaRecorderArtem Dyomin2024-03-202-0/+31
* Media capture session - protect against recursive callTimur Pocheptsov2024-02-091-2/+13
* Remove the property MediaRecorder.isAvailable from the documentationArtem Dyomin2024-01-301-6/+0
* Implement lazy initialization of CapturableWindowsArtem Dyomin2024-01-211-1/+1
* Fix error property doc for ScreenCapture and WindowCaptureJøger Hansegård2023-12-082-2/+2
* Doc: Document limitations of QScreenCaptureJaishree Vyas2023-11-202-1/+29
* Move formatInfo initialization delay to the QMediaRecorder constructionArtem Dyomin2023-09-081-1/+9
* Implement capturable windows for x11Artem Dyomin2023-06-271-1/+7
* Fix QMediaCaptureSession::windowCaptureChanged emission on the capture deletingArtem Dyomin2023-06-271-0/+4
* Fix QMediaCaptureSession::screenCaptureChanged emission on the capture deletingArtem Dyomin2023-06-261-0/+4
* Introduce private interface for QCapturableWindow providingArtem Dyomin2023-06-261-0/+2
* Make objects in MediaCaptureSession QPointer instead of raw ptrArtem Dyomin2023-06-261-6/+6
* Apply window capture to media capture sessionArtem Dyomin2023-06-234-7/+47
* Refactor internal design for QWindowCapture implementationsArtem Dyomin2023-06-235-24/+116
* Renamings before QWindowCapture integrationArtem Dyomin2023-06-223-6/+6
* QWindowCapture: fix member documentationVolker Hilsheimer2023-06-111-1/+28
* Doc: Fix documentation issuesTopi Reinio2023-06-092-4/+5
* Apply 6.6 API review commentsArtem Dyomin2023-06-093-25/+28
* Doc: Use correct module identifiers in \qmlproperty commandsTopi Reinio2023-06-081-2/+2
* Fix binary compatibility of recently changed screen capture APIArtem Dyomin2023-06-072-10/+10
* Docs: Update CameraSession's AudioOutput descriptionBartlomiej Moskal2023-06-021-0/+5
* Add QWindowCapure and QCapturableWindow for window capturingArtem Dyomin2023-06-029-101/+537
* Add missing qml properties to MediaRecorderArtem Dyomin2023-05-262-1/+58
* Docs: Fix capturesession snippet in mediarecorder type documentationNicholas Bennett2023-04-251-0/+1
* QScreenCapture: document window APIs as new in Qt 6.6Volker Hilsheimer2023-02-151-7/+14
* QScreenCapture: minor documentation fixesVolker Hilsheimer2023-02-081-6/+6
* Doc: Add \since to new ScreenCapture APIKai Köhne2023-02-012-0/+3
* Use Q_DECLARE_PRIVATE in QScreenCaptureArtem Dyomin2023-01-202-14/+45
* Doc: Use correct prop and enum const in code snippetAndreas Eliasson2023-01-091-2/+2
* Include moc_*.cpp files in main QtMM codeArtem Dyomin2022-12-131-0/+2
* Doc: Fix the remaining qdoc warningsVenugopal Shivashankar2022-10-101-1/+1
* Doc: Fix undocumented members warning in the recording APIVenugopal Shivashankar2022-09-293-0/+95
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-263-21/+45
* Fix memory leak in screen capturingArtem Dyomin2022-09-091-0/+1
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-245-4/+387
* Use SPDX license identifiersLucie Gérard2022-06-245-190/+10
* Move finalization phase of video recording into a separate threadLars Knoll2022-04-091-6/+7
* FFmpeg: various fixes to get better HW accelerationLars Knoll2022-02-121-0/+1
* Remove an outdated ### commentLars Knoll2022-02-091-1/+1
* Reintroduce a plugin architecture for multimedia backendsLars Knoll2022-01-111-1/+1
* Support handover of QCamera and QImageCapture between sessionPiotr Srebrny2021-09-291-16/+30
* Handover recorder between sessionPiotr Srebrny2021-09-291-12/+15
* Disconnect QAudioOutput from capture session and player in destructorPiotr Srebrny2021-09-291-4/+11
* Disconnect QAudioInput from QCaptureMediaSession in destructorPiotr Srebrny2021-09-291-2/+10
* Fix the remaining qdoc warningsLars Knoll2021-09-222-9/+8
* Doc fixes for mediaMetaDataLars Knoll2021-09-221-1/+3