moonlight-common-c/src
2020-08-11 22:12:58 -07:00
..
AudioStream.c Restore the 500 ms ping logic to prevent warnings in the server-side logs 2020-08-08 23:16:55 -07:00
ByteBuffer.c Fix bugs in ByteBuffer API and add BbAdvanceBuffer() 2019-02-08 19:01:51 -08:00
ByteBuffer.h Fix bugs in ByteBuffer API and add BbAdvanceBuffer() 2019-02-08 19:01:51 -08:00
Connection.c Warn when streaming above 4K with H.264 or 8K with HEVC 2020-04-04 12:36:09 -07:00
ConnectionTester.c Don't bother doing any connection testing if no ports were specified 2020-08-09 12:08:16 -07:00
ControlStream.c Fix server-side log spam caused by sending unused command 0x0201 2020-08-09 11:46:49 -07:00
FakeCallbacks.c Change errorCode to int for consistency between 32-bit and 64-bit platforms 2020-02-24 23:01:22 -08:00
Input.h Provide reference dimensions for mouse position data 2020-04-11 20:51:17 -07:00
InputStream.c Only allow input packets to be queued between start and stop 2020-08-06 19:12:29 -07:00
Limelight-internal.h Dynamically allocate the RTSP response buffer 2020-04-29 19:58:50 -07:00
Limelight.h Add LiGetPortFlagsFromTerminationErrorCode() 2020-08-06 21:43:18 -07:00
LinkedBlockingQueue.c Add LiGetPendingVideoFrames() and LiGetPendingAudioFrames() 2019-05-07 20:25:26 -07:00
LinkedBlockingQueue.h Add LiGetPendingVideoFrames() and LiGetPendingAudioFrames() 2019-05-07 20:25:26 -07:00
Misc.c Dynamically allocate the RTSP response buffer 2020-04-29 19:58:50 -07:00
Platform.c Enable media streaming mode for 802.11 WLAN interfaces on Windows 2020-08-11 22:12:58 -07:00
Platform.h Don't call a null pointer if a logging function is called before LiStartConnection() 2018-10-26 19:17:53 -07:00
PlatformSockets.c Enable media streaming mode for 802.11 WLAN interfaces on Windows 2020-08-11 22:12:58 -07:00
PlatformSockets.h Enable media streaming mode for 802.11 WLAN interfaces on Windows 2020-08-11 22:12:58 -07:00
PlatformThreads.h Name our threads on Linux 2019-05-03 18:54:40 -07:00
RtpFecQueue.c Temporarily comment out validation of reserved field 2020-07-01 11:50:23 -05:00
RtpFecQueue.h Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08:00
RtpReorderQueue.c Fix queue state error (and subsequent assert) when the queue advances after a constraint violation upon reception of a packet behind the new lowest entry 2018-08-29 08:24:58 -07:00
RtpReorderQueue.h Fix MSVC build issues 2018-09-25 00:56:43 -07:00
Rtsp.h Reorganize the folder structure and delete the Xcode build files 2016-03-31 07:22:03 -04:00
RtspConnection.c Minor RTSP code cleanup 2020-05-01 18:32:26 -07:00
RtspParser.c Correct payload-length when parsing RTSP Messages 2020-01-11 14:57:55 +01:00
SdpGenerator.c Fix audio problems caused by stale HighQualitySurroundSupported and HighQualitySurroundEnabled values 2020-04-02 18:44:13 -07:00
SimpleStun.c Use RAND_bytes() instead of rand() for STUN transaction IDs 2019-12-08 14:49:28 -08:00
Video.h Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08:00
VideoDepacketizer.c Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08:00
VideoStream.c Restore the 500 ms ping logic to prevent warnings in the server-side logs 2020-08-08 23:16:55 -07:00