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
Bernhard Rosenkränzer 5e8fa56e7a Fix build with ffmpeg 5.0
PR #2948 <https://github.com/Genymobile/scrcpy/pull/2948>

Signed-off-by: Bernhard Rosenkränzer <bero@lindev.ch>
Signed-off-by: Romain Vimont <rom@rom1v.com>
2 years ago
..
android Fix typos 3 years ago
sys Fix adb server hang 3 years ago
trait Add relative mode flag to mouse processors 3 years ago
util Avoid unused function warning 3 years ago
adb.c Add function to read an adb property 3 years ago
adb.h Add --tcpip feature 3 years ago
adb_parser.c Add function to find the device IP address 3 years ago
adb_parser.h Add function to find the device IP address 3 years ago
adb_tunnel.c Use flags for adb commands 3 years ago
adb_tunnel.h Extract adb tunnel to a separate component 3 years ago
aoa_hid.c Fix code style 2 years ago
aoa_hid.h Wait SET_CLIPBOARD ack before Ctrl+v via HID 3 years ago
cli.c Add support for HID mouse 3 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 CLAMP() macro 3 years ago
compat.c Add (v)asprintf compatibility functions 3 years ago
compat.h Require SDL >= 2.0.5 3 years ago
control_msg.c Use sc_ prefix for control_msg 2 years ago
control_msg.h Use sc_ prefix for control_msg 2 years ago
controller.c Use sc_ prefix for control_msg 2 years ago
controller.h Use sc_ prefix for control_msg 2 years ago
coords.h Use sc_ prefix for size, position and point 3 years ago
decoder.c Set "low delay" decoder flag 3 years ago
decoder.h Fix build with ffmpeg 5.0 2 years ago
device_msg.c Add OutOfMemory log helper 3 years ago
device_msg.h Add device clipboard set acknowledgement 3 years ago
events.h Run the server from a dedicated thread 3 years ago
file_handler.c Rename scrcpy threads 3 years ago
file_handler.h Use sc_intr in file_handler 3 years ago
fps_counter.c Rename scrcpy threads 3 years ago
fps_counter.h Wrap tick API 3 years ago
frame_buffer.c Add OutOfMemory log helper 3 years ago
frame_buffer.h Extract current video_buffer to frame_buffer 3 years ago
hid_keyboard.c Make process_text() optional 3 years ago
hid_keyboard.h Synchronize HID keyboard state on first event 3 years ago
hid_mouse.c Add support for HID mouse 3 years ago
hid_mouse.h Add support for HID mouse 3 years ago
icon.c Fix build with ffmpeg 5.0 2 years ago
icon.h Add icon loader 3 years ago
input_events.h Provide relative mouse motion vector in event 3 years ago
input_manager.c Use sc_ prefix for control_msg 2 years ago
input_manager.h Use sc_ prefix for controller 2 years ago
keyboard_inject.c Use sc_ prefix for control_msg 2 years ago
keyboard_inject.h Use sc_ prefix for controller 2 years ago
main.c Print scrcpy header first 3 years ago
mouse_inject.c Use sc_ prefix for control_msg 2 years ago
mouse_inject.h Use sc_ prefix for controller 2 years ago
opengl.c Enable trilinear filtering for OpenGL 4 years ago
opengl.h Define feature test macros in common.h 3 years ago
options.c Rename SC_MOD_* to SC_SHORTCUT_MOD_* 3 years ago
options.h Add support for HID mouse 3 years ago
receiver.c Rename scrcpy threads 3 years ago
receiver.h Wait SET_CLIPBOARD ack before Ctrl+v via HID 3 years ago
recorder.c Rename scrcpy threads 3 years ago
recorder.h Use sc_ prefix for size, position and point 3 years ago
scrcpy.c Use sc_ prefix for control_msg 2 years ago
scrcpy.h Move scrcpy option structs to options.h 3 years ago
screen.c Use sc_ prefix for input_manager 2 years ago
screen.h Use sc_ prefix for controller 2 years ago
server.c Use constant string for known booleans 2 years ago
server.h Add --tcpip feature 3 years ago
stream.c Fix build with ffmpeg 5.0 2 years ago
stream.h Fix build with ffmpeg 5.0 2 years ago
v4l2_sink.c Rename scrcpy threads 3 years ago
v4l2_sink.h Fix build with ffmpeg 5.0 2 years ago
video_buffer.c Rename scrcpy threads 3 years ago
video_buffer.h Add buffering debugging tools 3 years ago