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

Send proper client settings to server even when SteamVR is launched by external.

223e0e3e23a2beec6e1248ecb3334185d1937734 authored over 5 years ago by polygraphene <[email protected]>
Separate input definition procedure between touch controller and others(generic).

Add buttons for touch controller.

70676ef76a711adc2a5a76f0ba1089e8ffbbef1d authored over 5 years ago by polygraphene <[email protected]>
Render CV1 models for Quest left & right

c7cefdcd955f3383d3b9a6bcdd30349909088bb1 authored over 5 years ago by lvoogdt <[email protected]>
v2.4.0-alpha2

e33a93e14a30094a70b1e25b228d6a46729522aa authored over 5 years ago by polygraphene <[email protected]>
Fix handedness.

6e603bf17e0cf57488e7c67720223aacbe120860 authored over 5 years ago by polygraphene <[email protected]>
Change controllerType on Oculus Quest. I don't know what controllerType means exactly, but some games maybe use this value.

Fix: When FreePIE is not running, only 1 Touch Controller is detected.
Improve auto connect manag...

ecd1e6cd165338d143a2dd476a4ec2aa19593f4c authored over 5 years ago by polygraphene <[email protected]>
Remove duplicate definitions of input buttons.

d0452c55d521f3a48dcc350809c631a36b8c1b6d authored over 5 years ago by polygraphene <[email protected]>
v2.4.0-alpha1

9805a34464fcb8c60169dfb91241201265a5609f authored over 5 years ago by polygraphene <[email protected]>
Don't upgrade settings when AssemblyVersion is changed. On the next release, setting values is changed, so we shouldn't upgrade.

Fix recenter bug.

7b266aaf2be338a0f2722d754fe9b71cb1046ede authored over 5 years ago by polygraphene <[email protected]>
Fix bad usage of button flags.

Fix label of closeServerButton.

b4d8619c97a4722597c8efd06f9e626b67a08d6e authored over 5 years ago by polygraphene <[email protected]>
Improve state transition on client connected.

Add shutdown server button.
On TrackingInfo packet, use OpenVR friendly button flags instead of O...

0c1b4ba7a46f3deae74faeac8dc96ca056b1d5b9 authored over 5 years ago by polygraphene <[email protected]>
Move class implementation from header to cpp file on AudioCapture.h and Listener.h.

Fix warnings.

6f6858e8a00f5175173f6338c0865f0bb431953f authored over 5 years ago by polygraphene <[email protected]>
New startup sequence to support various resolutions/refresh rates.

- Launcher listens 9943 port to get client information from broadcast.
- Before start vrserver,...

8bcfbb182eaecf84b2be83bb2489eefd1554f90f authored over 5 years ago by polygraphene <[email protected]>
Introduce new variable, videoFrameIndex, on VideoFrame packet for client can detect packet loss correctly.

Add CardboardV1FHD resolution.
Catch up client changes about controller back button.
Insert IDR f...

bb0b9d72d2540070870f9c3b513bc091f1a331c9 authored over 5 years ago by polygraphene <[email protected]>
Integrate two variable, m_encodeFPS and m_flDisplayFrequency, into m_refreshRate. Both had same meaning.

48342acebb52ad6d4c467ba214349fa22c8f6e38 authored over 5 years ago by polygraphene <[email protected]>
Include device information (render size, FOV, HMD type) to hello packet for supporting various devices (especially Daydream now).

Send VSync event always from VSyncThread instead of tracking info from client. It provides more s...

888e315b9a61a1a0a78559ab3dd8bfa013ba4f19 authored over 5 years ago by polygraphene <[email protected]>
Add TextBox for manual resolution.

fbb8ef5aadac04a1b4f838cc6dc445a356d0b5f6 authored over 5 years ago by polygraphene <[email protected]>
Fix stuck on uninstalling.

690ac4d7b90d8521d47ae6243a0361742b06032f authored over 5 years ago by polygraphene <[email protected]>
Show FPS and encode latency on statistics.

3f3c34d9da34745cdc6dcc7239d1b850436728bf authored about 6 years ago by polygraphene <[email protected]>
Add force 60Hz option.

70672574be441fa2d0dae5f724aa4e6e7b69873c authored over 6 years ago by polygraphene <[email protected]>
Fix compile error on ALVR-common.

16729de643f2e29670148770564e0bdfded4a8e6 authored over 6 years ago by polygraphene <[email protected]>
Fix auto connect is fired even when wrong version.

dd903c03a916c676e5d24bfbae27ae9f473412e4 authored over 6 years ago by polygraphene <[email protected]>
Fix error message.

