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 8d30d40b79 Make SKIP_FRAMES a compilation flag
The skip_frames flag was a non-configurable runtime flag. Since it is
not exposed to the user, there is no need for a (possible) runtime cost.

For testing purpose, we still want it to be configurable, so make it a
compilation flag.
6 years ago
..
android Implement keyboard/mouse control 7 years ago
sys Fix includes windows-specific source 7 years ago
command.c Use ADB environment variable 6 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 7 years ago
control.h Use pointers-to-const where relevant 7 years ago
controlevent.c Turn screen on on right-click 6 years ago
controlevent.h Turn screen on on right-click 6 years ago
convert.c Swap position/point names 6 years ago
convert.h Swap position/point names 6 years ago
decoder.c Make SKIP_FRAMES a compilation flag 6 years ago
decoder.h Make SKIP_FRAMES a compilation flag 6 years ago
events.h Initial commit 7 years ago
frames.c Make SKIP_FRAMES a compilation flag 6 years ago
frames.h Make SKIP_FRAMES a compilation flag 6 years ago
icon.xpm Add window icon 6 years ago
lockutil.c Do not inline lockutil functions 7 years ago
lockutil.h Do not inline lockutil functions 7 years ago
main.c Use meson to configure default values 6 years ago
netutil.c Initial commit 7 years ago
netutil.h Initial commit 7 years ago
scrcpy.c Make SKIP_FRAMES a compilation flag 6 years ago
scrcpy.h Add bit-rate command-line option 6 years ago
server.c Rename the server scrcpy-server.jar 6 years ago
server.h Add bit-rate command-line option 6 years ago
strutil.c Initial commit 7 years ago
strutil.h Implement keyboard/mouse control 7 years ago
tinyxpm.c Change the window icon color in debug mode 6 years ago
tinyxpm.h Parse XPM without SDL_image 6 years ago