forked from LizardByte/Sunshine
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(nvenc): disable filler data in AV1 bitstream (LizardByte#3336)
- Loading branch information
qiin2333
committed
Oct 29, 2024
1 parent
2b7da52
commit dc68e15
Showing
8 changed files
with
9 additions
and
7 deletions.
There are no files selected for viewing
Submodule shared-modules
updated
31 files
+40 −0 | .github/workflows/ci.yml | |
+31 −0 | .github/workflows/update.yaml | |
+1 −0 | .gitignore | |
+4 −4 | CODEOWNERS | |
+5 −0 | README.md | |
+4 −0 | SDL/SDL-1.2.15.json | |
+27 −0 | SDL/sdl-sysloadso-buffer-length.patch | |
+0 −15 | SDL2/README.md | |
+0 −22 | SDL2/SDL2-no-libdecor.json | |
+0 −23 | SDL2/SDL2-with-libdecor.json | |
+281 −0 | gtk2/gtk2-gcc14.patch | |
+4 −1 | gtk2/gtk2.json | |
+0 −13 | gzdoom/fix-MBF21-A_RadiusDamage.patch | |
+2 −6 | gzdoom/gzdoom.json | |
+2 −2 | gzdoom/zmusic.json | |
+51 −0 | libayatana-appindicator/0001-Fix-HAVE_VALGRIND-AM_CONDITIONAL.patch | |
+44 −0 | libayatana-appindicator/0001-Make-introspection-configurable.patch | |
+116 −0 | libayatana-appindicator/libayatana-appindicator-gtk3.json | |
+2 −4 | libcanberra/libcanberra.json | |
+0 −6 | libdecor/README.md | |
+0 −18 | libdecor/libdecor.json | |
+2 −7 | lua5.3/lua-5.3.5.json | |
+45 −0 | lua5.3/luaconf.patch | |
+2 −5 | lua5.4/lua-5.4.json | |
+32 −0 | lua5.4/luaconf.patch | |
+2 −2 | luajit/luajit.json | |
+1 −1 | lzo/lzo.json | |
+2 −2 | mac/mac.json | |
+0 −105 | pygame/portmidi-no-java.patch | |
+2 −6 | pygame/pygame-1.9.6.json | |
+54 −0 | update-checker.sh |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule doxyconfig
updated
9 files
+23 −0 | .github/dependabot.yml | |
+14 −0 | .github/semantic.yml | |
+245 −0 | .github/workflows/common-lint.yml | |
+0 −66 | .github/workflows/yaml-lint.yml | |
+4 −5 | CMakeLists.txt | |
+5 −0 | README.md | |
+5 −0 | docs/source_code.md | |
+1 −1 | doxyconfig-readthedocs-search.js | |
+1 −1 | doxygen-awesome-css |
Submodule nvapi-open-source-sdk
updated
33 files
Submodule tray
updated
13 files
+1 −2 | .flake8 | |
+23 −0 | .github/dependabot.yml | |
+5 −0 | .github/workflows/ci.yml | |
+245 −0 | .github/workflows/common-lint.yml | |
+0 −120 | .github/workflows/cpp-lint.yml | |
+0 −38 | .github/workflows/python-flake8.yml | |
+0 −66 | .github/workflows/yaml-lint.yml | |
+1 −1 | CMakeLists.txt | |
+5 −0 | README.md | |
+60 −54 | src/example.c | |
+42 −34 | src/tray_linux.c | |
+75 −59 | src/tray_windows.c | |
+1 −1 | third-party/doxyconfig |
Submodule wayland-protocols
updated
from 24e612 to 1f5f2b
Submodule wlr-protocols
updated
from 2b8d43 to ffb89a