| .. |
|
AudioStream.c
|
Avoid accumulating audio latency from audio captured by the host before we're ready to play it
|
2019-01-06 13:24:36 -08: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
|
Ensure a connection termination callback is not invoked due to calling LiInterruptConnection()
|
2018-12-28 15:28:56 -08:00 |
|
ControlStream.c
|
Fix invalid reference frame invalidation payload when dropping an early frame
|
2019-01-18 01:37:02 -08: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 back-to-back calls of LiSendMultiControllerEvent() not working properly
|
2018-11-25 14:50:51 -08: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
|
Allow automatic detection of remote streaming
|
2018-11-21 20:52:50 -08: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
|
Allow automatic detection of remote streaming
|
2018-11-21 20:52:50 -08:00 |
|
PlatformSockets.h
|
Allow automatic detection of remote streaming
|
2018-11-21 20:52:50 -08: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
|
Fixes RTSP session id parsing issue. (#39)
|
2018-12-15 06:53:28 +06: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
|
Use strict bitrate logic only in remote streaming mode
|
2019-01-01 18:45:01 -08:00 |
|
SimpleStun.c
|
Test each address returned in the getaddrinfo() call and stop blindly preferring IPv4
|
2018-11-16 00:37:38 -08: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 |