Commit Graph

237 Commits

Author SHA1 Message Date
Iwan Timmer 0e1cabbd82 Check display mode before streaming 2017-05-27 16:41:52 +02:00
Iwan Timmer 7e73de80b3 Get additional server information 2017-05-27 16:10:59 +02:00
Iwan Timmer 53641fabbf Merge branch 'egl' 2017-05-25 20:39:36 +02:00
Iwan Timmer 1273c69599 Merge branch 'sdl' 2017-05-25 20:39:22 +02:00
Iwan Timmer a30f0eec05 Grab mouse on X11 2017-05-25 20:37:13 +02:00
Iwan Timmer 8d4670339f Add mouse and keyboard input for X11 2017-05-25 20:37:13 +02:00
Iwan Timmer e4946b3717 Quit when close button is pressed 2017-05-25 20:37:12 +02:00
Iwan Timmer 89cca8bdc4 Allow X11 window to be fullscreen 2017-05-25 20:37:12 +02:00
Iwan Timmer a426ae6e2d Support for X11 with software decoder using GLES 2.0 and EGL to perform YUV to RGB color conversion 2017-05-25 20:37:12 +02:00
Iwan Timmer fca16aa801 Cleanup audio decoding code 2017-05-25 16:48:58 +02:00
Iwan Timmer 8f9e5102cc Autodetect number of cores for software rendering 2017-05-10 20:34:35 +02:00
Iwan Timmer 441bf6c7e0 Use Freerun mode for Amlogic decoder 2017-05-10 19:44:48 +02:00
OtherCrashOverride 045e608681 Fix Odroid-C2 build. 2017-05-10 16:23:05 +02:00
Iwan Timmer 4bf3137bfc Cleanup Pulseaudio code to allow server select using audio argument 2017-05-10 15:58:32 +02:00
Iwan Timmer 7cbea75ab2 Check for unsuported parameters for SDL 2017-05-10 15:53:04 +02:00
Iwan Timmer 56f88f4fe8 Update keycodes for SDL 2017-05-10 15:18:51 +02:00
Iwan Timmer 76ff931edc Replace mappings with SDL compataible mappings 2017-04-08 16:26:51 +02:00
Iwan Timmer 1d7c2be7e2 Single mapping file for all inputs 2017-04-08 16:26:51 +02:00
Iwan Timmer 9f43712fc8 Use SDL-style mapping for input 2017-04-08 16:26:51 +02:00
Iwan Timmer 0a5b4ec5cc Remove map creation support 2017-04-07 18:47:04 +02:00
Iwan Timmer fb7628cb50 Solve compile warnings 2017-03-18 16:06:41 +01:00
Iwan Timmer 1a4794ff0e Use newer FFmpeg api 2017-03-18 16:02:04 +01:00
Iwan Timmer a85d6105b8 Buffer frame to sync with vsync in SDL 2017-03-18 15:37:39 +01:00
Iwan Timmer bea030c52b Convert line-endings to UNIX for ffmpeg.c 2017-03-18 15:19:42 +01:00
Iwan Timmer 0484f16aa3 Merge remote-tracking branch 'alarm/imx' 2017-03-17 16:45:04 +01:00
Iwan Timmer 2c1464cf84 Merge branch 'master' of github.com:irtimmer/moonlight-embedded 2017-03-17 16:44:24 +01:00
Iwan Timmer 870901784e Always include fake output but never choose it by default 2017-03-17 16:42:52 +01:00
Iwan Timmer e9811d8505 Allow specifying which codec to use 2017-03-17 16:42:52 +01:00
Iwan Timmer cd1135d8ea Do displaying in main thread instead of decoding thread 2017-03-04 15:22:46 +00:00
tezcatli 44937321c6 imx6 optimization: crop framebuffer dimension to screen dimension. 2017-03-03 21:23:50 +00:00
Iwan Timmer e7912ddc8b Split i.MX code between VPU and V4L output 2017-03-03 21:19:49 +00:00
Iwan Timmer 3407fc5b17 Update to new common-c to show the correct number of controllers 2017-02-26 23:34:51 +01:00
Iwan Timmer 8bbd8e22ea Don't force hardware for FFMpeg by default 2017-01-14 20:11:52 +01:00
tezcatli 4c9412cd86 Change the IOGetVirtMem return value test to == -1 instead of < 0 which may include valid addresses 2017-01-13 21:17:15 +01:00
georgc 80dba169e3 Enabled Keypad (/*-+. Enter) and PrintScreen 2016-12-29 11:40:56 -05:00
Iwan Timmer 9356b40eec Correct keycode for alt-key 2016-12-20 15:46:13 +01:00
Iwan Timmer 90bfcdcc4d Update libCEC compatibility to version 4.0 2016-12-09 20:05:31 +01:00
Iwan Timmer d00829b69a Update moonlight-common-c 2016-10-06 12:23:28 +02:00
Iwan Timmer f0a0024aeb Fix compile issue for Amlogic video decoder backend 2016-09-29 07:52:46 +02:00
Iwan Timmer 6fcc63ee9e Workaround for decoding special case of C1, 1080p, H264 2016-04-05 20:45:24 +02:00
Iwan Timmer d44f06961f Fix unasked usage of VDPAU in SDL 2016-04-03 14:32:58 +02:00
Iwan Timmer e84fc50aa1 Allow usage of Pulseaudio and ALSA on Raspberry Pi 2016-04-03 12:38:44 +02:00
Iwan Timmer 1a8dbf2984 Merge remote-tracking branch 'cgutman/fixoverflow' 2016-04-03 12:00:51 +02:00
Iwan Timmer 52b4c8ad59 Autouse HEVC on selected platforms 2016-04-03 12:00:28 +02:00
Iwan Timmer be4a13aead Cleanup aml decoder 2016-04-03 12:00:27 +02:00
Iwan Timmer e12beeaef3 Allow unsupported version to try to run 2016-04-03 12:00:27 +02:00
Cameron Gutman 0f5b50dfa7 Fix integer overflow in deadzone calculation 2016-04-03 02:14:53 -04:00
Iwan Timmer b30cf20f8c Check protocol version 2016-04-01 19:13:16 +02:00
Iwan Timmer 9b98371afc Add unpair command 2016-04-01 18:57:35 +02:00
Cameron Gutman c6c4e5102c Fix build with new moonlight-common-c source layout 2016-04-01 00:31:32 -04:00