This website requires JavaScript.
Explore
Help
Sign In
moonlight-stream
/
moonlight-qt
Watch
1
Star
0
Fork
0
You've already forked moonlight-qt
mirror of
https://github.com/moonlight-stream/moonlight-qt.git
synced
2026-04-07 00:06:05 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
afb2b465a8659eb23ca2f9f448d9cb85369bbab7
moonlight-qt
/
app
/
streaming
History
Cameron Gutman
afb2b465a8
Avoid using direct submit for video decoding because FFmpeg can delay for a fairly significant period of time within avcodec_send_packet() and avcodec_receive_frame(), even for software decoding. This is particularly apparent when streaming well above hardware capabilities and leads to packet loss.
2018-09-22 19:30:13 -07:00
..
audio
Switch to PortAudio for audio playback
2018-09-22 17:39:12 -07:00
video
Directly use the AVBufferSampleDisplayLayer as the rendering view's layer to increase efficiency
2018-09-22 18:34:15 -07:00
input.cpp
Fix errant mouse button event being sent on mouse capture
2018-09-14 22:09:45 -07:00
input.hpp
Fix large mouse input delay on GFE 3.14.0 and earlier.
Fixes
#68
2018-09-14 18:35:28 -07:00
session.cpp
Avoid using direct submit for video decoding because FFmpeg can delay for a fairly significant period of time within avcodec_send_packet() and avcodec_receive_frame(), even for software decoding. This is particularly apparent when streaming well above hardware capabilities and leads to packet loss.
2018-09-22 19:30:13 -07:00
session.hpp
Fixes to SDL audio renderer and autodetection support
2018-09-13 07:46:01 -07:00
streamutils.cpp
Improve unsupported FPS options and performance
2018-09-08 15:09:46 -07:00
streamutils.h
Improve unsupported FPS options and performance
2018-09-08 15:09:46 -07:00