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 b5d41ad4f6 Fix useless garbage initialization
The variable `p` was initialized with a garbage value (a `const char **`
casted to `char *`). Fortunately, it was never read.

Refs <https://github.com/Genymobile/scrcpy/issues/3765>
1 year ago
..
adb Use random name for device socket 1 year ago
android Fix typos 3 years ago
sys Use /dev/null instead of closing fds 2 years ago
trait Add relative mode flag to mouse processors 3 years ago
usb Prefix UI events constants by SC_ 1 year ago
util Accept Windows Sockets from version 1.1 1 year ago
cli.c Use enum for long options constants 1 year ago
cli.h Move scrcpy option structs to options.h 3 years ago
clock.c Replace '%g' by '%f' as printf format 2 years ago
clock.h Fix typo in clock comments 3 years ago
common.h Fix MIN/MAX macros 1 year ago
compat.c Add jrand48()/nrand48() compat functions 1 year ago
compat.h Add jrand48()/nrand48() compat functions 1 year ago
control_msg.c Forward action button to device 1 year ago
control_msg.h Forward action button to device 1 year ago
controller.c Prefix receiver by sc_ 1 year ago
controller.h Prefix receiver by sc_ 1 year ago
coords.h Use sc_ prefix for size, position and point 3 years ago
decoder.c Remove unnecessary error logs 1 year ago
decoder.h Use sc_ prefix for decoder 2 years ago
demuxer.c Remove unnecessary error logs 1 year ago
demuxer.h Extract packet merging 1 year ago
device_msg.c Rename buffer_util.h to binary.h 2 years ago
device_msg.h Add missing SC_ prefix to header guards 2 years ago
events.h Properly report demuxer errors 1 year ago
file_pusher.c Remove LOGC() 2 years ago
file_pusher.h Move ADB code to adb/ 2 years ago
fps_counter.c Move FPS counter start/stop logs 2 years ago
fps_counter.h Add missing SC_ prefix to header guards 2 years ago
frame_buffer.c Fix code style 2 years ago
frame_buffer.h Extract current video_buffer to frame_buffer 3 years ago
icon.c Fix error message on icon loading failure 1 year ago
icon.h Add missing SC_ prefix to header guards 2 years ago
input_events.h Force mouse source when --forward-all-clicks 2 years ago
input_manager.c Forward action button to device 1 year ago
input_manager.h Add missing SC_ prefix to header guards 2 years ago
keyboard_inject.c Use sc_ prefix for control_msg enums 2 years ago
keyboard_inject.h Use sc_ prefix for controller 2 years ago
main.c Do not use avformat network 1 year ago
mouse_inject.c Forward action button to device 1 year ago
mouse_inject.h Use sc_ prefix for controller 2 years ago
opengl.c Fix OpenGL ES prefix skip 2 years ago
opengl.h Define feature test macros in common.h 3 years ago
options.c Initialize mouse_input_mode explicitly 1 year ago
options.h Add support for AV1 1 year ago
packet_merger.c Extract packet merging 1 year ago
packet_merger.h Extract packet merging 1 year ago
receiver.c Prefix receiver by sc_ 1 year ago
receiver.h Prefix receiver by sc_ 1 year ago
recorder.c Compute relative PTS on the client-side 1 year ago
recorder.h Compute relative PTS on the client-side 1 year ago
scrcpy.c Rename 'uid' to 'scid' 1 year ago
scrcpy.h Add specific exit code for device disconnection 2 years ago
screen.c Prefix UI events constants by SC_ 1 year ago
screen.h Add --print-fps to enable FPS counter on start 2 years ago
server.c Fix useless garbage initialization 1 year ago
server.h Rename 'uid' to 'scid' 1 year ago
v4l2_sink.c Remove LOGC() 2 years ago
v4l2_sink.h Fix build with ffmpeg 5.0 2 years ago
version.c Print libusb version on --version 2 years ago
version.h Move version handling to a separate file 2 years ago
video_buffer.c Rename scrcpy threads 3 years ago
video_buffer.h Add buffering debugging tools 3 years ago