summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/FrameDumpFFMpeg.cpp
AgeCommit message (Collapse)Author
2025-11-11VideoCommon: Make Presenter aware of the next swap time to eliminate unsafe ↵Jordan Woyak
usage of GetTicks() with ImmediateXFB + DualCore.
2025-06-04fmt: Replace deprecated `fmt::localtime` usage with `Common::LocalTime`Joshua Vandaële
2025-05-12VideoCommon: Limit maximum denominator for MPEG4Martino Fontana
It happened to be under the limit normally, but now that the VBI rate can be changed, that's no longer the case.
2025-03-16VideoConfig: Eliminate frame dumping members.Jordan Woyak
2024-12-30Frame Dumping: Change lossless codec from FFV1 to Ut Video.TryTwo
Ut Video is faster and more compatible with editing programs, but produces larger files.
2024-01-04Core/SystemTimers: Refactor to class, move to System.Admiral H. Curtiss
2023-03-11HW/VideoInterface: Refactor to class.Admiral H. Curtiss
2023-01-31Rename FrameDump.{cpp,h} to FrameDumpFFMpeg.{cpp,h}Scott Mansell
The name kind of conflicts with a new FrameDumper class