-
Notifications
You must be signed in to change notification settings - Fork 649
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
1 parent
1438c12
commit 7e10056
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule moonlight-common-c
updated
18 files
+1 −0 | .gitignore | |
+34 −1 | CMakeLists.txt | |
+2 −0 | appveyor.yml | |
+12 −6 | src/AudioStream.c | |
+1 −1 | src/ControlStream.c | |
+11 −11 | src/InputStream.c | |
+44 −11 | src/Limelight.h | |
+6 −2 | src/Misc.c | |
+145 −9 | src/Platform.c | |
+34 −3 | src/Platform.h | |
+17 −4 | src/RtpAudioQueue.c | |
+3 −1 | src/RtpAudioQueue.h | |
+25 −22 | src/RtpVideoQueue.c | |
+5 −3 | src/RtpVideoQueue.h | |
+22 −22 | src/VideoDepacketizer.c | |
+9 −7 | src/VideoStream.c | |
+34 −0 | tests/CMakeLists.txt | |
+46 −0 | tests/TestPlatform.cpp |