summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegencoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Include moc_*.cpp files in QtMM ffmpeg pluginArtem Dyomin2022-12-131-0/+2
* Fix some memory leaks and crashes in corner cases with ffmpeg encoderArtem Dyomin2022-11-231-8/+8
* Remove explicit sharing from HWAccel objectPiotr Srebrny2022-10-031-5/+7
* Add support for FFmpeg version 5.1Piotr Srebrny2022-08-261-0/+18
* Enable dual video track recording with Camera as the primary trackPiotr Srebrny2022-06-241-17/+20
* Add basic screen capturing support using QScreen::grabWindowPiotr Srebrny2022-06-241-11/+20
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Remove some of qDebug() and move the remaining to qCDebug()Piotr Srebrny2022-06-071-2/+2
* Don't open FFmpeg audio codec from the main threadPiotr Srebrny2022-06-071-2/+9
* Drop audio and video frames when recording is pausedPiotr Srebrny2022-06-011-4/+8
* Add error signaling from VideoEncoderPiotr Srebrny2022-05-181-2/+6
* Enable HW encoding on Windows for ffmpegPiotr Srebrny2022-05-181-0/+1
* Move finalization phase of video recording into a separate threadLars Knoll2022-04-091-15/+21
* Replace av_err2str macro that does not compile on MSVCPiotr Srebrny2022-04-071-1/+1
* Fix HW encoding on LinuxLars Knoll2022-04-071-25/+28
* Encapsulate setting of encoder options for FFmpegLars Knoll2022-04-071-27/+2
* Restructure video encoding supportLars Knoll2022-04-051-198/+78
* FFmpeg: Implement pause()/resume() for the media recorderLars Knoll2022-04-051-5/+14
* Properly set the meta data on recorded media filesLars Knoll2022-04-041-0/+9
* FFmpeg: Fix QMediaRecorder::durationLars Knoll2022-04-021-4/+14
* Make Thread::kill() wait until the thread is actually done.Lars Knoll2022-04-021-7/+2
* Further improvements to HW accelerated encodingLars Knoll2022-03-311-34/+90
* Restructure the HW codec supportLars Knoll2022-03-251-37/+73
* ffmpeg: fix build libavformat from ffmpeg 4.4Thiago Macieira2022-03-101-2/+2
* FFmpeg: Properly encode YUV formatsLars Knoll2022-02-121-3/+13
* Make H265 encoded videos playable on Apple platformsLars Knoll2022-02-121-0/+7
* FFmpeg: various fixes to get better HW accelerationLars Knoll2022-02-121-1/+3
* Capture first videos on macOSLars Knoll2022-02-111-5/+13
* FFmpeg: fix build on UbuntuPiotr Srebrny2022-01-241-4/+4
* FFMpeg/V4l2: Enable JPG based video framesLars Knoll2022-01-201-3/+12
* FFmpeg: Support encoders with fixed frame ratesLars Knoll2022-01-201-2/+24
* FFmpeg: First video recordedLars Knoll2022-01-201-31/+214
* FFmpeg: Restructure the encoder code baseLars Knoll2022-01-201-0/+342