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 ca767ba364 Group server params in a struct
Starting the server requires more and more parameters. For clarity,
group them in a struct.
5 years ago
..
android Remove AINPUT_SOURCE_ANY value 6 years ago
sys Always use SDL_malloc() and SDL_free() 5 years ago
buffer_util.h Add buffer_read16be() 5 years ago
cbuf.h Add generic circular buffer 5 years ago
command.c Fix comment style 5 years ago
command.h Use consistent variable names 5 years ago
common.h Replace SDL types by C99 standard types 5 years ago
compat.h Disable X11 compositor bypass 5 years ago
control_msg.c Implement device screen off while mirroring 5 years ago
control_msg.h Implement device screen off while mirroring 5 years ago
controller.c Rename "event" to "message" 5 years ago
controller.h Rename "event" to "message" 5 years ago
convert.c Rename "event" to "message" 5 years ago
convert.h Rename "event" to "message" 5 years ago
decoder.c Add more consts 5 years ago
decoder.h Add more consts 5 years ago
device.c Replace SDL types by C99 standard types 5 years ago
device.h Use consistent variable names 5 years ago
device_msg.c Rename "event" to "message" 5 years ago
device_msg.h Rename "event" to "message" 5 years ago
events.h Add stream layer 5 years ago
file_handler.c Use cbuf for file handler request queue 5 years ago
file_handler.h Use cbuf for file handler request queue 5 years ago
fps_counter.c Replace SDL types by C99 standard types 5 years ago
fps_counter.h Replace SDL types by C99 standard types 5 years ago
icon.xpm Add window icon 6 years ago
input_manager.c Remove "turn device screen on" feature 5 years ago
input_manager.h Explicitly pass control flag to input manager 5 years ago
lock_util.c Update code style 5 years ago
lock_util.h Update code style 5 years ago
log.h Add log verbose macro 5 years ago
main.c Use positive options names internally 5 years ago
net.c Use net_close() to close sockets 5 years ago
net.h Replace SDL types by C99 standard types 5 years ago
receiver.c Add clipboard logs 5 years ago
receiver.h Add device event receiver 5 years ago
recorder.c Add more consts 5 years ago
recorder.h Use consistent variable names 5 years ago
scrcpy.c Group server params in a struct 5 years ago
scrcpy.h Use positive options names internally 5 years ago
screen.c Continue on icon loading failure 5 years ago
screen.h Do not init SDL video subsystem if no display 5 years ago
server.c Group server params in a struct 5 years ago
server.h Group server params in a struct 5 years ago
str_util.c Add helpers to truncate UTF-8 at code points 5 years ago
str_util.h Add helpers to truncate UTF-8 at code points 5 years ago
stream.c Stop stream immediately on quit 5 years ago
stream.h Stop stream immediately on quit 5 years ago
tiny_xpm.c Check surface returned for icon 5 years ago
tiny_xpm.h Update code style 5 years ago
video_buffer.c Use explicit output parameter for skipped frame 5 years ago
video_buffer.h Use explicit output parameter for skipped frame 5 years ago