COMMITS
/ app/meson.build December 12, 2024
C
Set icon and server env paths for meson devenv
Colin Kinloch committed
R
Replace meson join_paths() by '/'
Romain Vimont committed
November 30, 2024
R
Expose sc_get_env() to read environment variable
Romain Vimont committed
November 21, 2024
R
Add static build option
Romain Vimont committed
November 17, 2024
R
Determine debugger command at runtime
Romain Vimont committed
September 25, 2024
R
Extract mouse capture
Romain Vimont committed
September 23, 2024
R
Split audio player
Romain Vimont committed
September 6, 2024
R
Add UHID gamepad support
Romain Vimont committed
R
Add AOA gamepad support
Romain Vimont committed
R
Implement HID gamepad
Romain Vimont committed
R
Extract sc_push_event()
Romain Vimont committed
February 25, 2024
R
Add UHID mouse support
Romain Vimont committed
January 12, 2024
S
Handle UHID output
Simon Chan committed
November 28, 2023
S
Add UHID keyboard support
Simon Chan committed
January 25, 2024
R
Rename default keyboard implementation to "sdk"
Romain Vimont committed
R
Extract mouse HID handling
Romain Vimont committed
R
Extract keyboard HID handling
Romain Vimont committed
January 1, 2024
R
Replace locks by atomics in audio player
Romain Vimont committed
November 24, 2023
R
Improve crossbuild
Romain Vimont committed
November 19, 2023
R
Add --display-orientation
Romain Vimont committed
June 1, 2023
R
Add --time-limit
Romain Vimont committed
March 31, 2023
R
Extract sc_display from sc_screen
Romain Vimont committed
March 27, 2023
R
Simplify clock estimation
Romain Vimont committed
Y
Fix debug build by adding compat.c to tests
Yan committed
March 2, 2023
R
Add audio player
Romain Vimont committed
R
Use delay buffer as a frame source/sink
Romain Vimont committed
R
Introduce frame source trait
Romain Vimont committed
R
Introduce packet source trait
Romain Vimont committed
March 1, 2023
R
Extract sc_delay_buffer
Romain Vimont committed
R
Remove sc_queue
Romain Vimont committed
R
Remove cbuf
Romain Vimont committed
February 28, 2023
R
Introduce VecDeque
Romain Vimont committed
R
Add sc_allocarray() util
Romain Vimont committed
R
Add compat for reallocarray()
Romain Vimont committed
R
Upgrade FFmpeg (6.0) for Windows
Romain Vimont committed
February 25, 2023
R
Introduce bytebuf util
Romain Vimont committed
February 18, 2023
R
Remove default bit-rate on client side
Romain Vimont committed
February 27, 2023
R
Use minimal prebuilt FFmpeg for Windows
Romain Vimont committed
R
Simplify libusb prebuilt scripts
Romain Vimont committed
February 10, 2023
R
Extract packet merging
Romain Vimont committed
January 27, 2023
R
Add random util
Romain Vimont committed
January 21, 2023
R
Add jrand48()/nrand48() compat functions
Romain Vimont committed
October 19, 2022
R
Build log.c for test_cli
Romain Vimont committed
June 27, 2022
R
Add scrcpy-console.desktop
Romain Vimont committed
R
Replace hardcoded 'share/' by datadir variable
Romain Vimont committed
October 14, 2018
A
Add desktop entry file for Linux app launchers
Addison Snelling committed
August 3, 2022
R
Rename buffer_util.h to binary.h
Romain Vimont committed
April 22, 2022
R
Upgrade libusb (1.0.26) for Windows
Romain Vimont committed
February 21, 2022
R
Add Bash completion script
Romain Vimont committed
February 10, 2022
H
Add ZSH completion script
hltdev8642 committed