ca7bb9a087f9f7c5c9c33bad6432357931b4a8a8 authored over 6 years ago by polygraphene <[email protected]>
v2.3.1

6cd404898a7ca280404a7596663bf5e5ac2c0e60 authored over 6 years ago by polygraphene <[email protected]>
Try to use both VideoEncoder to determine what API is available.

46df94ee2cf818e2d980f1dc263bd62ff730d559 authored over 6 years ago by polygraphene <[email protected]>
Remove Prop_GraphicsAdapterLuid_Uint64 config and add comment about display adapter selection.

645f7c37e41373545a5c4ae3e05fcc4f7f5dbe98 authored over 6 years ago by polygraphene <[email protected]>
Logging in UNICODE.

6d673469f38e1c7ec687d15e24b1b0198002d717 authored over 6 years ago by polygraphene <[email protected]>
Add "Use default device" checkbox on sound tab.

Move definition of GetSoundDevices to DeviceQuery.cpp.
Use ID of sound device instead of name to ...

ae788afb3a2d09c8839fe6b7bf3b861c52585f1b authored over 6 years ago by polygraphene <[email protected]>
Add encoder/converter threads on VCE to avoid blocking thread calling Transmit.

f1e4be1d9954c923629ae57841840dbecb945bd3 authored over 6 years ago by polygraphene <[email protected]>
Remove AUD NAL on H.265.

30addb6c76fe7f295648d7ea43e771919f353d26 authored over 6 years ago by polygraphene <[email protected]>
Apply birate on VideoEncoderVCE.

ab2b9a213374661821d9d5706a1594b56d76958c authored over 6 years ago by polygraphene <[email protected]>
Fix VideoEncoderVCE did not insert IDR frame.

d8fc7de60603d17ab21d8a1935612ca33e273285 authored over 6 years ago by polygraphene <[email protected]>
Add AMD Media Framework v1.4.0.

Add VideoEncoderVCE.
Enable delay load on nvcuda.dll to work on non-NVIDIA GPU.

bdfed067422b7d8c05b00547052c159d0dd2fce3 authored over 6 years ago by polygraphene <[email protected]>
Split IDR inserting scheduler to class to be used for another VideoEncoder implementation.

e1ecf45e96925cf7d3ed96ef98048d9bdc96b388 authored over 6 years ago by polygraphene <[email protected]>
Move definition of SaveDebugOutput to super class.

d8bd1ce4062e7c520ee603f8e820cb6bc8799546 authored over 6 years ago by polygraphene <[email protected]>
Move and rename CNvEncoder.

f42d965ce1fb5c8dd96602b52056b7058570868c authored over 6 years ago by polygraphene <[email protected]>
Fix crash on Windows7. I don't know why, but this patch fixes cudaErrorIllegalAddress(code=77) error on CUDA kernel.

63677c4564a67e19448b1dc28d907f332b96b7b7 authored over 6 years ago by polygraphene <[email protected]>
Improve debug texture capture function.

457ea55bc6d75d2ced699bf0e94af4fc530c21ea authored over 6 years ago by polygraphene <[email protected]>
Merge branch 'master' of github.com:polygraphene/ALVR

13f38b91325320ff578fbff30edbd18d34610895 authored over 6 years ago by polygraphene <[email protected]>
v2.3.0

c0607aad820990cbd785f93f080879247cdc8b27 authored over 6 years ago by polygraphene <[email protected]>
Lowering timeout of keeping connection request to avoid useless re-connection after disconnect.

e57ce1e1d41a82e78e66c758732930518af780be authored over 6 years ago by polygraphene <[email protected]>
Fix issue #141 Windows Defender detecting the bat files as Trojan:Win32/Powessere.G

Fixes issue #141.
There is no virus. But this change prevents Windows Defender from falsely dete...

4c6829a4deeb8a059275cb37fa0c6101609aee7b authored over 6 years ago by Carl Kenner <[email protected]>
Fix the wrong parsing of float on some locale.

ab39abb9ee09c12bcb28815b017cd9cb498f75fe authored over 6 years ago by polygraphene <[email protected]>
Merge branch 'master' of github.com:polygraphene/ALVR

ad5d8fdc9ca5d41a9a4fc466afcdd8891835a11b authored over 6 years ago by polygraphene <[email protected]>
v2.2.3-alpha

ea5f5c132e15bd15a8688b047dd55ec72ef58351 authored over 6 years ago by polygraphene <[email protected]>
More reasonable timeout after client disappeared.

43defd70aca3f51d487c2e4d49c1191ccd836fc6 authored over 6 years ago by polygraphene <[email protected]>
Add FFmpeg license text.

