moonlight-qt/app/streaming/video/ffmpeg-renderers
Antoine Damhet 0a396f3112 Introduce a new FFMPEG frontend renderer: EGLRenderer
Right now this renderer works on X11 & Wayland with VAAPI as a backend.

Some rendering latency benchmarks on my `i7-10510U` (with
`intel-media-driver` 20.1.1 which cause a *huge* regression with the
SDL_Renderer):
|             | X11    | Wayland |
| Before      | 6.78ms | 22.50ms |
| EGLRenderer | 0.76ms | 00.77ms |

Signed-off-by: Antoine Damhet <antoine.damhet@lse.epita.fr>
2020-05-12 11:11:35 +02:00
..
pacer Plumb presentation time from server into AVFrame.pts field 2019-11-11 18:03:47 -08:00
cuda.cpp Add decoder options dictionary to prepareDecoderContext() 2020-02-08 17:47:26 -08:00
cuda.h Add decoder options dictionary to prepareDecoderContext() 2020-02-08 17:47:26 -08:00
drm.cpp Disable the window mode options for always full-screen renderers 2020-02-09 11:35:05 -08:00
drm.h Disable the window mode options for always full-screen renderers 2020-02-09 11:35:05 -08:00
dxva2.cpp Add decoder options dictionary to prepareDecoderContext() 2020-02-08 17:47:26 -08:00
dxva2.h Add decoder options dictionary to prepareDecoderContext() 2020-02-08 17:47:26 -08:00
egl_extensions.cpp Introduce a new FFMPEG frontend renderer: EGLRenderer 2020-05-12 11:11:35 +02:00
eglvid.cpp Introduce a new FFMPEG frontend renderer: EGLRenderer 2020-05-12 11:11:35 +02:00
eglvid.h Introduce a new FFMPEG frontend renderer: EGLRenderer 2020-05-12 11:11:35 +02:00
mmal.cpp Cap resolution options at 1080p on Steam Link and Raspberry Pi due to hardware limitations 2020-02-23 00:43:43 -08:00
mmal.h Disable the window mode options for always full-screen renderers 2020-02-09 11:35:05 -08:00
renderer.h Introduce a new FFMPEG frontend renderer: EGLRenderer 2020-05-12 11:11:35 +02:00
sdlvid.cpp Use the viewport size for computing the overlay position 2020-05-07 18:56:53 -07:00
sdlvid.h Add decoder options dictionary to prepareDecoderContext() 2020-02-08 17:47:26 -08:00
vaapi.cpp Introduce a new FFMPEG frontend renderer: EGLRenderer 2020-05-12 11:11:35 +02:00
vaapi.h Introduce a new FFMPEG frontend renderer: EGLRenderer 2020-05-12 11:11:35 +02:00
vdpau.cpp Add VDPAU driver path fallbacks for AppImage 2020-03-26 19:06:24 -07:00
vdpau.h Add decoder options dictionary to prepareDecoderContext() 2020-02-08 17:47:26 -08:00
vt.h Separate FFmpeg decoder from the Session class (#4) 2018-07-17 20:00:16 -07:00
vt.mm Properly fix SDL_HINT_MOUSE_FOCUS_CLICKTHROUGH on macOS VTRenderer 2020-05-06 22:20:21 -07:00