You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
scrcpy/app/src
Romain Vimont 89f6a3cfe7 Handle resized video stream
Accept a parameter to limit the video size.

For instance, with "-m 960", the great side of the video will be scaled
down to 960 (if necessary), while the other side will be scaled down so
that the aspect ratio is preserved. Both dimensions must be a multiple
of 8, so black bands might be added, and the mouse positions must be
computed accordingly.
6 years ago
..
android Implement keyboard/mouse control 6 years ago
sys Fix includes windows-specific source 6 years ago
command.c Initial commit 7 years ago
command.h Optimize includes 7 years ago
common.h Swap position/point names 6 years ago
control.c Use pointers-to-const where relevant 6 years ago
control.h Use pointers-to-const where relevant 6 years ago
controlevent.c Swap position/point names 6 years ago
controlevent.h Swap position/point names 6 years ago
convert.c Swap position/point names 6 years ago
convert.h Swap position/point names 6 years ago
decoder.c Handle condition variable failure 7 years ago
decoder.h Optimize includes 7 years ago
events.h Initial commit 7 years ago
frames.c Always destroy in reverse order 7 years ago
frames.h Optimize includes 7 years ago
lockutil.c Do not inline lockutil functions 7 years ago
lockutil.h Do not inline lockutil functions 7 years ago
main.c Handle resized video stream 6 years ago
netutil.c Initial commit 7 years ago
netutil.h Initial commit 7 years ago
scrcpy.c Handle resized video stream 6 years ago
scrcpy.h Handle resized video stream 6 years ago
server.c Handle resized video stream 6 years ago
server.h Handle resized video stream 6 years ago
strutil.c Initial commit 7 years ago
strutil.h Implement keyboard/mouse control 6 years ago