moonlight-common-c/src
2023-01-16 20:56:51 -06:00
..
AudioStream.c Print warning when audio decryption fails 2021-07-17 22:57:50 -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 Improve high quality audio support 2022-11-04 21:44:07 -05:00
ConnectionTester.c Allow compilation on OSes without IPv6 support 2021-04-17 23:40:36 -05:00
ControlStream.c Add LiRequestIdrFrame() API for requesting an IDR frame on demand 2022-10-05 00:46:56 -05:00
FakeCallbacks.c Add HDR mode APIs 2022-01-28 21:29:14 -06:00
Input.h Implement horizontal scrolling protocol extension for Sunshine 2023-01-16 20:56:51 -06:00
InputStream.c Implement horizontal scrolling protocol extension for Sunshine 2023-01-16 20:56:51 -06:00
Limelight-internal.h Implement horizontal scrolling protocol extension for Sunshine 2023-01-16 20:56:51 -06:00
Limelight.h Implement horizontal scrolling protocol extension for Sunshine 2023-01-16 20:56:51 -06:00
LinkedBlockingQueue.c Add API to wake a waiting thread in LiWaitForNextVideoFrame() 2022-01-17 14:12:11 -06:00
LinkedBlockingQueue.h Add API to wake a waiting thread in LiWaitForNextVideoFrame() 2022-01-17 14:12:11 -06:00
Misc.c Disable RFI when streaming from a server that doesn't support it 2022-10-06 20:01:40 -05:00
Platform.c Ensure UNIX implementations of PltGetMillis() are not limited to 32 bits 2022-10-22 14:45:19 -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 vita: Reduce TCPv4_MSS to 512 to avoid setsockopt error 2022-01-24 22:19:09 -06:00
PlatformSockets.h vita: Replace select to poll 2022-01-24 22:16:59 -06: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 Update oldestRtpBaseSequenceNumber when advance the queue state 2022-10-31 20:36:55 -05:00
RtpAudioQueue.h Disable audio FEC when using old GFE and Sunshine versions 2021-06-19 16:22:44 -05:00
RtpVideoQueue.c Fix signed comparison warning on GCC 2022-10-22 15:08:55 -05:00
RtpVideoQueue.h Simplify speculative RFI tracking by looking at missing shards of any type 2022-10-22 14:45:19 -05:00
Rtsp.h Code cleanup: use stdbool.h 2020-11-30 20:38:13 -06:00
RtspConnection.c Improve high quality audio support 2022-11-04 21:44:07 -05:00
RtspParser.c Fix various MSVC warnings 2021-04-29 17:21:12 -05:00
SdpGenerator.c Use APP_VERSION_AT_LEAST in a couple other places 2022-10-22 14:45:19 -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 Skip PPS NALUs prepended to P-frames 2023-01-02 23:48:16 -06:00
VideoStream.c Assert that the port numbers are set prior to being used 2021-07-02 01:44:11 -05:00