summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegmediarecorder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include moc_*.cpp files in QtMM ffmpeg pluginArtem Dyomin2022-12-131-0/+6
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-3/+9
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Remove some of qDebug() and move the remaining to qCDebug()Piotr Srebrny2022-06-071-1/+1
* Add error signaling from VideoEncoderPiotr Srebrny2022-05-181-0/+1
* Move finalization phase of video recording into a separate threadLars Knoll2022-04-091-4/+6
* FFmpeg: Implement pause()/resume() for the media recorderLars Knoll2022-04-051-6/+6
* Properly set the meta data on recorded media filesLars Knoll2022-04-041-0/+1
* Fix qcamerabackend testLars Knoll2022-04-041-0/+2
* FFmpeg: Fix QMediaRecorder::durationLars Knoll2022-04-021-5/+1
* FFmpeg: Fix bugs while capturingLars Knoll2022-01-201-5/+10
* FFmpeg: First video recordedLars Knoll2022-01-201-0/+4
* FFmpeg: Restructure the encoder code baseLars Knoll2022-01-201-190/+25
* FFmpeg: First audio is recordingLars Knoll2022-01-201-2/+176
* FFmpeg: Add stubs for the capturing backendLars Knoll2022-01-201-0/+173