Commit graph

15 commits

Author SHA1 Message Date
Kelebek1 f94ceab6dc Update ffmpeg, adding codec_internal.h 2023-12-24 16:11:46 +00:00
lat9nq 674ce20996 ffmpeg: Add scale filter and FFmpeg 6.0 libs 2023-08-27 14:35:41 -04:00
lat9nq f05649cd5f ffmpeg: Enable hw acceleration on VP9, H.264
VP8 hwaccel seems non-functional in yuzu at the moment, so leaving that
disabled for now.
2023-06-04 16:18:53 -04:00
lat9nq e35ba8dcd6 ffmpeg: Update 5.1.3 archive 2023-06-04 01:40:56 -04:00
lat9nq f9e5f47d05 ffmpeg: Enable VP8 2023-06-04 01:40:56 -04:00
lat9nq beb3c34fad ffmpeg: Fix compile script 2023-05-20 15:01:42 -04:00
lat9nq 3d84c27b03 ffmpeg: Add 5.1.3 library (with avfliter included) 2023-05-20 15:01:32 -04:00
lat9nq d94bbfec92 ffmpeg: Add binaries for 5.1.2 2022-12-29 23:20:14 -05:00
Kyle K dc8e66df83 Remove trailing newline from requirements.txt for ffmpeg
CMake doesn't remove the trailing newline when it reads the requirements.txt

related to PR: https://github.com/yuzu-emu/yuzu/pull/8264

```
    file(READ "${FFmpeg_PATH}/requirements.txt" FFmpeg_REQUIRED_DLLS)
    string(REGEX REPLACE "\n$" "" FFmpeg_REQUIRED_DLLS "${FFmpeg_REQUIRED_DLLS}")
```
2022-04-25 20:10:07 -07:00
ameerj ab2229587b Update FFmpeg DLLs 2021-11-12 19:33:03 -05:00
ameerj 288c6171f9 Update the ffmpeg 4.4 dlls 2021-08-08 17:28:12 -04:00
ameerj 62dd839edc Add ffmpeg 4.4 2021-08-07 17:24:20 -04:00
lat9nq 3e773f680c ffmpeg: Update ffmpeg-4.3.1.7z with requirements 2021-02-09 14:42:41 -05:00
lat9nq d410b990dc ffmpeg: Add 4.3.1 package
This is a minimal version of FFmpeg specifically compiled for yuzu.
Package generation details can be found at
`ffmpeg-4.3.1.7z/ffmpeg-4.3.1/ffmpeg_compile.sh`, though that script is
mostly there for keepsakes until we need to update FFmpeg again.

Compiled using MinGW toolchain.
2021-02-05 21:46:28 -05:00
ameerj 94da172ad2 Add ffmpeg windows binaries
needed for NVDEC
2020-09-30 16:37:06 -04:00