ReenigneArcher
1295096568
Merge pull request #428 from LizardByte/update/localize-workflow
...
update localize workflow
2022-10-24 14:54:08 -04:00
istori1
db55ff8ea1
Remove libcheck and disable x265
2022-10-24 07:05:13 -04:00
ReenigneArcher
88d67277f6
update localize workflow
...
- fix git diff comparison
- add current date to created PR
2022-10-23 13:21:00 -04:00
ReenigneArcher
83c8a460e1
Merge pull request #425 from istori1/patch-2
...
[Flatpak] Do not cache cuda module
2022-10-22 10:12:03 -04:00
istori1
cc0ac47f29
Update CI.yml
2022-10-21 19:40:54 -04:00
istori1
272368b59c
Do not cache cuda module
2022-10-21 19:28:36 -04:00
ReenigneArcher
87856862dd
Merge pull request #424 from LizardByte/add/flatpak-builder-cache
...
add flatpak-builder cache
2022-10-21 08:24:59 -04:00
ReenigneArcher
b5ec178cd6
add flatpak-builder cache
2022-10-20 20:56:04 -04:00
istori1
49afefc43f
Export Debug Bundle [Flatpak] ( #422 )
2022-10-20 13:37:34 -04:00
istori1
e2bb1a720a
Adding back CPU encoding ( #419 )
2022-10-20 10:34:29 -04:00
LizardByte-bot
cd89808a21
ci: update global cpp ( #421 )
2022-10-19 20:18:25 -04:00
LizardByte-bot
9f0af0f8ae
ci: update global workflows ( #417 )
2022-10-19 19:34:36 -04:00
ReenigneArcher
afd52ba5e0
Merge pull request #416 from istori1/patch-1
...
Update dev.lizardbyte.sunshine.yml
2022-10-19 19:03:46 -04:00
istori1
87f01fc0b8
Update dev.lizardbyte.sunshine.yml
2022-10-19 17:29:27 -04:00
ReenigneArcher
952d961871
Merge pull request #415 from LizardByte/add/flatpak-matrix
...
use matrix build for flatpak
2022-10-19 11:17:15 -04:00
ReenigneArcher
ef2ca538a3
use matrix build for flatpak
...
Co-Authored-By: istori1 <107304850+istori1@users.noreply.github.com>
2022-10-19 10:14:28 -04:00
ReenigneArcher
f9b2686547
Merge pull request #413 from istori1/patch-6
...
Reduce build time and cleanup for Flatpak
2022-10-18 16:00:21 -04:00
istori1
35cdc2c89b
Update dev.lizardbyte.sunshine.yml
2022-10-17 20:28:45 -04:00
istori1
3baace6711
Reduce build time and cleanup
2022-10-17 17:31:12 -04:00
ReenigneArcher
afe661db56
Merge pull request #411 from LizardByte/dependabot/pip/nightly/sphinx-5.3.0
...
Bump sphinx from 5.2.3 to 5.3.0
2022-10-17 08:48:28 -04:00
dependabot[bot]
b6ae848bb5
Bump sphinx from 5.2.3 to 5.3.0
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 5.2.3 to 5.3.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/master/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.2.3...v5.3.0 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 01:22:31 +00:00
ReenigneArcher
64b52205ab
Merge pull request #410 from LizardByte/update/workflows
...
Update workflows
2022-10-16 20:34:22 -04:00
ReenigneArcher
93315f280e
Update CI.yml
...
- use `GITHUB_OUTPUT` instead of `set-output`
2022-10-16 17:53:22 -04:00
ReenigneArcher
9b66a5a16b
Bump actions/checkout from 2 to 3
2022-10-16 14:12:48 -04:00
ReenigneArcher
09c9a1a16b
Merge pull request #346 from LizardByte/fix/image-paths
...
fix image paths
2022-10-16 09:33:27 -04:00
ReenigneArcher
b4703efbef
Merge branch 'nightly' into fix/image-paths
2022-10-16 08:44:15 -04:00
ReenigneArcher
264c9272df
fix string concatenation of image in assets dir
2022-10-15 20:04:40 -04:00
w0utert
79ce11fe72
Merge branch 'nightly' into nightly
2022-10-13 22:08:20 +02:00
ReenigneArcher
9213037ad4
Merge pull request #401 from istori1/patch-5
...
Update Flatpak sources to Kinetic
2022-10-13 14:27:49 -04:00
istori1
25a64bff44
Update Flatpak sources to Kinetic
2022-10-12 19:01:23 -04:00
ReenigneArcher
f51a84c9ec
Merge pull request #372 from Logical-sh/no-sink-path-rebased
...
[Linux Pulse/Pipewire] No sink path *rebased*
2022-10-11 08:35:16 -04:00
ReenigneArcher
907798f9da
Merge branch 'nightly' into no-sink-path-rebased
2022-10-11 06:58:19 -04:00
Wouter Bijlsma
7f53388304
Fix CUDA RGBA to NV12 conversion
...
On linux hosts with Nvidia GPU and CUDA support enabled, a CUDA kernel
is used to convert captured RGBA frames to NV12 before encoding. This
kernel contained a bug affecting image quality, in particular when
rendering high-contrast colored text and sharp lines. See [1] for more
information.
This commit fixes the format conversion kernel by taking 2x2 RGBA blocks
to generate 4 luma (Y) values and 1 chroma (UV) pair, ie: 12 bits per
pixel YUV420 (NV12). Previous code incorrectly generated 1 UV pair for
every 2 pixels.
[1] https://github.com/LizardByte/Sunshine/issues/154
2022-10-10 21:39:58 +02:00
ReenigneArcher
43525415fd
Merge pull request #322 from LizardByte/dependabot/github_actions/nightly/KSXGitHub/github-actions-deploy-aur-2.5.0
...
Bump KSXGitHub/github-actions-deploy-aur from 2.4.1 to 2.5.0
2022-10-10 15:29:36 -04:00
dependabot[bot]
96b3bf30f6
Bump KSXGitHub/github-actions-deploy-aur from 2.4.1 to 2.5.0
...
Bumps [KSXGitHub/github-actions-deploy-aur](https://github.com/KSXGitHub/github-actions-deploy-aur ) from 2.4.1 to 2.5.0.
- [Release notes](https://github.com/KSXGitHub/github-actions-deploy-aur/releases )
- [Commits](https://github.com/KSXGitHub/github-actions-deploy-aur/compare/v2.4.1...v2.5.0 )
---
updated-dependencies:
- dependency-name: KSXGitHub/github-actions-deploy-aur
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 18:42:42 +00:00
ReenigneArcher
8e63b2523a
Merge branch 'nightly' into fix/image-paths
2022-10-10 14:41:44 -04:00
ReenigneArcher
e1f0e3a719
Merge pull request #385 from LizardByte/dependabot/pip/nightly/sphinx-5.2.3
...
Bump sphinx from 5.1.1 to 5.2.3
2022-10-10 14:28:44 -04:00
dependabot[bot]
6800fc00f4
Bump sphinx from 5.1.1 to 5.2.3
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 5.1.1 to 5.2.3.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v5.1.1...v5.2.3 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-10 17:40:24 +00:00
LizardByte-bot
e0f2d3affc
ci: update issue templates ( #398 )
2022-10-10 13:37:52 -04:00
LizardByte-bot
ac1feb386c
ci: update global python ( #397 )
2022-10-10 12:49:59 -04:00
LizardByte-bot
de091570b9
ci: update global workflows ( #396 )
2022-10-10 12:07:07 -04:00
ReenigneArcher
99f9174353
Merge pull request #394 from istori1/patch-3
...
Change Flatpak sources to jammy
2022-10-10 11:16:00 -04:00
istori1
b40d414346
Update CI.yml
2022-10-10 07:14:12 -04:00
istori1
eedcd49713
Update dev.lizardbyte.sunshine.yml
2022-10-10 06:56:22 -04:00
istori1
418d3cc76c
Change Flatpak sources to jammy
2022-10-09 09:40:19 -04:00
Michael Rogers
cf6107971d
Merge branch 'nightly' into no-sink-path-rebased
2022-09-16 11:54:02 -05:00
Michael Rogers
62af7d255c
Clang Format Applied
2022-09-16 11:47:10 -05:00
Michael Rogers
d4a4096bba
Added some sanity checks for no sink being detected.
2022-09-16 11:46:41 -05:00
ReenigneArcher
5e5ae0b4b8
Merge branch 'nightly' into fix/image-paths
2022-09-11 20:35:24 -04:00
ReenigneArcher
636a928fc0
Merge pull request #330 from LizardByte/fix/paths
...
fix path issues
2022-09-11 20:28:28 -04:00