summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/AVIDump.cpp
AgeCommit message (Expand)Author
2017-02-06AVIDump: use a separate AVCodecContextMichael Maltese
2017-02-06AVIDump: open codec before streamMichael Maltese
2017-02-06AVIDump: use avformat_free_contextMichael Maltese
2017-02-06AVIDump: Replace deprecated avcodec_encode_video2Michael Maltese
2017-01-29AVIDump: Rename CloseFile to CloseVideoFileLioncash
2017-01-23AVIDump: rename CreateFile -> CreateVideoFile (conflict with windows.h)Michael Maltese
2016-11-07Renderer: Threaded frame dumping.degasus
2016-11-04AVIDump: Drop frames which are delayed over a savestate.degasus
2016-11-04AVIDump: Add a struct for the state.degasus
2016-11-04AVIDump: Inline OSD error handling.degasus
2016-11-04AVIDump: Merge redundant variables.degasus
2016-11-04AVIDump: Drop stored frame.degasus
2016-10-10AVIDump: Move CoreTiming into caller.degasus
2016-10-08AVIDump: Hard code rgba.degasus
2016-10-08VideoCommon: Add custom stride for framedumping.degasus
2016-10-04Fix frame dumps on file close in certain situationsChris Burgener
2016-10-03Fix frame dump crash when resolution changesChris Burgener
2016-09-06Fix recursive codeChris Burgener
2016-08-24Fix frame dump issues where frame dumping stops before next drawn frameChris Burgener
2016-08-04Remove Global Declarations from MovieChris Burgener
2016-07-21Check for zero height when splitting video dumpChris Burgener
2016-07-10Use newer ffmpeg APIs to avoid deprecation warnings.comex
2016-06-25Split Video Dumps on Resolution ChangeChris Burgener
2016-06-24Reformat all the things. Have fun with merge conflicts.Pierre Bourdon
2016-02-19Properly Handle Video Dumping from Power OnChris Burgener
2016-01-28Fix warningsTillmann Karras
2016-01-28Merge pull request #3426 from Sonicadvance1/ES_fix_framedumpRyan Houdek
2016-01-21VideoInterface: Change a global into a translation-unit local variableLioncash
2016-01-19AVIDump: coded_frame is deprecatedSilvan Jegen
2016-01-17VideoCommon: Header cleanupLioncash
2016-01-09Add support for framedumping to OpenGL ES.Ryan Houdek
2016-01-08Force XVID FourCC for MPEG4 outputChris Burgener
2016-01-07Use ffmpeg for Windows Video Dumping instead of VFWChris Burgener
2016-01-03AVIDump Clean Up and FixesChris Burgener
2015-08-21AVIDump: fix -Wsign-compare warningTillmann Karras
2015-08-19Fix some compilation warningsDominic Chen
2015-06-04Use PanicAlertT instead of PanicAlert when appropriateJosJuice
2015-05-25Merge pull request #2382 from RisingFog/vfwfixRyan Houdek
2015-05-25Set copyright year to when a file was createdTillmann Karras
2015-05-25Update license headers to GPLv2+Tillmann Karras
2015-05-09Fix video dumping incorrect lengths for some gamesFog
2015-02-14Windows AVIDump: support "silent" frame dumpingPierre Bourdon
2015-01-26Revert "Merge pull request #1903 from RisingFog/libav"Pierre Bourdon
2015-01-21Use ffmpeg for Windows Video Dumping instead of VFWFog
2014-11-18Renamed EuRGB60 to PAL60Stevoisiak
2014-11-02Fix warnings about non-static variablesTillmann Karras
2014-10-23Fix timing of AVI files dumped on LinuxSylvain Gadrat
2014-10-12Merge pull request #1261 from lioncash/mesa-resonance-cascadeskidau
2014-10-11AVIDump: Add missing CoreTiming headerLioncash
2014-10-09Proper Audio/Video DumpingFog