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 5e4ccfd832 Use generic FIFO queue for recording
Replace the specific recording queue by the new generic FIFO queue
implementation.
5 years ago
..
android Remove AINPUT_SOURCE_ANY value 6 years ago
sys Replace "cannot" by "could not" 5 years ago
buffer_util.h Add buffer_read16be() 5 years ago
cbuf.h Fix cbuf documentation 5 years ago
command.c Fix comment style 5 years ago
command.h Improve portable builds 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 Replace "cannot" by "could not" 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 Add option to change the push target 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 Add option to change the push target 5 years ago
file_handler.h Add option to change the push target 5 years ago
fps_counter.c Improve framerate counting 5 years ago
fps_counter.h Improve framerate counting 5 years ago
icon.xpm Add window icon 7 years ago
input_manager.c Replace "cannot" by "could not" 5 years ago
input_manager.h Explicitly pass control flag to input manager 5 years ago
lock_util.h Inline lock_util functions 5 years ago
log.h Add log verbose macro 5 years ago
main.c Log scrcpy version and URL on start 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
queue.h Add generic intrusive FIFO queue 5 years ago
receiver.c Add clipboard logs 5 years ago
receiver.h Add device event receiver 5 years ago
recorder.c Use generic FIFO queue for recording 5 years ago
recorder.h Use generic FIFO queue for recording 5 years ago
scrcpy.c Reduce latency by 1 frame 5 years ago
scrcpy.h Add option to change the push target 5 years ago
screen.c Add option --window-title 5 years ago
screen.h Add option --window-title 5 years ago
server.c Reduce latency by 1 frame 5 years ago
server.h Reduce latency by 1 frame 5 years ago
str_util.c Add functions to convert wide char to UTF-8 5 years ago
str_util.h Add functions to convert wide char to UTF-8 5 years ago
stream.c Record asynchronously 5 years ago
stream.h Reduce latency by 1 frame 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 Improve framerate counting 5 years ago
video_buffer.h Improve framerate counting 5 years ago