Romain Vimont
|
af15c72f9c
|
Cleanup includes
Improved manually with the help of neovim LSP warnings and iwyu:
iwyu -Ibuilddir/app/ -Iapp/src/ app/src/XXX.c
|
2024-12-23 12:19:47 +01:00 |
|
Romain Vimont
|
f4d1e49ad9
|
Add util functions to write in little-endian
This will be helpful for writing HID values.
PR #5270 <https://github.com/Genymobile/scrcpy/pull/5270>
|
2024-09-15 11:21:56 +02:00 |
|
Romain Vimont
|
1f138aef41
|
Add conversion from float to fixed-point i16
To encode float values between -1 and 1.
PR #3369 <https://github.com/Genymobile/scrcpy/pull/3369>
|
2022-08-28 15:23:08 +02:00 |
|
Romain Vimont
|
fd3483c837
|
Extract conversion from float to u16 fixed-point
PR #3369 <https://github.com/Genymobile/scrcpy/pull/3369>
|
2022-08-28 15:23:08 +02:00 |
|
Romain Vimont
|
041cdf6cf5
|
Rename buffer_util.h to binary.h
It will allow to expose more binary util functions not related to
buffers.
PR #3369 <https://github.com/Genymobile/scrcpy/pull/3369>
|
2022-08-28 15:23:08 +02:00 |
|