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 5beb7d6c02 Reorder decoder functions
This will make further commits more readable.
3 years ago
..
android Remove AINPUT_SOURCE_ANY value 6 years ago
sys Replace SDL_strdup() by strdup() 4 years ago
trait Add packet sink trait 3 years ago
util Assert non-recursive usage of mutexes 4 years ago
adb.c Replace SDL_strdup() by strdup() 4 years ago
adb.h Define feature test macros in common.h 4 years ago
cli.c Remove option --render-expired-frames 3 years ago
cli.h Define feature test macros in common.h 4 years ago
common.h Add container_of() macro 3 years ago
compat.c Provide strdup() compat 4 years ago
compat.h Remove compat with old FFmpeg codec params API 3 years ago
control_msg.c Add control message to expand settings panel 3 years ago
control_msg.h Add control message to expand settings panel 3 years ago
controller.c Wrap SDL thread functions into scrcpy-specific API 4 years ago
controller.h Wrap SDL thread functions into scrcpy-specific API 4 years ago
coords.h Move common structs to coords.h 4 years ago
decoder.c Reorder decoder functions 3 years ago
decoder.h Make video_buffer more generic 3 years ago
device.c Group common includes into common.h 4 years ago
device.h Define feature test macros in common.h 4 years ago
device_msg.c Replace SDL_strdup() by strdup() 4 years ago
device_msg.h Replace SDL_strdup() by strdup() 4 years ago
event_converter.c Group common includes into common.h 4 years ago
event_converter.h Define feature test macros in common.h 4 years ago
events.h Remove unused custom event 4 years ago
file_handler.c Wrap SDL thread functions into scrcpy-specific API 4 years ago
file_handler.h Wrap SDL thread functions into scrcpy-specific API 4 years ago
fps_counter.c Wrap SDL thread functions into scrcpy-specific API 4 years ago
fps_counter.h Wrap SDL thread functions into scrcpy-specific API 4 years ago
icon.xpm Add window icon 7 years ago
input_manager.c Add mouse shortcut to expand settings panel 3 years ago
input_manager.h Count repeated identical key events 3 years ago
main.c Define feature test macros in common.h 4 years ago
opengl.c Enable trilinear filtering for OpenGL 5 years ago
opengl.h Define feature test macros in common.h 4 years ago
receiver.c Wrap SDL thread functions into scrcpy-specific API 4 years ago
receiver.h Wrap SDL thread functions into scrcpy-specific API 4 years ago
recorder.c Expose recorder as packet sink 3 years ago
recorder.h Expose recorder as packet sink 3 years ago
scrcpy.c Remove option --render-expired-frames 3 years ago
scrcpy.h Remove option --render-expired-frames 3 years ago
screen.c Make video_buffer more generic 3 years ago
screen.h Make video_buffer more generic 3 years ago
server.c Ensure get_server_path() retval is freeable 3 years ago
server.h Support power off on close 4 years ago
stream.c Privatize recorder threading 3 years ago
stream.h Remove option --render-expired-frames 3 years ago
tiny_xpm.c Group common includes into common.h 4 years ago
tiny_xpm.h Define feature test macros in common.h 4 years ago
video_buffer.c Make video_buffer more generic 3 years ago
video_buffer.h Make video_buffer more generic 3 years ago