moonlight-common-c/src
2019-04-25 23:02:01 -07:00
..
AudioStream.c Use an interruptible sleep to allow our threads to exit sooner 2019-04-06 15:26:59 -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 Ensure termination error code is propagated properly 2019-02-09 21:30:16 -08:00
ControlStream.c Use an interruptible sleep to allow our threads to exit sooner 2019-04-06 15:26:59 -07:00
FakeCallbacks.c Add a connection status callback to notify when the connection becomes lossy 2019-03-17 01:37:09 -07:00
Input.h Request haptics data from server 2019-02-09 02:16:59 -08:00
InputStream.c Add support for high-resolution scroll events 2019-02-26 18:48:13 -08:00
Limelight-internal.h Eliminate a copy and allocation for each incoming video packet 2019-04-25 22:07:03 -07:00
Limelight.h Add a workaround to get low bandwidth stereo working again and a cap flag to never request HQ audio 2019-04-25 01:03:27 -07:00
LinkedBlockingQueue.c Fix bogus queue assert firing on failed connection 2017-05-21 10:37:34 -07:00
LinkedBlockingQueue.h Fix bogus queue assert firing on failed connection 2017-05-21 10:37:34 -07:00
Misc.c Fix MSVC build issues 2018-09-25 00:56:43 -07:00
Platform.c Use an interruptible sleep to allow our threads to exit sooner 2019-04-06 15:26:59 -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 Allow automatic detection of remote streaming 2018-11-21 20:52:50 -08:00
PlatformSockets.h Fix build warnings 2019-02-26 23:44:10 -08:00
PlatformThreads.h Use an interruptible sleep to allow our threads to exit sooner 2019-04-06 15:26:59 -07:00
RtpFecQueue.c Improve FEC queue packet submission and retrieval from O(n) to O(1) 2019-04-25 23:02:01 -07:00
RtpFecQueue.h Improve FEC queue packet submission and retrieval from O(n) to O(1) 2019-04-25 23:02:01 -07: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 Add a workaround to get low bandwidth stereo working again and a cap flag to never request HQ audio 2019-04-25 01:03:27 -07:00
RtspParser.c Fix double-free and memory leak in RTSP option parsing failure path 2017-09-02 16:09:22 -07:00
SdpGenerator.c Add a workaround to get low bandwidth stereo working again and a cap flag to never request HQ audio 2019-04-25 01:03:27 -07:00
SimpleStun.c Initialize platform sockets in LiFindExternalAddressIP4() 2019-02-22 20:59:54 -08:00
Video.h Eliminate a copy and allocation for each incoming video packet 2019-04-25 22:07:03 -07:00
VideoDepacketizer.c Eliminate a copy and allocation for each incoming video packet 2019-04-25 22:07:03 -07:00
VideoStream.c Improve FEC queue packet submission and retrieval from O(n) to O(1) 2019-04-25 23:02:01 -07:00