Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/alvr-org/ALVR

Stream VR games from your PC to your headset via Wi-Fi
https://github.com/alvr-org/ALVR

Remove unused realtime decoder setting (#1305)

d2fece46fea57e64ea5e28d585040125d3e10812 authored about 2 years ago
Remove separate AMF pipeline thread (#1302)

* Remove separate AMF pipeline thread

* fix indention

Co-authored-by: Vixea <112600048+Vix...

8f2259c905182acc551ecd0fe1cee9c8863797a4 authored about 2 years ago
change MAX_NUM_REFRAMES

Matches the NVENC encoder closer
the goal being to match as close as possible

38cf35c3542426aa203eeee539525f63dfe070a4 authored about 2 years ago
Add launcher functionality to the new dashboard (#1292)

* merge launcher and dashboard

* rm launcher build, change main exec to dashboard

* move l...

ed958cac541c2b05b542c9031519bb6e2903dc63 authored about 2 years ago
Add allowed license

9c393bc0da4737c984791f6649f5141047780ab4 authored about 2 years ago
Controller prediction fix (#1299)

46c7e977c22ee0ba2fe28376ac5d4f6066064c05 authored about 2 years ago
Change main activity name and package path

25409053220adaf64b77ecabf0148eb0d6abc1b5 authored about 2 years ago
Update crates

7ac60c01f43ae6d3858d65e4c05575f2b0c3cc1a authored about 2 years ago
vulkan_layer: Rewrite vsync fence to wait on conditional (#1293)

Throw away the queue hacks and implement it correctly
by waiting on conditional variable.
This a...

f3ac714913302d16273079937895123a69215be6 authored about 2 years ago
Support client logging for os != android

f169aede9a5786cdfb8d1545926c6843e38668fd authored about 2 years ago
Create Rust API for alvr_client_core

a5f90577658f8e64b870373db3d238028cab3a8c authored about 2 years ago
Add /api/video-mirror (can't properly test)

Switch event websocket to binary

689c374ba9d4f9ddcb9e773644029e2c011292ca authored about 2 years ago
Add macos CI check

Note: ALVR does not and will not support macOS. This just makes things easier for myself.

bece50f1ef6fc8da6b6f6b922e33873d32e37bc4 authored about 2 years ago
Fix "cargo build" on macOS

46ab68e8fbf9698ec5cd949070292bf8fc1aaa52 authored about 2 years ago
Fix server build on macOS

e8891a5c8ca2e8c6e5b1c0737a59cb4141ef7ea3 authored about 2 years ago
Update connection.rs

d5166e9b86470181a0ab18353afa853c0b770a2c authored about 2 years ago
Add overrides for controller trigger/grip click

not tested

b267c784e361a6f931b8314922dbd08554852fe3 authored about 2 years ago
Vulkan layer fixes (#1291)

* vulkan_layer: Fix create device validation error

* vulkan_layer: Don't assume VkSurfaceKHR ...

9821023c774f3768f2051acc483c244280d1094a authored about 2 years ago
Only call SessionUpdate when client IP actually changes (#1290)

79fa11d7452eb3981303caee55b9e25829e4a236 authored about 2 years ago
Configurable rate control mode (#1287)

* Configurable rate control mode

* Set peak bitrate together with target bitrate

* Move ra...

960b76c89ceda6b4a7ac39002f13cd14b4c2c58a authored about 2 years ago
Workaround symbol clash in openvr.h / openvr_driver.h (#1288)

These headers are not meant to be used together in one
executable, and issues will arise when c...

39decdd8e53b993730210fa3f9daaacb3f53a7b8 authored about 2 years ago
Linux AMF encoder (#1282)

* Add Linux AmfContext helper

Also prepare renderer/encoder for AMF.

* Add EncodePipelineA...

a4c532213a2825a105ed148459e7289e080540c7 authored about 2 years ago
Use WIFI_MODE_FULL_HIGH_PERF for API level < 29

0e7acc14893ec0b64cac33bd210d5642adb081c0 authored about 2 years ago
Remove decoder restart capabilities

af5379d9c5dae454ae5aac5da826f69b916d6e72 authored about 2 years ago
Reduce lag after loading screens

963e09b35742871821e6ff840af7a8c98e2b9794 authored about 2 years ago
Disable wifi scans

Wifi scans would periodically disrupt streaming performance

903c36ba392012f839718625c23223f47a25fc1f authored about 2 years ago
AMF changes (#1281)

* Remove High HEVC tier

* Make Speed default quality preset option

* Remove separate recei...

2142f2baf128f441b5154a82cc50f671975ef654 authored about 2 years ago
NvEnc: Set gop_size to INT16_MAX (#1278)

6bd25acd4dc4970dce6e4cc91268fd08e0790167 authored about 2 years ago
vrcompositor_wrapper: Disable all Vulkan layers (#1279)

For Vulkan loader < 1.3.234 there is a blacklist of layers
to disable.
For Vulkan loader >= 1.3....

c8d9f4bbef7ee5cfa2bb772a1b2e408e93e9294f authored about 2 years ago
Renderer: Fix DMA-BUF export in non-modifiers path (#1280)

28255687a4325284f80b53b2b7e9851da6976486 authored about 2 years ago
VAAPI: Set gop_size to INT16_MAX (#1277)

Ideally it should be INT32_MAX, but vaapi doesn't like that.

7cb1e8d11fcc078d3d312cfb8586e63ef1b14616 authored about 2 years ago
Remove javascript CI checking

c53ae3602bb7280eb2d81390821e52bd64b789a6 authored about 2 years ago
Implement new decoder logic

bec615de2f4516cfe1f119b3baa4aad3b8b8fac3 authored about 2 years ago
Log to file with json format

Make the egui dashboard use server log timestamps

37b106881d97cbb821f8a10ae6fba78ec8e23f5c authored about 2 years ago
Show client IP on dashboard

Remove display name field

9307e8443ccb1885540d3f30e0461eac68646d23 authored about 2 years ago
Send client log to server

93d2807f7e62a8a1f12a3c2db1c7bdd7b6b78cf3 authored about 2 years ago
Show IP address in lobby room

858922b1c36210330ce3f44b7bc270bb1e44096b authored about 2 years ago
Add --keep-config xtask option

18e9778b7bca432708f31b2b26edf5cc5abebfb7 authored about 2 years ago
Refactoring; add SlidingWindowAverage

17af8fac9123b354b3f72a5817e10a13e3db3b02 authored about 2 years ago
reuse ovr singleton references (#1276)

5cbdbe1b1cbe3e48afb278b41a3a08027dd48737 authored about 2 years ago
Styling improvements (#1274)

Co-authored-by: Kirottu <[email protected]>

983f90d42ad98b94dd2508e6b7bd8ff4f9d44df8 authored about 2 years ago
VAAPI: Fix h264 with 10bit encoding enabled (#1272)

Regression from 25a494ecc6

14b791d8499f183e6218d9e6ceb4a0848be14c3c authored about 2 years ago
Fix build with older Vulkan headers (#1273)

d1f341f058e4d36a8fae4d885556500330bf20dc authored about 2 years ago
Renderer: Enable anisotropic filtering (#1266)

Fixes aliasing on the edges with FFR.

5192108111d98068d9ba30f5525159638f42703a authored about 2 years ago
Use AV_PIX_FMT_DRM_PRIME format with VAAPI (#1264)

Fixes compatibility with drivers without DRM modifiers
support (notably AMD Polaris GPUs).

C...

a612e82329c5b3dcc3c8e4088593f086c9da7dc0 authored about 2 years ago
Update info on support of 10 bit encoding

9fb3e323c851d218786fe270e9425d13c891e945 authored about 2 years ago
VAAPI: Add support for 10bit encoding (#1267)

25a494ecc6a9f1133afbaf52699602c00f8e343d authored about 2 years ago
Linux: Add FrameRender (#1253)

* Linux: Add FrameRender

* Send frames immediately from the layer

Wait on the semaphore inside...

750000451676f2b8f95874c351cb95b767d39a65 authored about 2 years ago
Merge pull request #1261 from nowrep/linux-refreshrate

Linux: Fix setting refresh rate

e5df2cc1f4aee96512d636b64f662be3da834efa authored about 2 years ago
Linux: Fix setting refresh rate

6ab5541acc522bdd6ffd0b158e0c72aaae231eec authored about 2 years ago
turn off async_reprojection by default

do to a recent commit it's fine to even have it off on AMD

81f7d5b84a9d34171bf7fecd643791775c20c0c6 authored about 2 years ago
Merge pull request #1254 from Vixea/linux-encoder-gop-size

Linux encoder gop size increase

96419dcaa966e3869269496defe511a2bc648384 authored about 2 years ago
increase gop_size on nvenc

b2c8becf6306acce6ccb88ee44734e28021b7549 authored about 2 years ago
increase gop_size on vaapi

954ab386f5010faf44370bc68443e9f9afc75821 authored about 2 years ago
New dashboard (#1247)

* First commit, contains old dashboard work and new statistics work

* Finalized initial Stati...

709b9dbcfce8fc6d22a05e81d6df6eb54eb6e0d0 authored about 2 years ago
Merge pull request #1252 from deiteris/amf-enable-cbr

Enable CBR in AMF

ee2443a43ca2e3cdc7628826dcded044127abc33 authored about 2 years ago
Set profile properties before picture properties

8c171fb89cc2c73dd04085533c365131d8cd373d authored about 2 years ago
Terminate AMF context and factory on shutdown

40f53b0134182163205c36e356268c8436b820da authored about 2 years ago
Merge branch 'master' into amf-enable-cbr

8344bd44a411cc0930dbbab83af74d999528433a authored about 2 years ago
Enable CBR in AMF

9e7e567a98e9a0f3c4fc8e848d0c3d306ecc92d9 authored about 2 years ago
Merge pull request #1251 from nowrep/layer-queue

vulkan_layer: Fix adding queue in create_device

1883f4fd6c8bb170c70ba7c0e7a339e78c443742 authored about 2 years ago
vulkan_layer: Fix adding queue in create_device

Closes #965

decf435c4cc9a15c2a9f356698d5dcbafa1dd07a authored about 2 years ago
Merge pull request #1227 from deiteris/amf-refactor

AMF refactor
- Approved by Vixea

d81ad0d80056a4d6e12528f00804d66beaccf251 authored about 2 years ago
remove setting MAX_QP and the hevc versions

66bf2ac8eff4c48f5eda0924fc48c5873163c230 authored about 2 years ago
Check if position and orientation is valid (#1241)

b2c1dde96534f101cf8840e5542563df6d0dd16b authored about 2 years ago
Fix too aggressive grip force (#1236)

* Less aggressive grip force

Fixes weird finger behaviors in VRChat.
Grip force should not p...

4a298a7ebd450ccd1ae383ee080acbf8eec82a4f authored about 2 years ago
Remove AUD in encoder component and add manual check for h264

48166410b67d637ed4394f985f541a2f92845dbc authored about 2 years ago
Use digits delimiter for bitrate number

f6aec55e39fc090e49b19a77b4f72b7ab77c971f authored about 2 years ago
Merge branch 'master' of https://github.com/alvr-org/ALVR

7c12becca74e66ac07a769bb2949d9d270758369 authored about 2 years ago
Refactoring

af75ed9ebc257461e10ea37b50279748ab42bb45 authored about 2 years ago
fix broken link (#1234)

0f268f0cd2d4193d6718cbda0bf86579a77c29e7 authored about 2 years ago
Use infinite GOP length for AMF HEVC

3b9299e1ad302d20d7a5808f30740ee794ff211e authored about 2 years ago
fixes for x265

bbb63318ba05229d84accb35f6930c90abbdf206 authored about 2 years ago
Set VBV buffer size to max frame size

30a4d041bc636754e4996333461064137c61955c authored about 2 years ago
fix compile error

really should've checked the headers 🤦

9559a185c5acb8be49b332f863d8d3784098e46f authored about 2 years ago
Turn off IDR/I Frames

Keeping MAX_QP as it seems to still help but in only extremely rare cases

9cb0ac1daeb0a579a309c40a56085dd5d40b0b64 authored about 2 years ago
Always send video configuration NALs reliably

7319d2f48aa082fc2b416c11477cf4a4b965a8c5 authored about 2 years ago
Remove unused constants

660a379e8ce5a40d7d821e4db992f2f005515c9d authored about 2 years ago
Use component names in debug messages

8e341bdc9fefe179a90f8a0d1985eeed661df89f authored about 2 years ago
Refactor VideoEncoderVCE settings

761c490e998944a05048a57ea332ef36b0442958 authored about 2 years ago
Remove unnecessary debugging

3a291660e75c3bce098a99e59aa9ea9fb3bd7f57 authored about 2 years ago
Disallow 10-bit with H.264

ca60bf0c351b544ec017a76dfd3b9e4369d0cf4c authored about 2 years ago
Add sleep to threads

a58fd80439a5201fbae1cad518016d2861008a66 authored about 2 years ago
Split AMF pipeline and video transmission to different threads

11cc08f169bf1ee02e4a53b99468eb939eceff0a authored about 2 years ago
Remove unnecessary lib loading in OvrActivity

dd8be3b24882f948fb658ddd0e27ac4af94df813 authored about 2 years ago
Begin v20 dev cycle

4095746cabfbec03c6f936cbba02ecb43497ed83 authored about 2 years ago
Update README

de07aa3a94b4e836927f989bf7e7d8224abe07c3 authored about 2 years ago
Update release workflow, rename quest apk

d80115e2eacedf9fc09bc0ebbdd2a7602865e63c authored about 2 years ago
Rename msi package

4b2cb1740fdbd898c906fc7f41a196e9607f39cd authored about 2 years ago
Use present times to calculate server fps; better scale graphs

e7f65223d962aaa348940bb65279dcdd647bd5c2 authored about 2 years ago
Fix 10-bit encoding with AMF (#1223)

* Update the description of 10-bit encoding option

* Fix AMF 10-bit encoding

403c24051a7aa3d931aba9a0066c8ba7712c19ff authored about 2 years ago
Introduce AMF Pre-Processor, 10-bit support and configurable encoder quality options (#1220)

* Introduce AMF Pre-Processor, WIP 10-bit support and configurable encoder quality options

* ...

0c05c342dc5820d083d379f77c2752477a6c01aa authored about 2 years ago
remove optional dependencies for ureq and sysinfo (#1222)

6b22a14ba08b38df2fbba1fcdd3a057e1504dc73 authored about 2 years ago
Implement configurable video buffering

623264a24532f332d575a114cf46edabc72d6771 authored about 2 years ago
Use fractional buffering frames, add history wright setting

8e34c8e06e334110c88929b7923a30644ee463eb authored about 2 years ago
Add decoder queue statistic

20ba417bfa6c65133e4de62cb0084173ca12aa9a authored about 2 years ago
Update tracking logic

8e9cc1700098b8b59bfec8c56390648ead78470b authored about 2 years ago
exit launcher immedately instead of waiting for eframe update (#1217)

ab2cb1d48c7156a78ec6d6025e207b249ac1a6ee authored about 2 years ago
Add socket buffer settings. This fixes glitches in UDP 🎉 (#1215)

Log buffer size before and after set

cd3be715e8cdeb3101dc8ac4937793a7d9f4d1b6 authored over 2 years ago
bump

57755c139305afff11488bc7322424edde5bffbd authored over 2 years ago