moonlight-common-c/src
2021-05-14 20:44:19 -05:00
..
AudioStream.c Attempt to fix audio latency issues on some PCs 2021-05-04 10:21:41 -05: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 Disable RFI at 4K until the problems are understood 2021-05-06 22:17:04 -05:00
ConnectionTester.c Allow compilation on OSes without IPv6 support 2021-04-17 23:40:36 -05:00
ControlStream.c Limit RTO to 2x RTT and fix early peer timeout expiration 2021-05-14 20:44:19 -05: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 Fix more warnings 2020-12-05 23:30:25 -06:00
InputStream.c Print a warning when the input queue reaches the maximum size 2021-05-14 20:36:25 -05:00
Limelight-internal.h Consolidate includes 2021-04-29 17:22:15 -05:00
Limelight.h Add support for audio stream encryption 2021-04-22 00:20:17 -05:00
LinkedBlockingQueue.c Optimize LBQ to avoid unnecessary syscalls 2021-05-14 18:42:01 -05:00
LinkedBlockingQueue.h Code cleanup: use stdbool.h 2020-11-30 20:38:13 -06:00
Misc.c Code cleanup: use stdbool.h 2020-11-30 20:38:13 -06:00
Platform.c Fix Linux build 2021-04-29 17:40:13 -05:00
Platform.h Fix Linux build 2021-04-29 17:40:13 -05:00
PlatformCrypto.c Further optimization to avoid needless calls to EVP_aes_128_gcm() and EVP_aes_128_cbc() 2021-04-22 17:49:51 -05:00
PlatformCrypto.h Optimize OpenSSL backend to avoid redundant reinitialization 2021-04-22 17:34:48 -05:00
PlatformSockets.c Consolidate includes 2021-04-29 17:22:15 -05:00
PlatformSockets.h Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
PlatformThreads.h Use SRW locks for our mutex on Windows 2021-04-25 15:04:12 -05:00
RtpFecQueue.c Consolidate includes 2021-04-29 17:22:15 -05:00
RtpFecQueue.h Implement support for multi-FEC frames 2021-04-26 20:36:07 -05:00
RtpReorderQueue.c Consolidate includes 2021-04-29 17:22:15 -05:00
RtpReorderQueue.h Fix Clang warnings 2020-12-05 23:20:02 -06:00
Rtsp.h Code cleanup: use stdbool.h 2020-11-30 20:38:13 -06:00
RtspConnection.c Consolidate includes 2021-04-29 17:22:15 -05:00
RtspParser.c Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
SdpGenerator.c Implement support for multi-FEC frames 2021-04-26 20:36:07 -05:00
SimpleStun.c Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
Video.h Use stdint.h types for Video.h 2021-04-26 17:08:44 -05:00
VideoDepacketizer.c Consolidate includes 2021-04-29 17:22:15 -05:00
VideoStream.c Consolidate includes 2021-04-29 17:22:15 -05:00