summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/Src/AVIDump.cpp
AgeCommit message (Expand)Author
2011-03-25When using the "Start Renderer in Fullscreen" option, really start in fullscr...Glenn Rice
2011-02-28Convert GetUserPath to return a std::string instead of a const char *. This ...Glenn Rice
2011-02-11For non-win32 and with-libav conditions, add an option to frame dumping to us...smelenchuk
2011-02-11Make sure the audio dump directory exists when dumping audio. Otherwise a se...Glenn Rice
2011-02-11Fix frame dumping for linux.Glenn Rice
2011-02-11* Dump AVI output on every VI (fixes issue #4064).smelenchuk
2011-02-02Remove PluginSpecs.h. Merge the few needed enums from that file into Common....Glenn Rice
2011-01-13Removed my previous PanicAlert translation hack. Fixed with a better method ...Glenn Rice
2010-11-18Encode framedumps in AVI format on linux as on windows. This adds the additi...Glenn Rice
2010-11-14Build fix for windows.Glenn Rice
2010-11-14On linux encode frame dumps in MPG format instead of writing raw frames. To ...Glenn Rice
2010-02-02Linux global build. At least the basic footwork is done here.Glenn Rice
2009-07-28Now ALL copyright dates are fixed to the legally correct year: The year in wh...XTra.KrazzY
2009-07-26GFX: updated Dates, code formatting cleanup, code cleanup / organization, som...omegadox
2009-07-06add *.user, Win32, and x64 build dir to ignore list for DebuggerUICommon and ...LPFaint99
2009-06-09Debugging: Added 'insert nop' to menu, added 'show history' code for interpre...John Peterson
2009-06-08OpenGL: Changed the AVIDump framebuffer source to the same as for screenshotsJohn Peterson
2009-03-28Added support for dumping avi files (thanks baby.lueshi). Use Microsoft Video...Marcus Wanners