Commit graph

99 commits

Author SHA1 Message Date
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
Morph d658f660df Update to clang-format-12 2021-09-24 16:12:44 -04:00
bunnei 71822b4587
Merge pull request #22 from german77/sdl16
Add SDL2-2.0.16 for new features
2021-08-10 19:56:06 -07:00
german77 6e4ce05906 Add SDL2-2.0.16 for new features 2021-08-10 18:53:30 -05:00
Schplee 0b2b03e216
Merge pull request #21 from ameerj/ffmpeg-4-4
Update the ffmpeg 4.4 dlls
2021-08-08 15:54:07 -07:00
ameerj 288c6171f9 Update the ffmpeg 4.4 dlls 2021-08-08 17:28:12 -04:00
bunnei fd6c4f5327
Merge pull request #20 from ameerj/ffmpeg-4-4
Add ffmpeg 4.4
2021-08-07 16:57:07 -07:00
ameerj 62dd839edc Add ffmpeg 4.4 2021-08-07 17:24:20 -04:00
bunnei da42bf4361 Add prerelease version of SDL2-2.0.15. 2021-05-08 01:49:02 -07:00
bunnei d10d32d979 Update SDL-2.0.14 to fix xinput issues. 2021-04-25 17:41:35 -07:00
bunnei 8628e2e356 Add SDL2-2.0.14 2021-04-15 22:31:13 -07:00
bunnei d6a6241e38
Merge pull request #18 from lat9nq/ffmpeg-4.3.1-round-2
ffmpeg: Update ffmpeg-4.3.1.7z with requirements
2021-02-15 11:36:16 -08:00
lat9nq 3e773f680c ffmpeg: Update ffmpeg-4.3.1.7z with requirements 2021-02-09 14:42:41 -05:00