moonlight-common-c/src
2021-07-02 01:30:33 -05:00
..
AudioStream.c Dynamically determine audio, video, and control ports from RTSP DESCRIBE response 2021-07-01 23:45:33 -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 Log the parsed ports 2021-07-02 01:30:33 -05:00
ConnectionTester.c Allow compilation on OSes without IPv6 support 2021-04-17 23:40:36 -05:00
ControlStream.c Dynamically determine audio, video, and control ports from RTSP DESCRIBE response 2021-07-01 23:45:33 -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 Introduce a list to cache freed input packet entries for reuse 2021-06-12 10:43:50 -05:00
Limelight-internal.h Dynamically determine audio, video, and control ports from RTSP DESCRIBE response 2021-07-01 23:45:33 -05:00
Limelight.h Parse the RTSP port out of the RTSP session URL 2021-07-02 01:17:34 -05:00
LinkedBlockingQueue.c Reimplement LBQ on condition variables 2021-06-09 19:59:52 -05:00
LinkedBlockingQueue.h Reimplement LBQ on condition variables 2021-06-09 19:59:52 -05:00
Misc.c Simplify and improve graceful disconnect logic 2021-05-14 22:36:13 -05:00
Platform.c Change PltWaitForEvent to void return type 2021-06-09 19:37:06 -05:00
Platform.h Use O_NONBLOCK for platforms without support for FIONBIO 2021-07-01 22:15:26 -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 Fix GCC build 2021-07-01 22:28:17 -05:00
PlatformSockets.h Use poll() instead of SO_RCVTIMEO for RTSP timeout support 2021-07-01 22:10:46 -05:00
PlatformThreads.h Change PltWaitForEvent to void return type 2021-06-09 19:37:06 -05:00
RecorderCallbacks.c Add a recording mode for debugging purposes 2021-06-20 11:15:30 -05:00
RtpAudioQueue.c Fix handling of older GFE versions in surround sound mode 2021-06-20 14:55:44 -05:00
RtpAudioQueue.h Disable audio FEC when using old GFE and Sunshine versions 2021-06-19 16:22:44 -05:00
RtpVideoQueue.c Improve debugging for A/V data loss and recovery 2021-06-08 20:01:58 -05:00
RtpVideoQueue.h Rename RtpFecQueue to RtpVideoQueue to match RtpAudioQueue 2021-06-01 22:57:26 -05:00
Rtsp.h Code cleanup: use stdbool.h 2020-11-30 20:38:13 -06:00
RtspConnection.c Log the parsed ports 2021-07-02 01:30:33 -05:00
RtspParser.c Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
SdpGenerator.c Replace other hardcoded ports 2021-07-02 00:27:35 -05:00
SimpleStun.c Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
Video.h Introduce optional pull-based API for video data 2021-06-13 15:14:38 -05:00
VideoDepacketizer.c Introduce optional pull-based API for video data 2021-06-13 15:14:38 -05:00
VideoStream.c Dynamically determine audio, video, and control ports from RTSP DESCRIBE response 2021-07-01 23:45:33 -05:00