527 Commits

Author SHA1 Message Date
Iwan Timmer
5ce1e12a16 Update readme 2018-08-13 21:50:44 +02:00
John Carlson
7a2f7130dd x11: Handle Mouse scroll wheel events 2018-08-12 23:21:33 -04:00
Iwan Timmer
d54d348cc4 Update version number v2.4.7 2018-08-11 17:43:13 +02:00
Iwan Timmer
304b54f05e Update gamecontrollerdb 2018-08-11 17:41:38 +02:00
Iwan Timmer
d0bce384ac Update moonlight-common-c 2018-08-11 17:29:09 +02:00
Iwan Timmer
53d2e7cbf9 Small buffer size fix 2018-08-11 17:28:52 +02:00
Iwan Timmer
a9f85e9574 Revert "FindAmlogic: don't depend on amadec and amavutils"
This reverts commit f7fadbd9cc6f3c7265a6c497cbd74fb7f7b7f574.

On some systems libamcodec.so depends on libamadec.so or libamavutils.so
2018-08-04 17:04:21 +02:00
AreaScout
9b0b2d4a6e Add: hide cursor in left lower corner instead of delete it -> easier to recover on exit 2018-06-18 20:16:17 +02:00
Iwan Timmer
d8d7f75ee5 Merge remote-tracking branch 'areascout/rockchip' 2018-06-15 18:22:10 +02:00
AreaScout
c0cc20733b Add: initial ODROID-N1 Rockchip hardware decoder support 2018-06-15 17:23:48 +02:00
Iwan Timmer
c030ee66f3 Update FFMpeg code and remove VDPAU support as it needs to be rewritten 2018-05-27 00:03:46 +02:00
Iwan Timmer
1d63640702 Merge remote-tracking branch 'DerekRoy/patch-1' 2018-04-08 13:34:06 +02:00
Iwan Timmer
8dfab9bc4f Do not complain about incorrect mapping when some abs are not used 2018-04-08 11:28:55 +00:00
Iwan Timmer
c8195f796c Provide gamepad mask at startup 2018-04-08 11:28:55 +00:00
DerekRoy
f31a98d190
edit Contributing.md
Edit of Contribution text for reading clarity.
2018-04-03 20:01:23 -07:00
Iwan Timmer
dcda1a5d13 Correct controller GUID when product or vendor id is undefined 2018-03-20 19:49:26 +01:00
Iwan Timmer
d452411428 Import updated gamecontrollerdb.txt from gabomdq's SDL_GameControllerDB 2018-02-28 17:41:43 +01:00
Iwan Timmer
808bc36dfc Update moonlight-common-c 2018-02-28 17:38:00 +01:00
Cameron Gutman
0810794220 Ignore mDNS responses over IPv6 since this client doesn't support IPv6. Fixes #629 2018-02-27 22:02:03 -08:00
kszaq
f7fadbd9cc FindAmlogic: don't depend on amadec and amavutils
Moonlight only uses libamcodec, make it depend only on it.
2018-02-04 20:17:38 +01:00
Iwan Timmer
e64ad9693d Update version number v2.4.6 2018-01-14 15:09:59 +01:00
Iwan Timmer
6411150383 Fix for video corruption 2018-01-14 14:06:36 +00:00
Iwan Timmer
5d708b98c9 Update version number v2.4.5 2018-01-13 15:49:46 +01:00
Iwan Timmer
df0114ee05 Update moonlight-common-c for GFE 3.12 2018-01-11 20:29:24 +01:00
Iwan Timmer
a4b6de139a Use PATH_MAX and memory safe string operations in libgamestream 2017-12-19 19:37:59 +01:00
Dariusz Stojaczyk
0125a497f0 evdev: limit unnecessary polls
The previous code was probably a typo.
This patch doesn't bring any measurable
performance improvements, but still
prevents the fd from being corrupted.

Signed-off-by: Dariusz Stojaczyk <darek.stojaczyk@gmail.com>
2017-12-03 12:18:01 +01:00
Iwan Timmer
2c706dfb0b Moonlight-common-c update 2017-11-30 21:07:18 +01:00
Iwan Timmer
ff31dda22f Modernize CMake build script 2017-11-30 20:05:51 +01:00
Iwan Timmer
143b87b488 Correct map command description 2017-11-30 19:54:53 +01:00
Iwan Timmer
7ea2a41f48 Remove debug statement 2017-11-05 14:17:14 +01:00
Iwan Timmer
f3219dffa0 Fix compilation error in VDPAU backend 2017-11-04 12:31:25 +01:00
Iwan Timmer
86ee3fd290 Fix enabling C99 on older compilers 2017-11-04 12:29:45 +01:00
Iwan Timmer
0aca8d6be3 Update version v2.4.4 2017-10-24 20:52:11 +02:00
Iwan Timmer
f08b701223 Add map function to create controller mappings 2017-10-24 20:51:08 +02:00
Iwan Timmer
a0c43053e7 Fix for GFE 3.10 2017-10-24 19:59:33 +02:00
Dmitry
9ed221bda8 fix for #566 2017-09-24 15:55:45 +07:00
Dmitry
fbe4a95c7d FindFreescale.cmake: fixed kernel headers include path 2017-09-23 00:14:12 +07:00
Yegor Timoshenko
c8a8f05e78 Add missing headers 2017-09-17 18:55:39 +00:00
Iwan Timmer
82b956a1e8 Get home directory from password db in case the HOME env doesn't exist 2017-09-07 20:15:39 +02:00
Iwan Timmer
0238a22004 Require libcec 4 2017-09-07 20:01:18 +02:00
Iwan Timmer
06c3c7aada Readd C_STANDARD property for libgamestream and moonlight-common-c 2017-09-07 11:08:33 +02:00
Iwan Timmer
d32b5b656f Set C99 usage globally instead of per target 2017-09-06 22:14:22 +02:00
Iwan Timmer
a4e19af04f Send gamepad data on trigger button press 2017-09-02 18:56:56 +02:00
Iwan Timmer
b6b47d3004 Update version number to 2.4.3 v2.4.3 2017-08-16 20:08:40 +02:00
Iwan Timmer
76f4699bba Better explain unsupported option 2017-08-16 20:08:19 +02:00
Aardappelsch
c7e0e91e48 Update gamecontrollerdb.txt
This one works better than the other, had some issues with the analog stick buttons
2017-08-16 19:09:19 +02:00
Iwan Timmer
d7e6313a55 Remove unneeded swscale header 2017-08-10 20:13:51 +02:00
Iwan Timmer
c1c0e54345 Add warning for invalid mappings 2017-08-06 22:31:19 +02:00
Iwan Timmer
1b8ac983e5 Check status code for GS api requests 2017-08-06 22:06:55 +02:00
Adrian Cuzman
eb2bdad535 added missing #ifdefs for HAVE_VAAPI & HAVE_VDPAU 2017-07-26 07:28:49 +00:00