summaryrefslogtreecommitdiffstats
path: root/src/multimedia/recording
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix some smaller doc errors for MediaRecorderLars Knoll2021-09-221-16/+8
* Rename QPlatformMediaEncoder to QPlatformMediaRecorderPiotr Srebrny2021-09-224-10/+10
* Fix API naming inconsistencyLars Knoll2021-09-211-1/+1
* Some fixes to the sample code in the MediaRecorder docsLars Knoll2021-09-211-18/+13
* Disconnect encoder from session on QMediaCaptureSession::setRecorder(nullptr)Piotr Srebrny2021-09-213-17/+16
* Various fixes to our overview doc pagesLars Knoll2021-09-212-0/+4
* Lock the Window orientation while recording in the recorder exampleLars Knoll2021-09-101-0/+14
* Doc: Fix various documentation issuesTopi Reinio2021-09-091-2/+2
* Docs: Add MediaRecorder QML type documentationNicholas Bennett2021-09-061-20/+210
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-08-301-1/+0
* Add a Q_PROPERTY declaration for the audioOutput propertyLars Knoll2021-08-271-0/+1
* Docs: Add CaptureSession QML Type DocumentationNicholas Bennett2021-08-261-13/+138
* Doc: Fix QDoc warnings Qt MultimediaNico Vertriest2021-08-201-2/+2
* Doc: Fix Qt Multimedia Documentation Part 2Nicholas Bennett2021-08-111-1/+1
* Doc: Fix Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-101-11/+13
* Resolve media format and provide encoder settings with record()Piotr Srebrny2021-08-063-33/+13
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-20/+7
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-083-37/+35
* Use command like interface to control recorder backendPiotr Srebrny2021-07-032-14/+18
* Provide encoderSettings with the applySettings functionPiotr Srebrny2021-06-281-20/+2
* Kill QMediaRecorder::StatusPiotr Srebrny2021-06-252-57/+1
* Streamline some translatable messagesFriedemann Kleint2021-06-232-0/+7
* Put media format enums in class scope and make it available in namespacePiotr Srebrny2021-06-181-1/+1
* Get rid of QMediaCaptureSession::isAvailable()Lars Knoll2021-06-172-10/+1
* Fix parameter namingLars Knoll2021-06-171-2/+2
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-172-11/+11
* Make setOutputLocation behavior consistent across supported platformsPiotr Srebrny2021-06-162-12/+14
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-165-515/+321
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-167-114/+114
* Kill QMediaEncoderBaseLars Knoll2021-06-162-43/+33
* Kill the current QMediaRecorder classLars Knoll2021-06-167-731/+11
* Get rid of QImageEncoderSettingsLars Knoll2021-06-162-280/+0
* Add audio output selection to the capture sessionLars Knoll2021-06-112-1/+24
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-113-67/+23