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 fb29135591 Initialize recorder fields from init()
The recorder has two initialization phases: one to initialize the
concrete recorder object, and one to open its packet_sink trait.

Initialize mutex and condvar as part of the object initialization.

If there were several packet_sink traits (spoiler: one for video, one
for audio), then the mutex and condvar would still be initialized only
once.
2 years ago
..
adb Use random name for device socket 2 years ago
android
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_ 2 years ago
util Print FFmpeg logs 2 years ago
cli.c Fix --encoder documentation 2 years ago
cli.h
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 2 years ago
compat.c Add jrand48()/nrand48() compat functions 2 years ago
compat.h Add jrand48()/nrand48() compat functions 2 years ago
control_msg.c Forward action button to device 2 years ago
control_msg.h Forward action button to device 2 years ago
controller.c Prefix receiver by sc_ 2 years ago
controller.h Prefix receiver by sc_ 2 years ago
coords.h Use sc_ prefix for size, position and point 3 years ago
decoder.c Remove unnecessary error logs 2 years ago
decoder.h Use sc_ prefix for decoder 3 years ago
demuxer.c Remove unnecessary error logs 2 years ago
demuxer.h Extract packet merging 2 years ago
device_msg.c Rename buffer_util.h to binary.h 2 years ago
device_msg.h Add missing SC_ prefix to header guards 3 years ago
events.h Report recorder errors 2 years ago
file_pusher.c Remove LOGC() 3 years ago
file_pusher.h Move ADB code to adb/ 3 years ago
fps_counter.c Move FPS counter start/stop logs 3 years ago
fps_counter.h Add missing SC_ prefix to header guards 3 years ago
frame_buffer.c Fix code style 3 years ago
frame_buffer.h
icon.c Fix error message on icon loading failure 2 years ago
icon.h Add missing SC_ prefix to header guards 3 years ago
input_events.h Force mouse source when --forward-all-clicks 2 years ago
input_manager.c Forward action button to device 2 years ago
input_manager.h Add missing SC_ prefix to header guards 3 years ago
keyboard_inject.c Use sc_ prefix for control_msg enums 3 years ago
keyboard_inject.h Use sc_ prefix for controller 3 years ago
main.c Move FFmpeg callback initialization 2 years ago
mouse_inject.c Forward action button to device 2 years ago
mouse_inject.h Use sc_ prefix for controller 3 years ago
opengl.c Fix OpenGL ES prefix skip 3 years ago
opengl.h
options.c Initialize mouse_input_mode explicitly 2 years ago
options.h Add support for AV1 2 years ago
packet_merger.c Extract packet merging 2 years ago
packet_merger.h Extract packet merging 2 years ago
receiver.c Prefix receiver by sc_ 2 years ago
receiver.h Prefix receiver by sc_ 2 years ago
recorder.c Initialize recorder fields from init() 2 years ago
recorder.h Report recorder errors 2 years ago
scrcpy.c Report recorder errors 2 years ago
scrcpy.h Add specific exit code for device disconnection 3 years ago
screen.c Prefix UI events constants by SC_ 2 years ago
screen.h Add --print-fps to enable FPS counter on start 3 years ago
server.c Split server stop() and join() 2 years ago
server.h Split server stop() and join() 2 years ago
v4l2_sink.c Remove LOGC() 3 years ago
v4l2_sink.h Fix build with ffmpeg 5.0 3 years ago
version.c Print libusb version on --version 3 years ago
version.h Move version handling to a separate file 3 years ago
video_buffer.c Rename scrcpy threads 3 years ago
video_buffer.h