summaryrefslogtreecommitdiffstats
path: root/src/multimedia/recording
Commit message (Expand)AuthorAgeFilesLines
* Doc fixes for mediaMetaDataLars Knoll2021-09-221-1/+3
* Fix some smaller doc errors for MediaRecorderLars Knoll2021-09-221-16/+8
* Fix API naming inconsistencyLars Knoll2021-09-221-1/+1
* Some fixes to the sample code in the MediaRecorder docsLars Knoll2021-09-221-18/+13
* 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 QDoc errors Qt MultimediaNico Vertriest2021-09-101-1/+0
* Docs: Add MediaRecorder QML type documentationNicholas Bennett2021-09-061-20/+210
* 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
* Make QMediaEncoder::encoderSettings available from QMLPiotr Srebrny2021-06-102-0/+6
* Forward actualLocation from QMediaEncoder to QMediaRecorderPiotr Srebrny2021-06-092-3/+11
* Replace deprecated Q_ENUMS with Q_ENUMPiotr Srebrny2021-06-092-5/+4
* Remove the CaptureMode argument from the createCaptureSession() methodLars Knoll2021-06-081-1/+1
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-085-15/+15
* Remove the inheritance between QMediaEncoderSettings and QMediaFormatLars Knoll2021-06-042-160/+56
* Add support for audio capture/encoding on WindowsAndre de la Rocha2021-05-271-0/+1
* QMediaEncoder: Fully qualify enumerations of QMediaEncoderBaseFriedemann Kleint2021-05-261-1/+1
* Fix use-after-free errorsLars Knoll2021-05-231-0/+1
* Clean up the videoOutput() APILars Knoll2021-05-214-66/+40
* Cleanup the QMediaEncoder backend architectureLars Knoll2021-05-193-77/+25
* Doc improvementsLars Knoll2021-05-184-31/+103
* Fully qualify enumerations of QMediaEncoderBaseFriedemann Kleint2021-05-144-18/+15
* Get rid of QMediaFormat::ModeDoris Verria2021-05-122-6/+12
* Rename canEncode/Decode to isSupported(ConversionMode)Volker Hilsheimer2021-05-071-1/+1
* Have QPlatformMediaIntegration create the platform encoderDoris Verria2021-04-291-16/+19
* Fix tst_qcamerawidgets autotestLars Knoll2021-04-281-14/+30
* Fix tst_qmediaencoderLars Knoll2021-04-274-6/+26