| .. |
|
OpenAES
|
Fix static analysis issue
|
2015-01-09 00:25:42 -05:00 |
|
AudioStream.c
|
Fix typo in define
|
2015-08-11 19:21:04 -07:00 |
|
ByteBuffer.c
|
Better commenting on methods
|
2014-10-23 01:16:35 -04:00 |
|
ByteBuffer.h
|
Cleanup some harmless issues found by Clang
|
2014-10-18 05:18:39 -04:00 |
|
Connection.c
|
Run the client's connectionTerminated() callback on a separate thread to avoid deadlocking if LiStopConnection() is invoked from the callback
|
2015-08-04 23:38:38 -07:00 |
|
ControlStream.c
|
Do frame invalidation to reduce IDR requests
|
2015-08-11 22:22:27 +02:00 |
|
FakeCallbacks.c
|
Revert to legacy Windows behavior since Windows 10 allows CreateThread in Universal apps
|
2015-06-30 23:24:49 -07:00 |
|
Input.h
|
Specify signedness behavior of char in the API. Fixes backwards scrolling on Rasbian where char is unsigned by default
|
2015-06-25 20:10:15 -07:00 |
|
InputStream.c
|
Fix compilation warnings
|
2015-08-11 19:18:13 -07:00 |
|
Limelight-internal.h
|
Use the IDR frame request packet on Gen 4 servers. This solves the issue of IDR frames breaking after 0xFFFFF frames (4.85 hours at 60 FPS)
|
2015-08-04 23:43:10 -07:00 |
|
Limelight.h
|
Add capability to combine video receive and decode thread
|
2015-08-11 20:12:02 +02:00 |
|
LinkedBlockingQueue.c
|
Fix busy loop if a spurious signal of the queue event happens
|
2015-06-25 20:18:05 -07:00 |
|
LinkedBlockingQueue.h
|
Add support for controller and mouse movement batching
|
2015-05-28 10:13:26 -05:00 |
|
Misc.c
|
Add an RTP reordering queue to handle out of order packets
|
2015-05-28 08:32:51 -05:00 |
|
Platform.c
|
Implement a new safer Limelog for Windows
|
2015-07-20 19:11:56 -05:00 |
|
Platform.h
|
Implement a new safer Limelog for Windows
|
2015-07-20 19:11:56 -05:00 |
|
PlatformSockets.c
|
Fix compilation warnings
|
2015-08-11 19:18:13 -07:00 |
|
PlatformSockets.h
|
Reduce audio receive buffer size
|
2015-08-11 20:40:49 +02:00 |
|
PlatformThreads.h
|
Revert to legacy Windows behavior since Windows 10 allows CreateThread in Universal apps
|
2015-06-30 23:24:49 -07:00 |
|
RtpReorderQueue.c
|
Fix some RTP queue bugs
|
2015-05-28 09:06:51 -05:00 |
|
RtpReorderQueue.h
|
Fix typo in define
|
2015-08-11 19:21:04 -07:00 |
|
Rtsp.h
|
Fix RTSP parser and connection bugs
|
2014-08-17 20:06:05 -07:00 |
|
RtspConnection.c
|
Improve debugging and error codes
|
2015-06-24 22:52:26 -07:00 |
|
RtspParser.c
|
Fix build errors and warnings on Windows
|
2015-06-30 20:53:23 -07:00 |
|
SdpGenerator.c
|
Apply SDP changes from the Java common library.
|
2015-07-20 17:33:29 -07:00 |
|
Video.h
|
Save an allocation per video frame, audio packet, and input event by embedding an LBQ entry inside the linked data structure
|
2015-05-28 06:06:40 -05:00 |
|
VideoDepacketizer.c
|
Merge branch 'invalidateFrames' of https://github.com/irtimmer/moonlight-common-c
|
2015-08-11 19:24:11 -07:00 |
|
VideoStream.c
|
Merge pull request #10 from irtimmer/bufferSize
|
2015-08-11 19:14:06 -07:00 |