| .. |
|
AudioStream.c
|
Fix queue state error (and subsequent assert) when the queue advances after a constraint violation upon reception of a packet behind the new lowest entry
|
2018-08-29 08:24:58 -07:00 |
|
ByteBuffer.c
|
Reorganize the folder structure and delete the Xcode build files
|
2016-03-31 07:22:03 -04:00 |
|
ByteBuffer.h
|
Reorganize the folder structure and delete the Xcode build files
|
2016-03-31 07:22:03 -04:00 |
|
Connection.c
|
Move resolveHostName() into PlatformSockets.c
|
2018-10-26 17:02:45 -07:00 |
|
ControlStream.c
|
Inform the host of disconnect immediately so it can clean up properly
|
2018-06-09 21:37:42 -07:00 |
|
FakeCallbacks.c
|
Merge pull request #31 from irtimmer/audio_context
|
2017-06-11 13:25:09 -07:00 |
|
Input.h
|
Correctly transmit the number of controllers attached to the client
|
2017-02-04 20:09:34 -08:00 |
|
InputStream.c
|
Fix state cleanup if LiStartConnection() fails
|
2017-05-18 09:52:50 -07:00 |
|
Limelight-internal.h
|
Fix HEVC streams requiring a higher bitrate to enable high quality surround audio
|
2018-07-27 19:04:25 -07:00 |
|
Limelight.h
|
Add a simple STUN function for resolving external WAN addresses
|
2018-10-26 19:20:40 -07:00 |
|
LinkedBlockingQueue.c
|
Fix bogus queue assert firing on failed connection
|
2017-05-21 10:37:34 -07:00 |
|
LinkedBlockingQueue.h
|
Fix bogus queue assert firing on failed connection
|
2017-05-21 10:37:34 -07:00 |
|
Misc.c
|
Fix MSVC build issues
|
2018-09-25 00:56:43 -07:00 |
|
Platform.c
|
Fix MSVC build issues
|
2018-09-25 00:56:43 -07:00 |
|
Platform.h
|
Don't call a null pointer if a logging function is called before LiStartConnection()
|
2018-10-26 19:17:53 -07:00 |
|
PlatformSockets.c
|
Move resolveHostName() into PlatformSockets.c
|
2018-10-26 17:02:45 -07:00 |
|
PlatformSockets.h
|
Move resolveHostName() into PlatformSockets.c
|
2018-10-26 17:02:45 -07:00 |
|
PlatformThreads.h
|
Fix a couple files with bogus permissions
|
2017-08-20 00:28:15 -07:00 |
|
RtpFecQueue.c
|
Additional fixes for corrupt FEC recovery handling
|
2018-09-05 12:04:39 -07:00 |
|
RtpFecQueue.h
|
Derive bufferHighestSequenceNumber from the FEC info to ensure it's always accurate
|
2018-09-04 20:20:32 -07:00 |
|
RtpReorderQueue.c
|
Fix queue state error (and subsequent assert) when the queue advances after a constraint violation upon reception of a packet behind the new lowest entry
|
2018-08-29 08:24:58 -07:00 |
|
RtpReorderQueue.h
|
Fix MSVC build issues
|
2018-09-25 00:56:43 -07:00 |
|
Rtsp.h
|
Reorganize the folder structure and delete the Xcode build files
|
2016-03-31 07:22:03 -04:00 |
|
RtspConnection.c
|
Fix ENet comments
|
2018-01-19 20:25:54 -08:00 |
|
RtspParser.c
|
Fix double-free and memory leak in RTSP option parsing failure path
|
2017-09-02 16:09:22 -07:00 |
|
SdpGenerator.c
|
Only disable split encode on older GFE versions
|
2018-09-22 20:22:10 -07:00 |
|
SimpleStun.c
|
Add more distinguishable error codes for STUN
|
2018-10-28 17:19:40 -07:00 |
|
Video.h
|
Rework sequencing code and fix audio dropout across 64K boundary in the process
|
2018-02-19 00:16:32 -08:00 |
|
VideoDepacketizer.c
|
Additional fixes for corrupt FEC recovery handling
|
2018-09-05 12:04:39 -07:00 |
|
VideoStream.c
|
Use SO_RCVTIMEO to avoid the overhead of an extra syscall per packet
|
2018-07-16 00:46:40 -07:00 |