Iwan Timmer
1376f105a2
Better audio error catching
2014-02-12 17:55:38 +01:00
Iwan Timmer
b610f9ce44
Warn for unsupported VM's
2014-02-02 13:46:04 +01:00
Iwan Timmer
a1a81c6954
Reverse Y axis
2014-02-02 13:24:33 +01:00
Iwan Timmer
7dc8f236db
Possible to reverse directions in gamepad mapping
2014-01-28 14:49:58 +01:00
Iwan Timmer
15d700ba8c
Suport for Dpads which use absolute values in evdev
2014-01-28 14:42:13 +01:00
Iwan Timmer
41598aea73
Use range from evdev device for gamepad input
2014-01-28 01:34:45 +01:00
Iwan Timmer
c182753a5b
It's east not easth
2014-01-22 15:58:20 +01:00
Iwan Timmer
9d96a061a8
Replace Javax Sound with direct alsa access
2014-01-22 15:27:56 +01:00
Christian Schwartz
1727e68cb4
Assigned mapping parameter to instance variable, preventing NullPointerException during parseEvent
2014-01-21 19:00:02 +00:00
Iwan Timmer
11e70e0e88
Remove version number from Limelight
2014-01-19 15:46:21 +01:00
Iwan Timmer
2240bba62f
Simplify audio renderer
2014-01-19 15:35:09 +01:00
Iwan Timmer
74136a6e45
Gamepad mapping configurable
2014-01-19 13:59:02 +01:00
Iwan Timmer
44fd2f2fad
Initial support for gamepads
2014-01-19 13:38:59 +01:00
Iwan Timmer
f7ef583d24
Don't overwrite next NAL during SPS fix
2014-01-17 15:41:34 +01:00
Iwan Timmer
56ef45df6b
Use absolute path for inputs
2014-01-16 11:37:08 +01:00
Iwan Timmer
6d8148f83c
Use all input device when none is specified
2014-01-16 11:07:12 +01:00
Iwan Timmer
e24f982f6d
Merge commit 'Dynamically choose line buffer sizes on Pi to reduce audio lag'
2014-01-13 17:41:22 +01:00
Cameron Gutman
dd0cba0655
Dynamically choose line buffer sizes on Pi to reduce audio lag
2014-01-12 20:47:30 -05:00
Iwan Timmer
cfb796c23f
Cleanup code
2014-01-11 23:53:08 +01:00
Iwan Timmer
994e556e26
Default to 60fps
2014-01-10 21:50:24 +01:00
Iwan Timmer
56f55efc83
Remove settings
2014-01-10 19:08:16 +01:00
Iwan Timmer
5cb177e9e3
Add SPX fix which works on all lengths
2014-01-10 18:06:19 +01:00
Iwan Timmer
1767e56ec3
Replace java-embedded with java which is more common
2014-01-08 22:48:36 +01:00
Iwan Timmer
8d05f0df9c
Better error messaging when input can't be used
2014-01-08 22:26:03 +01:00
Iwan Timmer
9617b8e87c
More descriptive help message when given wrong parameters
2014-01-08 22:20:34 +01:00
Iwan Timmer
32a64e92fa
Remove Gamepad from limelight-pc
2014-01-08 21:48:44 +01:00
Iwan Timmer
031d82bd1f
EvdevHandler also working on 32-bit (like the Raspberry Pi)
2014-01-07 22:45:16 +01:00
Iwan Timmer
0d03dafff6
Use Evdev handler
2014-01-07 21:13:10 +01:00
Iwan Timmer
6f255dde2d
Remove unneeded function and imports from Limelight
2014-01-07 21:10:24 +01:00
Iwan Timmer
5d898d7ba1
Replace keyboard and mouse handler with evdev
2014-01-07 20:55:41 +01:00
Iwan Timmer
27366b14fc
Use byte buffer for audio to minimize buffer copy's
2014-01-07 20:55:41 +01:00
Iwan Timmer
0f13c5520b
Remove software decoder
2014-01-07 01:43:17 +01:00
Iwan Timmer
f1a2432f84
Convert Limelight to command line application
2014-01-07 01:41:44 +01:00
Iwan Timmer
1b6c28c70e
Add bindings for Raspberry Pi video decoding
2014-01-07 01:37:56 +01:00
Iwan Timmer
4b870516a8
Add video decoder using OpenMax LI on Raspberry Pi
2014-01-07 01:36:00 +01:00
Diego Waxemberg
e69a9ee87a
Merge branch 'master' of github.com:limelight-stream/limelight-pc
...
# By Cameron Gutman
# Via Cameron Gutman
* 'master' of github.com:limelight-stream/limelight-pc:
Add fixed Linux 64-bit libraries
Fix loading native libraries on OS X
2014-01-01 21:34:27 -05:00
Diego Waxemberg
648f7d2b8f
got rid of some copy pasta
2014-01-01 21:34:17 -05:00
Diego Waxemberg
c219ed8e25
reimplemented the trigger checkbox
2014-01-01 21:34:00 -05:00
Cameron Gutman
51d112306f
Fix loading native libraries on OS X
2014-01-01 19:29:51 -05:00
Diego Waxemberg
1f2ace1414
Merge branch 'master' of github.com:limelight-stream/limelight-pc
...
# By Cameron Gutman
# Via Cameron Gutman
* 'master' of github.com:limelight-stream/limelight-pc:
Extract AVC dependencies on all platforms
Fix unused import warnings
Log to a file if running from a JAR
Remove the native gamepad cleanup on application close. We don't want native code in the critical closing path because it could mean that the program can't be closed if someone chooses the wrong platform JAR.
Link the gamepad library to Xinput9_1_0.dll so the DirectX Runtime Installer isn't required for Vista and later
2014-01-01 18:45:36 -05:00
Diego Waxemberg
a79ff3b33e
Fixing errors when clicking checkboxes
2014-01-01 18:45:27 -05:00
Cameron Gutman
1fbdc9a622
Extract AVC dependencies on all platforms
2014-01-01 15:58:53 -06:00
Cameron Gutman
682aa6d205
Fix unused import warnings
2014-01-01 15:34:07 -06:00
Cameron Gutman
0ac3dd6adb
Log to a file if running from a JAR
2014-01-01 15:33:48 -06:00
Cameron Gutman
40524a0c76
Remove the native gamepad cleanup on application close. We don't want native code in the critical closing path because it could mean that the program can't be closed if someone chooses the wrong platform JAR.
2014-01-01 15:15:09 -06:00
Diego Waxemberg
f175a5e78a
Now close Limelight when the stream is stopped if launched from command line
2014-01-01 11:02:36 -05:00
Diego Waxemberg
ba6e09576a
added the ability to launch limelight via command line
2014-01-01 01:30:36 -05:00
Cameron Gutman
ee38a8f9b5
Make SourceComponent serializable
2013-12-30 23:52:21 -06:00
Cameron Gutman
3bbe65c644
Fix another race in controller detection
2013-12-30 23:47:20 -06:00
Cameron Gutman
047710a4b8
Fix controller detection race
2013-12-30 23:42:48 -06:00