moonlight-common-c/src
2023-07-04 15:03:01 -05:00
..
AudioStream.c Add protocol extension for multi-client-compatible ping support 2023-02-12 01:23:25 -06:00
ByteBuffer.c Add byteswapping macros for big-endian systems 2021-04-17 21:43:13 -05:00
ByteBuffer.h Add byteswapping macros for big-endian systems 2021-04-17 21:43:13 -05:00
Connection.c Enforce setting serverCodecModeSupport field in SERVER_INFORMATION 2023-07-04 14:56:20 -05:00
ConnectionTester.c Allow compilation on OSes without IPv6 support 2021-04-17 23:40:36 -05:00
ControlStream.c Don't send periodic pings as reliable traffic 2023-07-04 15:03:01 -05:00
FakeCallbacks.c Introduce new protocol extensions for controller RGB LEDs and battery state 2023-07-02 14:38:54 -05:00
Input.h Introduce new protocol extensions for controller RGB LEDs and battery state 2023-07-02 14:38:54 -05:00
InputStream.c Split control data into multiple channels and optimize packet flags based on type of data 2023-07-04 14:49:21 -05:00
Limelight-internal.h Split control data into multiple channels and optimize packet flags based on type of data 2023-07-04 14:49:21 -05:00
Limelight.h Move serverCodecModeSupport into SERVER_INFORMATION struct 2023-07-02 23:54:04 -05:00
LinkedBlockingQueue.c Add API to wake a waiting thread in LiWaitForNextVideoFrame() 2022-01-17 14:12:11 -06:00
LinkedBlockingQueue.h Add API to wake a waiting thread in LiWaitForNextVideoFrame() 2022-01-17 14:12:11 -06:00
Misc.c Implement AV1 codec support 2023-07-02 22:16:20 -05:00
Platform.c Ensure UNIX implementations of PltGetMillis() are not limited to 32 bits 2022-10-22 14:45:19 -05:00
Platform.h Introduce macro function to determine endianness 2023-06-11 19:33:24 -05:00
PlatformCrypto.c Use new mbedtls APIs (#75) 2023-02-13 20:31:45 -06:00
PlatformCrypto.h Reorder some internal structures to reduce padding 2021-05-25 19:54:03 -05:00
PlatformSockets.c Treat WSA_IO_PENDING as a receive timeout 2023-02-13 20:20:44 -06:00
PlatformSockets.h Revert "Send TCP FIN after completion of our RTSP request" 2023-02-20 16:58:21 -06:00
PlatformThreads.h Change PltWaitForEvent to void return type 2021-06-09 19:37:06 -05:00
RecorderCallbacks.c Add a recording mode for debugging purposes 2021-06-20 11:15:30 -05:00
RtpAudioQueue.c Update oldestRtpBaseSequenceNumber when advance the queue state 2022-10-31 20:36:55 -05:00
RtpAudioQueue.h Disable audio FEC when using old GFE and Sunshine versions 2021-06-19 16:22:44 -05:00
RtpVideoQueue.c Send final FEC frame status info to Sunshine 2023-02-20 16:24:48 -06:00
RtpVideoQueue.h Simplify speculative RFI tracking by looking at missing shards of any type 2022-10-22 14:45:19 -05:00
Rtsp.h Code cleanup: use stdbool.h 2020-11-30 20:38:13 -06:00
RtspConnection.c Move serverCodecModeSupport into SERVER_INFORMATION struct 2023-07-02 23:54:04 -05:00
RtspParser.c Options value parsing fix 2023-02-11 15:37:52 -06:00
SdpGenerator.c Replace enableHdr option with directly receiving ServerCodecModeSupport value from XML 2023-07-02 23:28:10 -05:00
SimpleStun.c Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
Video.h Send final FEC frame status info to Sunshine 2023-02-20 16:24:48 -06:00
VideoDepacketizer.c Implement AV1 codec support 2023-07-02 22:16:20 -05:00
VideoStream.c Add protocol extension for multi-client-compatible ping support 2023-02-12 01:23:25 -06:00