moonlight-common-c/src
2021-06-01 18:39:19 -05:00
..
AudioStream.c Implement audio FEC recovery support 2021-06-01 18:31:56 -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 Simplify and improve graceful disconnect logic 2021-05-14 22:36:13 -05:00
ConnectionTester.c Allow compilation on OSes without IPv6 support 2021-04-17 23:40:36 -05:00
ControlStream.c Avoid unlock and immediate relock of mutex 2021-05-25 19:57:06 -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 Join the input thread without interrupting first 2021-05-15 22:56:44 -05:00
Limelight-internal.h Implement audio FEC recovery support 2021-06-01 18:31:56 -05:00
Limelight.h Expose RTT information from ENet 2021-05-15 13:58:54 -05:00
LinkedBlockingQueue.c Allow the input queue to drain before terminating the thread 2021-05-15 22:01:50 -05:00
LinkedBlockingQueue.h Reorder some internal structures to reduce padding 2021-05-25 19:54:03 -05:00
Misc.c Simplify and improve graceful disconnect logic 2021-05-14 22:36:13 -05:00
Platform.c Use GetModuleHandle() for kernel32.dll, since it's guaranteed to be loaded already 2021-05-25 19:40:14 -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 Reorder some internal structures to reduce padding 2021-05-25 19:54:03 -05:00
PlatformSockets.c Enable SO_RCVTIMEO for RTP sockets on Windows 2021-05-25 20:38:30 -05:00
PlatformSockets.h Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
PlatformThreads.h Remove declaration of old deleted function 2021-05-25 19:54:27 -05:00
RtpAudioQueue.c Fix Clang/GCC build 2021-06-01 18:39:19 -05:00
RtpAudioQueue.h Implement audio FEC recovery support 2021-06-01 18:31:56 -05:00
RtpFecQueue.c Consolidate includes 2021-04-29 17:22:15 -05:00
RtpFecQueue.h Reorder some internal structures to reduce padding 2021-05-25 19:54:03 -05: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 Set minRequiredFecPackets to better handle lossy links at low bitrates 2021-05-16 09:27:50 -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