scrcpy/app
Romain Vimont 8581d6850b Stabilize auto-resize
The window dimensions are integers, so resizing to fit the content may
not be exact.

When computing the optimal size, it could cause to reduce alternatively
the width and height by few pixels, making the "optimal size" unstable.

To avoid this problem, check if the optimal size is already correct
either by keeping the width or the height.
2020-04-24 22:52:02 +02:00
..
src Stabilize auto-resize 2020-04-24 22:52:02 +02:00
tests Rename max length constant for text injection 2020-04-13 19:38:43 +02:00
meson.build Enable trilinear filtering for OpenGL 2020-04-15 17:39:51 +02:00
scrcpy.1 Add option --no-mipmaps 2020-04-15 17:39:51 +02:00