citra/src
Steveice10 b89f5278ac
Revive: dumping/ffmpeg_backend: Various fixes (#6528)
* dumping/ffmpeg_backend: Add FPS filter

So that the recorded video can be at 60FPS (which is supported by most encoders) while still maintaining correct speed.

* dumping/ffmpeg_backend: Add HW context support

Required for some HW acceled encoders. Not tested as my devices don't seem to require this.

* CMake: Copy avfilter dll for MSVC

* CMakeLists: Require FFmpeg 4.0

* ffmpeg: Fix dumper compile error on MSVC.

* ffmpeg: Address review comments.

---------

Co-authored-by: zhupengfei <zhupf321@gmail.com>
2023-05-16 02:28:21 -07:00
..
android android: Open cheats by long pressing game in game list (#6491) 2023-05-07 16:01:34 +02:00
audio_core audio_core: Fix FDK AAC decoding. (#6530) 2023-05-14 19:50:07 -07:00
citra externals: Link SDL2 statically. (#6461) 2023-05-10 05:08:25 +02:00
citra_qt externals: Link SDL2 statically. (#6461) 2023-05-10 05:08:25 +02:00
common Rasterizer cache refactor v2 (#6479) 2023-05-07 02:34:28 +03:00
core Revive: dumping/ffmpeg_backend: Various fixes (#6528) 2023-05-16 02:28:21 -07:00
dedicated_room Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
input_common externals: Link SDL2 statically. (#6461) 2023-05-10 05:08:25 +02:00
network Various miscelaneous changes (#6496) 2023-05-03 17:24:10 +02:00
tests Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00
video_core Fix additional reinterpretation nonsense (#6521) 2023-05-09 12:01:15 +03:00
web_service build: Improvements to bundled libraries support. (#6435) 2023-04-28 13:02:53 -07:00
.clang-format clang format: add objective c++ formatting 2022-01-10 13:52:39 +01:00
CMakeLists.txt Chore: Enable warnings as errors on MSVC (#6456) 2023-05-01 22:38:58 +03:00