summaryrefslogtreecommitdiffstats
path: root/src/multimedia/recording/qmediacapturesession.cpp
Commit message (Expand)AuthorAgeFilesLines
* Docs: Update CameraSession's AudioOutput descriptionBartlomiej Moskal2023-06-021-0/+5
* Fix 6.5 ScreenCapture documentationArtem Dyomin2023-05-311-10/+12
* Doc: Add \since to new ScreenCapture APIKai Köhne2023-02-011-0/+2
* Doc: Fix undocumented members warning in the recording APIVenugopal Shivashankar2022-09-291-0/+16
* Enable error reporting when failed to initialize backend elementPiotr Srebrny2022-09-261-17/+34
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-1/+49
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* FFmpeg: various fixes to get better HW accelerationLars Knoll2022-02-121-0/+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-221-8/+7
* Rename QPlatformMediaEncoder to QPlatformMediaRecorderPiotr Srebrny2021-09-221-2/+2
* Disconnect encoder from session on QMediaCaptureSession::setRecorder(nullptr)Piotr Srebrny2021-09-211-1/+5
* Various fixes to our overview doc pagesLars Knoll2021-09-211-0/+2
* Doc: Fix QDoc errors Qt MultimediaNico Vertriest2021-08-301-1/+0
* 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
* Rename QMediaCaptureSession::encoder to recorderLars Knoll2021-07-081-15/+15
* Get rid of QMediaCaptureSession::isAvailable()Lars Knoll2021-06-171-8/+1
* Rename QCameraImageCapture to QImageCaptureLars Knoll2021-06-171-7/+7
* Rename QMediaEncoder to QMediaRecorderLars Knoll2021-06-161-8/+8
* Kill the current QMediaRecorder classLars Knoll2021-06-161-2/+2
* Add audio output selection to the capture sessionLars Knoll2021-06-111-1/+19
* Use QAudioInput in QMediaCaptureSessionLars Knoll2021-06-111-48/+8
* Remove the CaptureMode argument from the createCaptureSession() methodLars Knoll2021-06-081-1/+1
* Rename QCameraInfo/QAudioDeviceInfo to QCamera/AudioDeviceLars Knoll2021-06-081-6/+6
* Add support for audio capture/encoding on WindowsAndre de la Rocha2021-05-271-0/+1
* Fix use-after-free errorsLars Knoll2021-05-231-0/+1
* Clean up the videoOutput() APILars Knoll2021-05-211-47/+21
* Doc improvementsLars Knoll2021-05-181-2/+58
* Fix tst_qcamerawidgets autotestLars Knoll2021-04-281-14/+30
* Fix tst_qmediaencoderLars Knoll2021-04-271-3/+3
* Fix tst_qcameraLars Knoll2021-04-271-1/+3
* Make sure we don't keep a reference to a deleted capture sessionLars Knoll2021-04-191-0/+4
* Various reliability bugfixesLars Knoll2021-04-191-0/+16
* Rename videoPreview to videoOutputLars Knoll2021-04-161-4/+38
* Clean up most QAbstractVideoSurface usagesLars Knoll2021-04-061-23/+5
* Add support for QVideoSink to the capture sessionLars Knoll2021-04-061-0/+10
* Implement a new capture backend for gstreamerLars Knoll2021-03-191-0/+3
* Move the audio input settings from the encoder to the capture sessionLars Knoll2021-03-181-0/+42
* Add a QMediaEncoder classLars Knoll2021-03-171-12/+12
* Make QMediaCaptureSession the new central class for media capturingLars Knoll2021-03-161-4/+57
* First draft API for the QMediaCaptureSessionLars Knoll2021-03-161-0/+141