cloud-game/pkg/api
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
..
api.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
coordinator.go Show rooms in the list 2023-10-21 02:37:44 +03:00
user.go Unify all WebRTC signaling in the API 2026-06-06 18:19:07 +03:00
worker.go Use client-side stream vertical flip 2026-06-13 17:53:37 +03:00