moonlight-android/moonlight-common
NanoTech 2d08f568e9 Fix off-by-one when looking for an I-frame NAL
Between finding the NAL and checking its type,
reassembleFrame is called and overwrites the
cachedSpecialDesc with the data and NAL type
from the previous NAL. If the only IDR NAL in the
packet is the last NAL in the packet, it gets
missed and the depacketizer is stuck waiting
for it.
2016-09-10 00:52:56 -06:00
..
2015-08-13 20:21:55 -07:00
2016-03-05 19:10:22 -06:00
2014-06-22 00:37:32 -03:00
2014-01-14 10:03:07 -05:00
2015-04-21 21:43:27 -04:00

#Moonlight

Moonlight-common contains common code between moonlight-android and moonlight-pc.

It implements the actual GameStream protocol.