moonlight-common-c/src
Cameron Gutman 2fc278da00 Change errorCode to int for consistency between 32-bit and 64-bit platforms
Unfortunately this requires updating all client code that uses these callbacks.
2020-02-24 23:01:22 -08:00
..
AudioStream.c Add LiGetPendingAudioDuration() function 2019-11-30 21:31:50 -06: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 Change errorCode to int for consistency between 32-bit and 64-bit platforms 2020-02-24 23:01:22 -08:00
ControlStream.c Change errorCode to int for consistency between 32-bit and 64-bit platforms 2020-02-24 23:01:22 -08: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 Request haptics data from server 2019-02-09 02:16:59 -08:00
InputStream.c Add MODIFIER_META constant 2020-01-15 17:48:36 -08:00
Limelight-internal.h Increase audio packet duration for low bandwidth connections 2019-11-30 21:59:34 -06:00
Limelight.h Change errorCode to int for consistency between 32-bit and 64-bit platforms 2020-02-24 23:01:22 -08:00
LinkedBlockingQueue.c Add LiGetPendingVideoFrames() and LiGetPendingAudioFrames() 2019-05-07 20:25:26 -07:00
LinkedBlockingQueue.h Add LiGetPendingVideoFrames() and LiGetPendingAudioFrames() 2019-05-07 20:25:26 -07:00
Misc.c Fix MSVC build issues 2018-09-25 00:56:43 -07:00
Platform.c Name our threads on Windows 2019-05-03 20:55:20 -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 Use TCP_NOOPT to restrict MSS on BSD-based OSes 2019-12-01 15:22:18 -08:00
PlatformSockets.h Fix RTSP handshake errors on networks with broken PMTUD 2019-11-30 21:19:56 -06:00
PlatformThreads.h Name our threads on Linux 2019-05-03 18:54:40 -07:00
RtpFecQueue.c Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08:00
RtpFecQueue.h Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08: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 Bump RTSP_MAX_RESP_SIZE to 48 KB 2019-12-01 13:59:09 -08:00
RtspParser.c Correct payload-length when parsing RTSP Messages 2020-01-11 14:57:55 +01:00
SdpGenerator.c Add color space and color range options 2019-12-14 14:32:47 -08:00
SimpleStun.c Use RAND_bytes() instead of rand() for STUN transaction IDs 2019-12-08 14:49:28 -08:00
Video.h Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08:00
VideoDepacketizer.c Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08:00
VideoStream.c Add presentation timestamp to video frame metadata 2019-11-10 18:07:11 -08:00