-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
14 files
+84 −0 | .github/workflows/codeql.yml | |
+4 −0 | CMakeLists.txt | |
+9 −9 | src/AudioStream.c | |
+268 −66 | src/ControlStream.c | |
+1 −1 | src/Limelight-internal.h | |
+6 −0 | src/Platform.h | |
+17 −0 | src/PlatformSockets.c | |
+1 −0 | src/PlatformSockets.h | |
+7 −2 | src/RtpVideoQueue.c | |
+2 −1 | src/RtspConnection.c | |
+58 −31 | src/RtspParser.c | |
+91 −32 | src/SdpGenerator.c | |
+20 −9 | src/VideoDepacketizer.c | |
+16 −8 | src/VideoStream.c |