summaryrefslogtreecommitdiffstats
path: root/src/multimedia/recording/qmediacapturesession.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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