aboutsummaryrefslogtreecommitdiffstats
path: root/src
AgeCommit message (Expand)AuthorLines
2021-09-26Make camera position follow hmd position by default. Use --free-camera to rev...dec05eba-1/+5
2021-09-21Remove unused glu and xproto/glxproto dependenciesdec05eba-7/+2
2021-09-08Update readmedec05eba-1/+1
2021-07-16Add global alt+q/e for zoomdec05eba-42/+66
2021-05-31Remove unecessary window texture resizedec05eba-1/+0
2021-05-31Fix after xfixes update, add --follow-focused to make vr-video-player automat...dec05eba-72/+146
2020-11-25Make default position the standing positiondec05eba-0/+3
2020-11-25Asdf, add --sphere360 modedec05eba-21/+177
2020-08-30switch from rgba to rgb for window texturedec05eba-2/+2
2020-08-29Add alt+f1 global hotkey to reset window rotation (keyboard mapping update no...dec05eba-1/+36
2020-07-28Revert "Add alt+f1 keybind on target window to reset window rotation"dec05eba-10/+0
2020-07-28Add alt+f1 keybind on target window to reset window rotationdec05eba-0/+10
2020-07-27float > intdec05eba-1/+1
2020-07-27Use x11 cursor image instead of a regular png imagedec05eba-52/+96
2020-07-17Remove more unused controller render codedec05eba-130/+0
2020-07-17Add examples to usage outputdec05eba-0/+10
2020-07-16Make plane less curveddec05eba-2/+2
2020-07-16Remove unused code (controller rendering from hellovr_opengl valve example)dec05eba-341/+0
2020-07-16Use correct window ratio for --plane modedec05eba-5/+8
2020-07-16Fix window resize memory leak (nvidia is not cleaning up on glDeleteTextures)dec05eba-24/+50
2020-07-16Add doc for Q and E zoom keys, show cursor inside the companion windowdec05eba-1/+0
2020-07-16Fix /tmp/vr-video-player_ file not being written to when using Q keydec05eba-10/+4
2020-07-16hotkeys for live zoom with temp filefrostworx-0/+34
2020-07-16Print more info when using invalid arguments or no argumentsdec05eba-4/+24
2020-07-10Change the behavior of cursor in stereoscopic mode to match the cursor positi...dec05eba-9/+19
2020-07-05Fix window texture not working for certain window (like termite)dec05eba-6/+35
2020-07-03Use correct cursor offset, add --cursor-scale option to change cursor scaledec05eba-10/+31
2020-07-02Change title of companion window to vr-video-playerdec05eba-12/+1
2020-07-02Show cursor instead of yellow circledec05eba-35/+129
2020-07-02Fix crash when closing target windowdec05eba-0/+22
2020-06-13Set width/height ratio of plane to the same as the target window and reduce c...dec05eba-14/+16
2020-06-13Only follow camera in sphere projection modedec05eba-9/+46
2020-06-13try to improve capture a little bitWebFreak001-1/+5
2020-06-13add APIs to control mouse cursorWebFreak001-0/+43
2020-06-13trim "window:" from start of window IDWebFreak001-0/+4
2020-06-13show mouse cursor as yellow circle inside VRWebFreak001-0/+27
2020-06-13add ability to reset rotation via signal + gamepadWebFreak001-2/+30
2020-06-13remove q/escape button to quitWebFreak001-5/+0
2020-06-13use quaternions for resetting rotationWebFreak001-6/+6
2020-06-13make moving around head not move around pictureWebFreak001-4/+6
2020-06-13add cylindrical projectionWebFreak001-7/+40
2020-06-13add --plane mode for plane in 3D space to look atWebFreak001-6/+31
2020-06-04Fix freeze on target window resizedec05eba-145/+180
2020-05-03Add key to reset rotation of videodec05eba-46/+42
2020-05-02Remove unused files and soil dependencydec05eba-2/+0
2020-05-02Attempt to reduce stutteringdec05eba-6/+6
2020-05-01Enable vsyncdec05eba-1/+1
2020-05-0132 bit colordec05eba-0/+1
2020-05-01Fix incorrect colors on systems that support 10-bit outputdec05eba-0/+1
2020-05-01Fix build for ubuntu and fedora (missing glm ext files)dec05eba-10/+10