summaryrefslogtreecommitdiffstats
path: root/src/plugins/multimedia/ffmpeg/qffmpegvideoframeencoder_p.h
Commit message (Expand)AuthorAgeFilesLines
* Move files FFmpeg media recording files to recordingengine folderJøger Hansegård2024-04-011-85/+0
* Fix encoding for codecs with defined fixed frame ratesArtem Dyomin2023-08-021-0/+2
* Move VideoFrameEncoder::Data members to VideoFrameEncoderArtem Dyomin2023-08-021-32/+26
* Implement a workaround for cases packet.pts < packet.dtsArtem Dyomin2023-08-011-0/+4
* Cleanup: use unique ptr for av packets in encoderArtem Dyomin2023-08-011-1/+1
* Fix setting frame rate to QMediaRecorderArtem Dyomin2023-07-311-2/+1
* Handle frame size changings in encoder (for window or screen capturing)Artem Dyomin2023-07-311-5/+14
* Refactor VideoFrameEncoder construction and imrove codecs findingArtem Dyomin2023-03-111-2/+1
* Fix encoding time_base factorArtem Dyomin2023-03-101-1/+3
* Code cleanup: remove old ffmpeg decoderArtem Dyomin2022-12-221-1/+1
* Fix some memory leaks and crashes in corner cases with ffmpeg encoderArtem Dyomin2022-11-231-1/+1
* Remove explicit sharing from HWAccel objectPiotr Srebrny2022-10-031-1/+1
* Use SPDX license identifiersLucie Gérard2022-06-241-38/+2
* Enable HW encoding on Windows for ffmpegPiotr Srebrny2022-05-181-0/+1
* Restructure video encoding supportLars Knoll2022-04-051-0/+111