cloud-game/pkg/encoder
sergystepanov e3b16d5feb Use client-side stream vertical flip
Previously we used zero-cost x264 `X264_CSP_VFLIP` and vpx
`vpx_img_flip` for OpenGL cores (which render their output buffers
upside down). Now the flip is handled client-side during GPU compositing
of the video stream.
This will be needed later, when we have to use more codecs and
Gstreamer.
2026-06-13 17:53:37 +03:00
..
color Fix with go fix 2025-12-22 15:08:50 +03:00
h264 Use client-side stream vertical flip 2026-06-13 17:53:37 +03:00
opus Move encoding libs to the top package level 2023-10-15 18:55:53 +03:00
vpx Use client-side stream vertical flip 2026-06-13 17:53:37 +03:00
yuv Fix with go fix 2025-12-22 15:08:50 +03:00
encoder.go Use client-side stream vertical flip 2026-06-13 17:53:37 +03:00