199 Commits

Author SHA1 Message Date
Iwan Timmer
87f7586126 Remove unneeded files added by commit "Move OMX and IMX code to libraries" 2015-09-06 20:23:30 +02:00
Iwan Timmer
5e66091935 Make SDL fullscreen optional 2015-09-06 19:00:26 +02:00
Iwan Timmer
0add19f332 Fix iMX.6 decoding 2015-08-31 15:42:23 +02:00
Iwan Timmer
cee58fa52c Fullscreen by default for SDL 2015-08-26 15:30:52 +02:00
Iwan Timmer
6621bb73ff Don't complain about missing host configuration file 2015-08-18 12:39:10 +02:00
Iwan Timmer
078b6d1c49 Update moonlight-common-c 2015-08-16 21:04:24 +02:00
Iwan Timmer
26661f7ea1 Initialize video in same thread as decoding 2015-08-16 20:58:09 +02:00
Iwan Timmer
8442e50bb8 Merge remote-tracking branch 'Ilos/patch-1' 2015-08-16 12:52:59 +02:00
Ilos
5dd55dcfd5 fix reading from config file, so the argument may contain whitespaces
If you want to stream a different app than Steam by using the config file, then there are only apps allowed which names are only one word.
For example if you use "app = Game" then it's fine.
If you want to play "Game 2", then the 2 is ignored due to %s in scanf ignores whitespaces.
By using %[^\n] everything is read until a newline appears.
Also useful if you use a mapping file which has whitespaces in it (e.g "Sony Dualshock.map")
2015-08-16 12:25:39 +02:00
Iwan Timmer
1dbb809542 Enable frame invalidation for FFMpeg decoder 2015-08-15 19:51:59 +02:00
Iwan Timmer
0deb94f73a Correctly detect missing SDL video output 2015-08-15 17:32:59 +02:00
Iwan Timmer
f1a27b480d Update Debian package v2.1.1 2015-08-15 11:40:02 +02:00
Iwan Timmer
0f7e6c96a0 Support remote optimizations in GFE 2015-08-15 11:10:37 +02:00
Iwan Timmer
c4bd362a5d Enable direct submit optimization in audio and video decoders 2015-08-15 11:09:42 +02:00
Iwan Timmer
94bc353f0d Fix SDL not using evdev 2015-08-15 10:44:03 +02:00
Cameron Gutman
6d23e28676 Fix audio on non-SDL builds 2015-08-15 01:06:26 -07:00
Cameron Gutman
96128b5bb1 Fix loading platform libraries 2015-08-15 01:00:10 -07:00
Cameron Gutman
16574aac38 Fix regression in input grabbing functionality 2015-08-15 00:59:28 -07:00
Cameron Gutman
8d80cc3476 Fix use-after-free bug in SPS processing 2015-08-15 00:58:32 -07:00
Cameron Gutman
7946e87446 Fix inconsistent redetection of replugged input devices 2015-08-15 00:57:55 -07:00
Cameron Gutman
531634c403 Fix creation of the key directory 2015-08-15 00:56:21 -07:00
Iwan Timmer
880196dfd1 Fix CMakeList for iMX build v2.1.0 2015-08-14 16:25:52 +02:00
Iwan Timmer
fa5cd4d8b4 Update Debian build files for new versions 2015-08-14 14:17:26 +00:00
Iwan Timmer
0e678b5024 Set correct version in CMakeLists.txt 2015-08-14 15:26:55 +02:00
Iwan Timmer
be37c5c598 Remove unused features in CMakeLists 2015-08-14 15:24:05 +02:00
Iwan Timmer
dee2231bf2 Fix a few small memleaks 2015-08-14 15:23:40 +02:00
Iwan Timmer
01466c9bb9 Update moonlight-common-c 2015-08-13 22:20:14 +02:00
Iwan Timmer
639bfbef38 Move OMX and IMX code to libraries 2015-08-13 22:13:35 +02:00
Iwan Timmer
7258b2bdaf Cleanup CMakeLists 2015-08-13 11:35:10 +02:00
Iwan Timmer
d0da5ea29e Rename OMX module to Pi because of naming conflict 2015-08-13 11:23:57 +02:00
Iwan Timmer
e6c4495ed5 Add missing header definition of platform_get_audio 2015-08-13 10:29:02 +02:00
Iwan Timmer
4fc96f2461 Fix heap corruption in SPS 2015-08-12 17:13:26 +02:00
Iwan Timmer
f1926b9980 Ungrab and fullscreen actions in SDL 2015-08-10 16:07:48 +02:00
Iwan Timmer
22a1238f7d Check if SDL is up-to-date 2015-08-10 15:45:43 +02:00
Iwan Timmer
05fc925c19 Make SDL more reliable 2015-08-10 10:18:33 +02:00
Iwan Timmer
abc9a19a9d Fix some keys in SDL 2015-08-09 22:34:48 +02:00
Iwan Timmer
92112f292a Fix SDL quit key combination 2015-08-09 22:29:03 +02:00
Iwan Timmer
503a8982d8 Fix connection problems in libgamestream 2015-08-09 22:29:03 +02:00
Iwan Timmer
dc83e8c9a1 Fix CEC build problems 2015-08-09 15:40:23 +02:00
Iwan Timmer
86a9eb2233 Add recommands and suggestions for Alsa config and utils 2015-08-08 23:49:55 +02:00
Iwan Timmer
1edc465732 Update moonlight-common-c 2015-08-08 23:32:29 +02:00
Iwan Timmer
c6d117f78e Merge remote-tracking branch 'Ilos/patch-2' into develop 2015-08-08 23:26:21 +02:00
Cameron Gutman
495604dbc5 Fix null pointer dereference if no frames have been received when the connection terminates 2015-08-08 23:24:10 +02:00
Iwan Timmer
d5cbd7f69e Port Android SPS fixes to libgamestream 2015-08-08 23:14:50 +02:00
Iwan Timmer
721b7561c7 Use keyboard combination to quit in SDL mode 2015-08-03 21:55:01 +02:00
Iwan Timmer
881acff6b3 Add keyboard modifiers to SDL 2015-08-03 21:55:01 +02:00
Iwan Timmer
0d9d501280 Split sdl loop and input code 2015-08-03 21:55:00 +02:00
Iwan Timmer
457759e14f Multiple controller support for SDL 2015-08-03 20:54:11 +02:00
Iwan Timmer
d3c3ba92c7 Load host specific settings from configuration file 2015-08-03 19:43:15 +02:00
Iwan Timmer
7a200fea64 Cleanup README 2015-08-03 14:35:57 +02:00