moonlight-common-c/src
2024-02-17 18:14:49 -06:00
..
AudioStream.c Consolidate PltCloseThread() and PltJoinThread() 2024-02-17 18:14:03 -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 Implement detached threads (#88) 2024-02-17 17:54:32 -06:00
ConnectionTester.c Allow compilation on OSes without IPv6 support 2021-04-17 23:40:36 -05:00
ControlStream.c Consolidate PltCloseThread() and PltJoinThread() 2024-02-17 18:14:03 -06:00
FakeCallbacks.c Introduce new protocol extensions for controller RGB LEDs and battery state 2023-07-02 14:38:54 -05:00
Input.h Extend pen/touch APIs with contact area and orientation 2023-07-22 15:01:03 -05:00
InputStream.c Consolidate PltCloseThread() and PltJoinThread() 2024-02-17 18:14:03 -06:00
Limelight-internal.h Allow negotiation of audio encryption using new encryption flags 2024-01-14 14:10:45 -06:00
Limelight.h Add video encryption support 2024-01-14 14:04:52 -06: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 Improve ENet socket error propagation for better debuggability 2023-12-22 13:45:50 -06:00
Platform.c Fix thread detachment on Vita 2024-02-17 18:14:49 -06:00
Platform.h Add platform support for the 3DS 2024-01-18 18:30:20 -06:00
PlatformCrypto.c fixed memcpy overlap (reported by AddressSanitizer) (#80) 2023-07-08 01:09:45 -05:00
PlatformCrypto.h Reorder some internal structures to reduce padding 2021-05-25 19:54:03 -05:00
PlatformSockets.c Improve 3DS Reliability (#87) 2024-02-02 18:33:18 -06:00
PlatformSockets.h Add basic QoS attributes to our A/V sockets 2024-02-01 00:15:47 -06:00
PlatformThreads.h Fix thread detachment on Vita 2024-02-17 18:14:49 -06:00
RecorderCallbacks.c Fix warning for fopen() in RecorderCallbacks.c 2023-10-06 23:17:25 -05:00
RtpAudioQueue.c Add separate LC_ASSERT_VT() for asserts that only apply for valid traffic 2023-10-11 20:01:39 -05:00
RtpAudioQueue.h Disable audio FEC when using old GFE and Sunshine versions 2021-06-19 16:22:44 -05:00
RtpVideoQueue.c Use the spare field in the encrypted video header as the frame number 2024-01-24 18:36:37 -06:00
RtpVideoQueue.h Use the spare field in the encrypted video header as the frame number 2024-01-24 18:36:37 -06:00
Rtsp.h Code cleanup: use stdbool.h 2020-11-30 20:38:13 -06:00
RtspConnection.c Fix signed/unsigned mismatch warnings 2024-02-03 15:20:56 -06:00
RtspParser.c Fix GCC static analysis warnings 2023-09-15 22:03:27 -05:00
SdpGenerator.c Adjust the requested packet size to account for the encryption header 2024-01-14 18:42:41 -06:00
SimpleStun.c Add basic QoS attributes to our A/V sockets 2024-02-01 00:15:47 -06:00
Video.h Use the spare field in the encrypted video header as the frame number 2024-01-24 18:36:37 -06:00
VideoDepacketizer.c Don't strictly enforce picture data following the first PPS in debug mode 2023-10-13 23:23:27 -05:00
VideoStream.c Consolidate PltCloseThread() and PltJoinThread() 2024-02-17 18:14:03 -06:00