Commit graph

111 commits

Author SHA1 Message Date
Maide ef810aabad
Merge pull request #49 from Kelebek1/update_ffmpeg
Update ffmpeg, adding codec_internal.h
2023-12-25 06:40:38 +00:00
Kelebek1 f94ceab6dc Update ffmpeg, adding codec_internal.h 2023-12-24 16:11:46 +00:00
liamwhite bfb3b2eb34
Merge pull request #48 from yuzu-emu/breakpad
Add breakpad from yuzu-emu/breakpad@c89f9dd
2023-10-06 17:01:15 -04:00
Liam 5e985a2f08 Add breakpad from yuzu-emu/breakpad@c89f9dd 2023-10-06 13:44:04 -04:00
liamwhite bf318cc570
Merge pull request #47 from yuzu-emu/sdl2-28-2
Update to SDL 2.28.2 without wgi
2023-08-28 14:37:21 -04:00
Narr the Reg 72e17e5123
Update to SDL 2.28.2 without wgi 2023-08-27 20:51:13 -06:00
liamwhite 59ffb4e33a
Merge pull request #46 from lat9nq/ff-scale
ffmpeg: Add scale filter and FFmpeg 6.0 libs
2023-08-27 16:16:57 -04:00
lat9nq 674ce20996 ffmpeg: Add scale filter and FFmpeg 6.0 libs 2023-08-27 14:35:41 -04:00
Morph c1bd1e3aeb
Merge pull request #44 from Morph1984/unreliable-webhost
nasm: Host nasm (Netwide Assembler) ourselves
2023-07-25 02:44:16 -04:00
Morph 5688bae792 nasm: Host nasm (Netwide Assembler) ourselves
nasm.us has intermittent availability, and has been down for longer than several hours at a time. Thus, we should host this file ourselves.
This file should be copied over to externals/vcpkg/downloads, and it will be automatically extracted by vcpkg.
2023-07-25 02:43:37 -04:00
ChaseKnowlden e1c26fa614
Add latest SDL 2.28.1
* Add latest sdl2

* Remove sdl2test.lib from 7z file
2023-07-04 18:05:05 -06:00
liamwhite 86229fac14
Merge pull request #42 from yuzu-emu/sdl28v3
Add post release SDL fixes, fix player leds
2023-06-24 21:04:13 -04:00
Narr the Reg 20a4ce40e2
Add post release SDL fixes, fix player leds
Another major SDL bug fix. Hopefully this is the last one
2023-06-24 17:35:43 -06:00
Morph 65c70a62a9
Merge pull request #41 from yuzu-emu/sdl28v2
Add post release SDL fixes
2023-06-23 17:40:57 -04:00
Narr the Reg 3472c32dfb
Add post release SDL fixes
Fixes input in some pro controller brands
2023-06-23 12:17:37 -06:00
toast2903 5bf4113978
Merge pull request #40 from yuzu-emu/sdl28
Update SDL to 2.28.0
2023-06-21 19:27:23 -04:00
Narr the Reg 436032f14e
Update SDL to 2.28.0 2023-06-21 17:18:46 -06:00
liamwhite cea8a9a9b6
Merge pull request #39 from lat9nq/hwaccel
ffmpeg: Enable hw acceleration on VP9, H.264
2023-06-07 14:13:31 -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
liamwhite 646c29db8f
Merge pull request #38 from lat9nq/vp8
ffmpeg: Enable VP8 and update 5.1.3 archive
2023-06-04 01:42:21 -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
toast2903 fd93df020b
Merge pull request #35 from lat9nq/avfilter
ffmpeg: Add 5.1.3 library (with avfliter included)
2023-05-21 13:39:50 -07:00
Narr the Reg e8dce75f00
Merge pull request #37 from yuzu-emu/sdl-format
sdl: Fix wrong zip format
2023-05-21 00:38:47 -06:00
Narr the Reg 9f3bb3b9f7 sdl: fix wrong zip format 2023-05-20 23:53:17 -06: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
liamwhite 6f75cdb4ea
Merge pull request #36 from yuzu-emu/sdl2-26-5
Update SDL to 2.26.5
2023-05-20 14:53:29 -04:00
Narr the Reg ff52f0103c
Update SDL to 2.26.5 2023-05-20 12:39:09 -06:00
liamwhite f9678324cd
Merge pull request #34 from Morph1984/clang-15
clang-format: Update to clang-format 15.0.7
2023-01-29 18:34:19 -05:00
Morph 3edb6cfb82 clang-format: Update to clang-format 15.0.7 2023-01-29 18:17:34 -05:00
bunnei 2a08bd8d45
Merge pull request #33 from lat9nq/ffmpeg-512
ffmpeg: Add binaries for 5.1.2
2022-12-29 23:31:57 -05:00
lat9nq d94bbfec92 ffmpeg: Add binaries for 5.1.2 2022-12-29 23:20:14 -05:00
bunnei b34c699d4a
Merge pull request #32 from Docteh/Docteh-patch-1
downgrade clang-format from 12.0.1 to 12.0.0
2022-10-06 13:52:45 -07:00
Kyle Kienapfel 0b7b48d55f
downgrade clang-format from 12.0.1 to 12.0.0
This is related to https://github.com/yuzu-emu/yuzu/pull/8679 the 12.0.1 clang-format disagrees with 12.0.0 (and 13.0.0)
2022-08-04 04:08:13 -07:00
bunnei b8a3a3bd00
Merge pull request #31 from Morph1984/qt5-multimedia
Qt: Add QtMultimedia
2022-07-15 12:19:35 -07:00
Morph a248334c69 Qt: Add QtMultimedia 2022-07-15 00:44:13 -04:00
Schplee dd9610342f
Merge pull request #30 from Docteh/master
Remove trailing newline from requirements.txt for ffmpeg
2022-04-26 19:31:17 -07: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
bunnei 6d0cb0439a
Merge pull request #29 from german77/sdl18v2
SDL2 Disable Windows Gaming input
2021-12-07 12:20:52 -08:00
Narr the Reg 29947a1452 Disable Windows Gaming input 2021-12-07 14:05:46 -06:00
bunnei 9fe5bf448c
Merge pull request #28 from german77/sdl18
Add SDL2-2.0.18
2021-12-01 13:34:59 -08:00
Narr the Reg 38fac69166 Add SDL2-2.0.18 2021-11-30 14:02:16 -06:00
bunnei 0a476e94b5
Merge pull request #27 from ameerj/vp8
Update FFmpeg DLLs
2021-11-12 18:03:02 -08:00
ameerj ab2229587b Update FFmpeg DLLs 2021-11-12 19:33:03 -05:00
Schplee 04a331adbd
Merge pull request #26 from Morph1984/qt-linguist
qt: Add missing QtLinguist in Qt 5.15.2 zip
2021-10-03 12:43:22 -07:00
Morph 59eb37a568 qt: Add missing QtLinguist in Qt 5.15.2 zip 2021-10-03 10:17:15 -04:00
bunnei 3f7841b02c
Merge pull request #25 from Morph1984/qt-5.15.2
qt: Update to Qt 5.15.2
2021-10-02 20:38:37 -07:00
Morph 7e808d22f5 qt: Update to Qt 5.15.2 2021-10-02 22:45:04 -04:00
bunnei 1721807177
Merge pull request #24 from Morph1984/clang-12
Update to clang-format-12
2021-09-24 13:17:58 -07:00