2f01eea6b54a6f75cb3078fcd62e07b64e82f3af authored over 6 years ago by polygraphene <[email protected]>
Add back button assign option.

1713fa196c0c9d35d067e03f121196bab39809d2 authored over 6 years ago by polygraphene <[email protected]>
Add suppress frame drop option.

44414c9473ae90c1259b1a08f5a6f92936dfdb17 authored over 6 years ago by polygraphene <[email protected]>
Move definition of Exception class.

3c95833b9854905e15d605dde5cbd98e7f9afc06 authored over 6 years ago by polygraphene <[email protected]>
Remove unnecessary SetThreadPriority.

Fix some calculation.

abd973cf086252a35b1308b98ea1344f7902d944 authored over 6 years ago by polygraphene <[email protected]>
Fix README

f2aa0ae60d6d050bbce7a7e13ed881b54a4e7916 authored over 6 years ago by polygraphene <[email protected]>
Note 8 working fine.

2f165c0028908d05d36d8150e11cc0774d43b495 authored over 6 years ago by petru-ghita <[email protected]>
Mistake in merge PR;-(

87941bc5bb2b1f50cda689009cb852007a957d05 authored over 6 years ago by polygraphene <[email protected]>
v2.2.2-alpha

1213b0af6f0e75887507b8d2f8e9a46d64f545f4 authored over 6 years ago by polygraphene <[email protected]>
Remove unused codes.

Fix test.

0bc55f9679b427d839f9eb98f8610b55f9643f89 authored over 6 years ago by polygraphene <[email protected]>
Fix release.bat

d7660e164fa915d09f6ddcfba9017a4f27720167 authored over 6 years ago by polygraphene <[email protected]>
Run driver_uninstall.bat silently on uninstall.

2a9771d001b867489d58f7e13834a5a832dab404 authored over 6 years ago by polygraphene <[email protected]>
Add files for installer.

Fix some installer options.

13a6f52f378613738291c2b0e4e5aad742ff58a4 authored over 6 years ago by polygraphene <[email protected]>
Change log and capture output directory for installer.

885eb339db096e93e599ef3293b533b66a545081 authored over 6 years ago by polygraphene <[email protected]>
Delete file.

4d710e800288453a3036af357365dd71b2439500 authored over 6 years ago by polygraphene <[email protected]>
Add driver crash test.

99764f0fafc0baefa10bcf130a13f66b1f849504 authored over 6 years ago by polygraphene <[email protected]>
installer initial version

c78ee09a841f244a071e4295076054d6a5c6f9ee authored over 6 years ago by gb2111 <[email protected]>
Add/Fix sample code.

7a7edadb5db1de9d6a0fe8ac5d1a142342d90894 authored over 6 years ago by polygraphene <[email protected]>
Delete file.

c1c442c161d589403ea2a91e6adc0ecf05051c37 authored over 6 years ago by polygraphene <[email protected]>
Fix controller trackpad bug of FreePIE.

11627db1a3fa0b17a7e0ee29e4f29bf6e075e494 authored over 6 years ago by polygraphene <[email protected]>
Fix test app.

21002282033613fec08125358391bfac641bc6c3 authored over 6 years ago by polygraphene <[email protected]>
Improve error message on NV_ENC_ERR_INVALID_PARAM. #106

94737a7587ca5c08f2cc0d7567f42a2b72ee0dd7 authored over 6 years ago by polygraphene <[email protected]>
Add partial decode test.

5d38fc20ce99bf0714933737d90eefa25c26b5c9 authored over 6 years ago by polygraphene <[email protected]>
Add one more controller which can be controlled by FreePIE.

12668e27a22ddb19fc6dd9a7d408991d02abb88a authored over 6 years ago by polygraphene <[email protected]>
Reduce shard count to reduce FEC decode time on client side.

Remove some warnings.

c2d670163c558d1812b5c2be2d881ef8108f3ca6 authored over 6 years ago by polygraphene <[email protected]>
Add FEC failure statistics.

Fix packet loss statistics was not correct.

171b3a56ba243c5801781fbe01bc6dd624b6ced0 authored over 6 years ago by polygraphene <[email protected]>
Fix error on shutdown audio capture thread.

Add mutex on accessing log history.

4ead71883c23f5155bddd582ad444991378ef6ec authored over 6 years ago by polygraphene <[email protected]>
Add FEC encode.

Move server/client common codes to ALVR-common.

0b0a942462b0bef68d6a2655e85da674157f2f81 authored over 6 years ago by polygraphene <[email protected]>
Add sample code.

ac2ef8a69f188d3b46906d7adbcfe7b506b8a828 authored over 6 years ago by polygraphene <[email protected]>
Add Google Test.

Remove Win32 configuration.

88a3694a9d7bc3ecf6fdab4796cc0bc346fc3179 authored over 6 years ago by polygraphene <[email protected]>
installer initial version

07c517afcd250d5024da496c7dab7e3e962a5980 authored over 6 years ago by gb2111 <[email protected]>
Fix audio capture thread did not properly shutdown. It caused vrserver.exe keep running after closing vrmonitor. #96

daf9639caf16b51120adbdf21b4adba32aee1bf5 authored over 6 years ago by polygraphene <[email protected]>
Fix garbage is shown as FreePIE message.

4b5ba86a0b2948b9b2a75dfe0bb89142b8bfce98 authored over 6 years ago by polygraphene <[email protected]>
Fix broken UI.

ae2b1e45a31de2699a32550700a1ab1a5eb70783 authored over 6 years ago by polygraphene <[email protected]>
v2.2.1-alpha

855bc1508c938c7a8276b7d45fc09c067d36f47b authored over 6 years ago by polygraphene <[email protected]>
Launch Steam on "Start Server"

c42e1414ce27f541bbe9cf5a0147cfb7954087b6 authored over 6 years ago by polygraphene <[email protected]>
Catch NVENC exception.

More detailed log on unhandled exception.

cca3d5528ff29e333ffc21c087996131ecb2c9d8 authored over 6 years ago by polygraphene <[email protected]>
Fix error message on dll load error.

f39e7d39b9843d0c527468054e615977e35ae481 authored over 6 years ago by polygraphene <[email protected]>
Remove unused codes.

Add ALVRFreePIE.dll to release files.

8c5c70f439eb10f6049034793e1dae40fc30c274 authored over 6 years ago by polygraphene <[email protected]>
v2.2.0-alpha

1b07c9b63ab06d35c6351cb6fb147bf9d37390d8 authored over 6 years ago by polygraphene <[email protected]>
Write OS version on log.

11d07053ea12faeecfa79862f6d602bcbda6a0f4 authored over 6 years ago by polygraphene <[email protected]>
Add codec selection.

Enlarge window.

d091b3fe400b3e7155cfbf4652f0051775e5e565 authored over 6 years ago by polygraphene <[email protected]>
Fix sample.

4193c3ee00a17628af6ac267339ee7d6b997384e authored over 6 years ago by polygraphene <[email protected]>
Add H265 mode.

Fix empty device name after recover connection.

c4b13874f94f095df3620babc6bfc131c161d1ca authored over 6 years ago by polygraphene <[email protected]>
Fix dll load error. This was because avresample dll cannot be loaded.

01ee33d25fbb1f60e1c762c4764054d223607043 authored over 6 years ago by polygraphene <[email protected]>
Add libswresample build script.

9a5f91f8df9569a34f6cb74d1f2a8e74386351f4 authored over 6 years ago by polygraphene <[email protected]>
Convert audio sample rate.

Retry when audio device is invalidated. This occurs when the user changes sample rate or format.

3d3d6afa3901c6f30a0db9896fc2f861c9e0bf80 authored over 6 years ago by polygraphene <[email protected]>
Improve behaviour on audio error.

07233d08babdc1838866ecc58080541bbc8674f8 authored over 6 years ago by polygraphene <[email protected]>
Merge branch 'master' of github.com:polygraphene/ALVR

29c30e1b00147ec7f368a8ce88a6403065105f89 authored over 6 years ago by polygraphene <[email protected]>
Add a check for multibyte path.

e2bb98dd8f26edf7b41dc2873f59a8b956b57ba2 authored over 6 years ago by polygraphene <[email protected]>
Merge pull request #91 from thoughtfix/patch-2

Misc readme improvements for clarity

eb639ebcf859e8a3b224ef128ea1ff75984270d9 authored over 6 years ago by polygraphene <[email protected]>
Merge pull request #92 from hardwired/master

Update trouble shooting (with multibyte-path)

0c6f526e03eeab67695dcdf28af3375dd5aa6a00 authored over 6 years ago by polygraphene <[email protected]>
Change crash log order.

e4b01eb7b7805530113578f4342f8be4fdd86cf2 authored over 6 years ago by polygraphene <[email protected]>
Fix crash log was empty when debug log is disabled.

Fix some debug function did not work.

e478f1a383c94b80bd140ca3d71d9ecf5f962962 authored over 6 years ago by polygraphene <[email protected]>