Commit Graph

318 Commits

Author SHA1 Message Date
Cameron Gutman 00fc94fc29 Use JCodec to do the SPS fixups so it can deal with changes to the SPS between GFE versions. GFE 2.1.4 made a slight change to the SPS which was enough to break the manual fixups (to a varying degree based on the resolution). 2014-12-29 15:14:00 -06:00
Iwan Timmer 2bff4f0027 Use new StreamConfiguration builder 2014-11-17 17:50:38 +01:00
Iwan Timmer a700511a35 Update Limelight-common 2014-11-17 17:43:37 +01:00
Per-Kristian Nordnes 3444600451 Add notice about git submodules 2014-11-13 11:53:47 +01:00
Iwan Timmer d442c10746 Reverse correctly mapped 2014-10-31 16:46:24 +01:00
Iwan Timmer 296fc50b51 Correct check for debug value 2014-10-27 17:55:49 +01:00
Iwan Timmer cd89fc04e9 Video bandwith and latency only during debugging 2014-10-27 17:48:17 +01:00
Iwan Timmer 0f9477371a Show maximum latency for video decoding 2014-10-27 17:40:38 +01:00
Iwan Timmer 8f27977374 Warn on non-evdev devices 2014-10-25 17:07:18 +02:00
Iwan Timmer 597b4a48db Handle deadzone better 2014-10-24 16:47:22 +02:00
Iwan Timmer 8ce9d8e8d8 Update Limelight-common 2014-10-24 16:32:37 +02:00
Cameron Gutman 599fb1bc30 Upgrade to BouncyCastle 1.5.1 and manually specify English locale to fix some locale-specific crashes (Arabic specifically) 2014-10-24 16:32:21 +02:00
Iwan Timmer e9d89e696a Make possible to use own Opus build 2014-10-24 15:37:02 +02:00
Iwan Timmer 1efeb4a8c4 Don't stop sending gamepad packets after receiving non mapped event 2014-09-22 12:38:45 +02:00
Iwan Timmer e2393d1336 Little cleanup EvdevHandler code 2014-09-22 12:30:54 +02:00
Iwan Timmer 6d68ab7392 Use OMX in OmxDecoderRenderer v1.1.1 2014-09-21 23:33:00 +02:00
Iwan Timmer 6514969eff Use new StreamConfiguration constructor 2014-09-21 23:32:37 +02:00
Iwan Timmer 18d1cfd949 Update Limelight common v1.1 2014-09-20 16:47:55 +02:00
Iwan Timmer e3b897e423 Log decoding problems 2014-09-20 16:42:41 +02:00
Iwan Timmer 799dae64c2 Update Limelight-common 2014-09-17 13:41:27 +02:00
Cameron Gutman 8a74bdbe10 Apply the debugging level before starting discovery to prevent info messages from showing up during discovery 2014-09-16 18:52:34 -07:00
Cameron Gutman 9fff8e9bd0 Fix MDNS PC discovery 2014-09-16 18:44:57 -07:00
Cameron Gutman fa85922840 Merge branch 'master' of github.com:irtimmer/limelight-embedded
Conflicts:
	src/com/limelight/input/EvdevHandler.java
2014-09-16 16:37:43 -07:00
Iwan Timmer 693829616c Add support for mousewheel 2014-09-16 19:46:15 +02:00
Cameron Gutman 506eafbddc Optimize Evdev input by sending axis and controller events only after EV_SYN comes in. Implement support for vertical mouse scrolling. 2014-09-15 00:50:35 -07:00
Iwan Timmer 8fdf4c7260 Easth must be east in Gamepad mapper 2014-09-13 23:07:38 +02:00
Iwan Timmer 22f1ac695c Update Limelight-common 2014-09-04 13:08:11 +02:00
Iwan Timmer 885dd84215 Rename to Limelight Embedded v1.0 2014-09-02 19:28:44 +02:00
Iwan Timmer 47f5a03fa7 Create mapping files 2014-08-26 20:29:55 +02:00
Iwan Timmer 48214474bb Don't send controller input when receiving non mapped event 2014-08-20 21:45:53 +02:00
Iwan Timmer 1a1b5205a7 Solve no video bug 2014-08-19 10:56:26 +02:00
Iwan Timmer 47a3057827 Generate unique id 2014-08-16 17:28:54 +02:00
Iwan Timmer 23ad1e426a Merge branch 'imx' 2014-08-16 16:06:10 +02:00
Iwan Timmer e53da5b2d5 Support iMX6 and Pi with the same binary 2014-08-16 16:04:32 +02:00
Iwan Timmer 0e763f425e Update documentation 2014-08-16 15:44:56 +02:00
Iwan Timmer 43ed1d727d More info during discovery 2014-08-16 15:31:55 +02:00
Iwan Timmer 2e824ee164 List available applications 2014-08-16 15:31:09 +02:00
Iwan Timmer 0b014f1fe8 Discover computers running GFE 2014-08-16 15:22:18 +02:00
Iwan Timmer 149be52bbc Use action to specify to stream or pair 2014-08-16 12:54:17 +02:00
Iwan Timmer 586cf2119e Allow to specify the streamed application 2014-08-16 12:43:12 +02:00
Iwan Timmer 13559a11cb Can now disable sops 2014-08-16 12:33:53 +02:00
Iwan Timmer c95fac6974 Allow reordeing audio packets and disable Pulseaudio 2014-08-14 22:10:32 +00:00
Iwan Timmer 4c27ff8090 Add support for i.MX6 VPU 2014-08-12 14:29:47 +00:00
Iwan Timmer dfd502db01 Update Limelight-common v0.9.1 2014-08-09 14:16:31 +02:00
Iwan Timmer 09f3f851fd Use correct debug level 2014-08-08 20:48:43 +02:00
Iwan Timmer 4d03be551f Update Limelight-common 2014-08-08 20:48:43 +02:00
Iwan Timmer 35992f850e Update Limelight-common v0.9 2014-08-07 01:02:53 +02:00
irtimmer c53efd893b Merge pull request #29 from HellKeeper62/master
Patch to fix the video issue
2014-08-04 22:29:12 +02:00
HellKeeper62 d033171288 Patch to fix the video issue (freeze https://github.com/irtimmer/limelight-pi/issues/27). 2014-08-04 19:30:15 +00:00
Iwan Timmer 59faa3926d Update Limelight Common to support new version of GFE 2.1.1 2014-08-03 13:23:25 +02:00