summaryrefslogtreecommitdiff
path: root/src/multimedia/recording/qmediarecorder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docs: Fix capturesession snippet in mediarecorder type documentationNicholas Bennett2023-04-251-0/+1
* Doc: Use correct prop and enum const in code snippetAndreas Eliasson2023-01-091-2/+2
* Doc: Fix undocumented members warning in the recording APIVenugopal Shivashankar2022-09-291-0/+65
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-4/+10
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-3/+5
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Move finalization phase of video recording into a separate threadLars Knoll2022-04-091-6/+7
* 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-221-3/+3
* 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-211-16/+9
* Various fixes to our overview doc pagesLars Knoll2021-09-211-0/+2
* 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 Qt Multimedia Documentation Part 3Nicholas Bennett2021-08-101-11/+13
* Resolve media format and provide encoder settings with record()Piotr Srebrny2021-08-061-28/+13
* Doc: Part 1 Fix Qt Multimedia documentation issuesTopi Reinio2021-07-091-20/+7
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-081-18/+16
* Use command like interface to control recorder backendPiotr Srebrny2021-07-031-10/+17
* Provide encoderSettings with the applySettings functionPiotr Srebrny2021-06-281-20/+2
* Kill QMediaRecorder::StatusPiotr Srebrny2021-06-251-43/+1
* Streamline some translatable messagesFriedemann Kleint2021-06-231-0/+5
* Make setOutputLocation behavior consistent across supported platformsPiotr Srebrny2021-06-161-10/+11
* Get rid of QMediaEncoderSettingsLars Knoll2021-06-161-29/+260
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-161-0/+488
* Kill the current QMediaRecorder classLars Knoll2021-06-161-502/+0
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-111-6/+11
* Forward actualLocation from QMediaEncoder to QMediaRecorderPiotr Srebrny2021-06-091-3/+8
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-1/+1
* Clean up the videoOutput() APILars Knoll2021-05-211-8/+9
* Doc improvementsLars Knoll2021-05-181-20/+30
* Fully qualify enumerations of QMediaEncoderBaseFriedemann Kleint2021-05-141-3/+3
* Fix tst_qaudiorecorder autotestLars Knoll2021-04-231-0/+1
* Move the audio input settings from the encoder to the capture sessionLars Knoll2021-03-181-11/+10
* Remove audio/video device settings from QMediaEncoderLars Knoll2021-03-181-12/+4
* Add a QMediaEncoder classLars Knoll2021-03-171-231/+90
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-161-28/+20
* Remove unused notifyInterval functionalityLars Knoll2021-03-161-84/+0
* Starting point for reworking the architecture for media captureLars Knoll2021-03-161-1/+1
* Get rid of the global enums in qmultimedia.hLars Knoll2021-03-161-12/+1
* Remove some dead codeLars Knoll2021-03-161-11/+0
* Rename backend classes as a next step in consistent class namingDoris Verria2021-03-051-3/+3
* Modernize code baseLars Knoll2021-03-021-1/+1
* Next steps in consistent class namingLars Knoll2021-03-021-3/+3
* And finally kill QMediaServiceLars Knoll2021-02-171-1/+0
* Get rid of QMediaService for the capture interfaceLars Knoll2021-02-171-2/+2
* Kill QMediaSource and QMediaSinkLars Knoll2021-02-171-17/+2