scrcpy/app
Romain Vimont 3571fe62ed Create texture on first frame
The texture was created as soon as the initial video size was known,
even before the first frame arrived.

However, texture creation will require other data, such as the color
range, which is only available once the first frame is received.

Therefore, delay texture creation until the first frame.

PR #6216 <https://github.com/Genymobile/scrcpy/pull/6216>
2026-01-04 14:13:33 +01:00
..
data Remove useless flag in zsh completion script 2025-05-22 20:00:58 +02:00
deps Set URL explicitly in dependency build scripts 2025-10-30 22:31:16 +01:00
src Create texture on first frame 2026-01-04 14:13:33 +01:00
tests Add missing test for START_APP serialization 2025-11-25 00:13:13 +01:00
meson.build Set icon and server env paths for meson devenv 2024-12-12 18:15:26 +01:00
scrcpy-windows.manifest Set DPI awareness for Windows 2021-12-20 19:13:02 +01:00
scrcpy-windows.rc Bump version to 3.3.4 2025-12-17 19:57:50 +01:00
scrcpy.1 Add missing --screen-off-timeout doc in manpage 2025-04-14 18:07:37 +02:00