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
Andrew Gunnerson 6af4bd601f Add support for high frame rate camera capture
Add --camera-high-speed to enable high frame rate camera capture. If
the option is enabled, then --camera-fps is mandatory.

PR #4213 <https://github.com/Genymobile/scrcpy/pull/4213>

Co-authored-by: Romain Vimont <rom@rom1v.com>
Signed-off-by: Andrew Gunnerson <accounts+github@chiller3.com>
Signed-off-by: Romain Vimont <rom@rom1v.com>
7 months ago
..
adb Replace sprintf() with safer snprintf() 7 months ago
android Fix typos 3 years ago
sys Use /dev/null instead of closing fds 2 years ago
trait Pass AVCodecContext to packet sinks 1 year ago
usb Replace raw number by its name 7 months ago
util Use `char *` for pointer arithmetic 7 months ago
audio_player.c Fix stream offset on audio buffer underflow 1 year ago
audio_player.h Add --audio-output-buffer 1 year ago
cli.c Add support for high frame rate camera capture 7 months ago
cli.h Add --pause-on-exit 8 months ago
clock.c Simplify clock estimation 1 year ago
clock.h Simplify clock estimation 1 year ago
common.h Fix MIN/MAX macros 1 year ago
compat.c Add compat for reallocarray() 1 year ago
compat.h Fix build for FFmpeg < 3.3 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 Use VecDeque in controller 1 year ago
controller.h Use VecDeque in controller 1 year ago
coords.h Use sc_ prefix for size, position and point 3 years ago
decoder.c Pass AVCodecContext to packet sinks 1 year ago
decoder.h Pass AVCodecContext to packet sinks 1 year ago
delay_buffer.c Simplify clock estimation 1 year ago
delay_buffer.h Optionally do not delay the first frame 1 year ago
demuxer.c Update demuxer comment 1 year ago
demuxer.h Use packet source trait in demuxer 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
display.c Fix warning typo 10 months ago
display.h Accept texture failures 1 year ago
events.h Add --time-limit 12 months ago
file_pusher.c Stop and join sc_file_pusher only if initialized 1 year ago
file_pusher.h Use VecDeque in file_pusher 1 year ago
fps_counter.c Initialize interrupted field explicitly 1 year 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 Add missing `void`s for empty parameter list 7 months ago
icon.h Add missing SC_ prefix to header guards 2 years ago
input_events.h Force mouse source when --forward-all-clicks 1 year ago
input_manager.c Pass const pointers to events 1 year ago
input_manager.h Pass const pointers to events 1 year 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 Declare local functions as static 7 months 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 Add support for high frame rate camera capture 7 months ago
options.h Add support for high frame rate camera capture 7 months 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 Fix PTS when not monotonically increasing 1 year ago
recorder.h Fix PTS when not monotonically increasing 1 year ago
scrcpy.c Add support for high frame rate camera capture 7 months ago
scrcpy.h Add specific exit code for device disconnection 2 years ago
screen.c Fix possible division by zero 11 months ago
screen.h Delay window resize when minimized 1 year ago
server.c Add support for high frame rate camera capture 7 months ago
server.h Add support for high frame rate camera capture 7 months ago
v4l2_sink.c Fix v4l2 sink 1 year ago
v4l2_sink.h Pass video size as codec metadata 1 year ago
version.c Print libusb version on --version 2 years ago
version.h Move version handling to a separate file 2 years ago