-
Notifications
You must be signed in to change notification settings - Fork 325
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule moonlight-common-c
updated
21 files
+84 −0 | .github/workflows/codeql.yml | |
+4 −0 | CMakeLists.txt | |
+1 −1 | enet | |
+9 −9 | src/AudioStream.c | |
+268 −66 | src/ControlStream.c | |
+10 −1 | src/InputStream.c | |
+1 −1 | src/Limelight-internal.h | |
+12 −25 | src/Misc.c | |
+34 −0 | src/Platform.c | |
+8 −2 | src/Platform.h | |
+20 −3 | src/PlatformSockets.c | |
+2 −1 | src/PlatformSockets.h | |
+5 −0 | src/RecorderCallbacks.c | |
+24 −8 | src/RtpVideoQueue.c | |
+1 −0 | src/RtpVideoQueue.h | |
+21 −36 | src/RtspConnection.c | |
+58 −31 | src/RtspParser.c | |
+95 −33 | src/SdpGenerator.c | |
+1 −1 | src/SimpleStun.c | |
+20 −9 | src/VideoDepacketizer.c | |
+16 −8 | src/VideoStream.c |