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 2f038c834a Revert "Make OTG window resizable"
On Windows and macOS, resizing blocks the event loop. Handling it
properly would require the same workaround as done in screen.c.

This reverts commit 436b368f9d.
2 years ago
..
adb Add missing include 2 years ago
android Fix typos 3 years ago
sys Remove LOGC() 2 years ago
trait Add relative mode flag to mouse processors 2 years ago
usb Revert "Make OTG window resizable" 2 years ago
util Add missing SC_ prefix to header guards 2 years ago
cli.c Add option to not power on on start 2 years ago
cli.h Move scrcpy option structs to options.h 3 years ago
clock.c Improve slope estimation on start 3 years ago
clock.h Fix typo in clock comments 3 years ago
common.h Add missing SC_ prefix to header guards 2 years ago
compat.c Add (v)asprintf compatibility functions 3 years ago
compat.h Add missing SC_ prefix to header guards 2 years ago
control_msg.c Rename buffer util functions with sc_ prefix 2 years ago
control_msg.h Add missing SC_ prefix to header guards 2 years ago
controller.c Remove LOGC() 2 years ago
controller.h Add missing SC_ prefix to header guards 2 years ago
coords.h Use sc_ prefix for size, position and point 3 years ago
decoder.c Use sc_ prefix for decoder 2 years ago
decoder.h Use sc_ prefix for decoder 2 years ago
demuxer.c Rename buffer util functions with sc_ prefix 2 years ago
demuxer.h Rename stream to sc_demuxer 2 years ago
device_msg.c Rename buffer util functions with sc_ prefix 2 years ago
device_msg.h Add missing SC_ prefix to header guards 2 years ago
events.h Add OTG mode 2 years 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 build with ffmpeg 5.0 2 years ago
icon.h Add missing SC_ prefix to header guards 2 years ago
input_events.h Move input event helpers 2 years ago
input_manager.c Move FPS counter start/stop logs 2 years 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 Add specific exit code for device disconnection 2 years ago
mouse_inject.c Use sc_ prefix for control_msg enums 2 years 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 Add option to not power on on start 2 years ago
options.h Add option to not power on on start 2 years ago
receiver.c Remove LOGC() 2 years ago
receiver.h Add missing SC_ prefix to header guards 2 years ago
recorder.c Remove LOGC() 2 years ago
recorder.h Use sc_ prefix for recorder 2 years ago
scrcpy.c Add option to not power on on start 2 years ago
scrcpy.h Add specific exit code for device disconnection 2 years ago
screen.c Work around mouse capture SDL bug on macOS 2 years ago
screen.h Add --print-fps to enable FPS counter on start 2 years ago
server.c Add option to not power on on start 2 years ago
server.h Add option to not power on on start 2 years ago
stream.h Fix build with ffmpeg 5.0 2 years 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