scrcpy/app/src
Romain Vimont 6ec2ddd2d1 Truncate UTF-8 properly
This will avoid to produce invalid UTF-8 results (although unlikely).
2019-05-30 22:34:59 +02:00
..
android Remove AINPUT_SOURCE_ANY value 2018-08-12 15:35:29 +02:00
sys Always use SDL_malloc() and SDL_free() 2019-05-30 22:30:08 +02:00
buffer_util.h Add buffer_read16be() 2019-05-30 22:30:18 +02:00
cbuf.h Add generic circular buffer 2019-05-30 22:30:18 +02:00
command.c Always use SDL_malloc() and SDL_free() 2019-05-30 22:30:08 +02:00
command.h Use size_t for command length 2019-05-12 14:31:18 +02:00
common.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
compat.h Disable X11 compositor bypass 2019-05-05 17:35:00 +02:00
control_event.c Truncate UTF-8 properly 2019-05-30 22:34:59 +02:00
control_event.h Merge commands with other control events 2019-05-30 22:30:18 +02:00
controller.c Use cbuf for control event queue 2019-05-30 22:30:18 +02:00
controller.h Use cbuf for control event queue 2019-05-30 22:30:18 +02:00
convert.c Bind Home key to MOVE_HOME 2019-05-27 10:24:47 +02:00
convert.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
decoder.c Add more consts 2019-03-03 12:02:41 +01:00
decoder.h Add more consts 2019-03-03 12:02:41 +01:00
device.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
device.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
events.h Add stream layer 2019-03-02 18:45:45 +01:00
file_handler.c Use cbuf for file handler request queue 2019-05-30 22:30:18 +02:00
file_handler.h Use cbuf for file handler request queue 2019-05-30 22:30:18 +02:00
fps_counter.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
fps_counter.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
icon.xpm Add window icon 2018-02-05 14:46:00 +01:00
input_manager.c Merge commands with other control events 2019-05-30 22:30:18 +02:00
input_manager.h Explicitly pass control flag to input manager 2019-03-03 11:05:26 +01:00
lock_util.c Update code style 2019-03-02 20:28:46 +01:00
lock_util.h Update code style 2019-03-02 20:28:46 +01:00
log.h Add log verbose macro 2019-02-09 12:27:13 +01:00
main.c Bind Home key to MOVE_HOME 2019-05-27 10:24:47 +02:00
net.c Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
net.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
recorder.c Add more consts 2019-03-03 12:02:41 +01:00
recorder.h Add more consts 2019-03-03 12:02:41 +01:00
scrcpy.c Simplify cleanup 2019-05-30 22:30:18 +02:00
scrcpy.h Replace SDL types by C99 standard types 2019-03-02 23:55:23 +01:00
screen.c Continue on icon loading failure 2019-05-23 20:58:08 +02:00
screen.h Do not init SDL video subsystem if no display 2019-03-03 01:41:35 +01:00
server.c Close server socket before killing process 2019-05-30 22:30:18 +02:00
server.h Make server_connect_to() return a bool 2019-05-30 22:30:18 +02:00
str_util.c Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00
str_util.h Add helpers to truncate UTF-8 at code points 2019-05-30 22:30:18 +02:00
stream.c Stop stream immediately on quit 2019-05-30 22:30:18 +02:00
stream.h Stop stream immediately on quit 2019-05-30 22:30:18 +02:00
tiny_xpm.c Check surface returned for icon 2019-05-20 09:44:45 +02:00
tiny_xpm.h Update code style 2019-03-02 20:28:46 +01:00
video_buffer.c Use explicit output parameter for skipped frame 2019-03-03 00:35:20 +01:00
video_buffer.h Use explicit output parameter for skipped frame 2019-03-03 00:35:20 +01:00