summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegvideoframeencoder.cpp
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup: remove old ffmpeg decoderArtem Dyomin2022-12-221-9/+8
* Fix some memory leaks and crashes in corner cases with ffmpeg encoderArtem Dyomin2022-11-231-24/+29
* Clean up multiplication by AVRational, avoid dividing by 0Piotr Srebrny2022-10-191-11/+12
* Use std::array type to describe and iterate over preferred HW accelPiotr Srebrny2022-10-171-4/+3
* Remove explicit sharing from HWAccel objectPiotr Srebrny2022-10-031-15/+19
* Use SPDX license identifiersLucie GĂ©rard2022-06-241-38/+2
* Extend fraction computation algorithm to numbers above 1 and below 0Piotr Srebrny2022-05-241-2/+1
* Enable HW encoding on Windows for ffmpegPiotr Srebrny2022-05-181-2/+5
* Replace av_err2str macro that does not compile on MSVCPiotr Srebrny2022-04-071-5/+5
* Fix HW encoding on LinuxLars Knoll2022-04-071-34/+91
* Encapsulate setting of encoder options for FFmpegLars Knoll2022-04-071-27/+2
* Restructure video encoding supportLars Knoll2022-04-051-0/+372