You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Yu-Chen Lin fcf225049d
Use consistent variable names
7 years ago
..
android Remove AINPUT_SOURCE_ANY value 7 years ago
sys Always use SDL_malloc() and SDL_free() 7 years ago
buffer_util.h Add buffer_read16be() 7 years ago
cbuf.h Add generic circular buffer 7 years ago
command.c Always use SDL_malloc() and SDL_free() 7 years ago
command.h Use consistent variable names 7 years ago
common.h Replace SDL types by C99 standard types 7 years ago
compat.h Disable X11 compositor bypass 7 years ago
control_msg.c Rename "event" to "message" 7 years ago
control_msg.h Rename "event" to "message" 7 years ago
controller.c Rename "event" to "message" 7 years ago
controller.h Rename "event" to "message" 7 years ago
convert.c Rename "event" to "message" 7 years ago
convert.h Rename "event" to "message" 7 years ago
decoder.c Add more consts 7 years ago
decoder.h Add more consts 7 years ago
device.c Replace SDL types by C99 standard types 7 years ago
device.h Use consistent variable names 7 years ago
device_msg.c Rename "event" to "message" 7 years ago
device_msg.h Rename "event" to "message" 7 years ago
events.h Add stream layer 7 years ago
file_handler.c Use cbuf for file handler request queue 7 years ago
file_handler.h Use cbuf for file handler request queue 7 years ago
fps_counter.c Replace SDL types by C99 standard types 7 years ago
fps_counter.h Replace SDL types by C99 standard types 7 years ago
icon.xpm Add window icon 8 years ago
input_manager.c Rename "event" to "message" 7 years ago
input_manager.h Explicitly pass control flag to input manager 7 years ago
lock_util.c Update code style 7 years ago
lock_util.h Update code style 7 years ago
log.h Add log verbose macro 7 years ago
main.c Implement computer-to-device clipboard copy 7 years ago
net.c Replace SDL types by C99 standard types 7 years ago
net.h Replace SDL types by C99 standard types 7 years ago
receiver.c Add clipboard logs 7 years ago
receiver.h Add device event receiver 7 years ago
recorder.c Add more consts 7 years ago
recorder.h Use consistent variable names 7 years ago
scrcpy.c Do not minimize on focus loss 7 years ago
scrcpy.h Replace SDL types by C99 standard types 7 years ago
screen.c Continue on icon loading failure 7 years ago
screen.h Do not init SDL video subsystem if no display 7 years ago
server.c Use two sockets for video and control 7 years ago
server.h Use two sockets for video and control 7 years ago
str_util.c Add helpers to truncate UTF-8 at code points 7 years ago
str_util.h Add helpers to truncate UTF-8 at code points 7 years ago
stream.c Stop stream immediately on quit 7 years ago
stream.h Stop stream immediately on quit 7 years ago
tiny_xpm.c Check surface returned for icon 7 years ago
tiny_xpm.h Update code style 7 years ago
video_buffer.c Use explicit output parameter for skipped frame 7 years ago
video_buffer.h Use explicit output parameter for skipped frame 7 years ago