Commit graph

  • c4ab65eb79 Remove useless '\n' in log Romain Vimont 2022-02-18 21:18:36 +0100
  • 6edf50d447 Remove fprintf() in tests Romain Vimont 2022-02-18 19:10:20 +0100
  • 4b018be789 Add --print-fps to enable FPS counter on start Romain Vimont 2022-02-17 20:08:41 +0100
  • fa93c8a91b Move FPS counter start/stop logs Romain Vimont 2022-02-17 20:10:09 +0100
  • 0e22032710 Update FAQ about Windows scaling behavior Romain Vimont 2022-02-17 21:59:35 +0100
  • 03705b828b Use sc_prefix for fps counter Romain Vimont 2022-02-17 19:55:14 +0100
  • 7a138c6929 Fix links in German README Firq 2022-02-16 08:42:46 +0100
  • 85edba20e7 Enforce deadline reached on timeout Romain Vimont 2022-02-16 18:29:30 +0100
  • 2a872c3865 Fix fps_counter tick type Romain Vimont 2022-02-16 18:11:40 +0100
  • b58b566fa5 Add German translation of README.md Firq 2022-02-14 23:58:12 +0100
  • ccbe370cc5 Add --no-cleanup option Romain Vimont 2022-02-13 17:17:01 +0100
  • bb991f829c Fix order of options Romain Vimont 2022-02-13 17:17:39 +0100
  • ca9e1a0514 Add compilation flag for USB features Romain Vimont 2022-02-12 12:38:40 +0100
  • cc27771dd1 Add compilation flag for V4L2 feature Romain Vimont 2022-02-12 12:33:40 +0100
  • d0ab8c0e7b Fix double adb tunnel closing Romain Vimont 2022-02-12 12:44:02 +0100
  • 5c62f3419d Rename buffer util functions with sc_ prefix Romain Vimont 2022-02-12 09:12:46 +0100
  • 044acc2259 Rename HEADER_SIZE to SC_PACKET_HEADER_SIZE Romain Vimont 2022-02-11 21:34:58 +0100
  • 6fc388f369 Remove unused BUFSIZE Romain Vimont 2022-02-11 21:34:12 +0100
  • 1c02b58412 Remove sc_demuxer_parse() Romain Vimont 2022-02-11 19:35:47 +0100
  • 67068e4e3d Pass key frame flag from the device Romain Vimont 2022-02-11 19:33:35 +0100
  • e3c2398aa2 Store packet flags in PTS most significant bits Romain Vimont 2022-02-11 19:31:01 +0100
  • 29c163959c Indent ifdef for clarity Romain Vimont 2022-02-10 09:06:29 +0100
  • 4a95c08d56 Improve error message for unsupported usb hotplug Romain Vimont 2022-02-10 07:37:33 +0100
  • 7848a387c8 Do not duplicate relative mouse mode state Romain Vimont 2022-02-09 21:06:16 +0100
  • 43ae418752 Fix USB device leak on connection error Romain Vimont 2022-02-10 08:46:14 +0100
  • 8d583d36e2 Move prebuilt-deps/ to app/ Romain Vimont 2022-02-09 23:10:38 +0100
  • 8498a2e8a6 Reorder release.mk recipes Romain Vimont 2022-02-09 23:01:49 +0100
  • c00a31f1b0 Pass --buildtype=release as a single meson arg Romain Vimont 2022-02-09 18:16:34 +0100
  • f86df817f9 Print libusb version on --version Romain Vimont 2022-02-08 21:28:55 +0100
  • 9a546ef1af Print both compiled and linked versions of libs Romain Vimont 2022-02-08 21:06:49 +0100
  • 9477594f80 Move version handling to a separate file Romain Vimont 2022-02-08 20:59:38 +0100
  • 29828aa330 Log device opening errors during listing Romain Vimont 2022-02-09 09:51:22 +0100
  • dc5276b0e1 Mention --select-usb and --select-tcpip in README Romain Vimont 2022-02-06 18:45:02 +0100
  • 582161607e Add option to select USB or TCP/IP devices Romain Vimont 2022-02-06 18:40:18 +0100
  • 146f65d7b2 Introduce adb device selector Romain Vimont 2022-02-06 16:06:46 +0100
  • 5ed13ef477 Execute adb start-server Romain Vimont 2022-02-06 15:28:23 +0100
  • 9c545e8c29 Remove sc_adb_get_serialno() Romain Vimont 2022-02-06 15:22:01 +0100
  • 0a619dc9ef Allow selecting a device from IP without port Romain Vimont 2022-02-06 15:11:35 +0100
  • 4692d13179 Expose simple API to select a single adb device Romain Vimont 2022-02-06 15:04:00 +0100
  • 02d46b2262 Expose function to test if a serial is TCP/IP Romain Vimont 2022-02-06 15:02:29 +0100
  • 4389de1c23 Add adb devices parser Romain Vimont 2022-02-05 22:32:40 +0100
  • 85ff70fc95 Refactor device configuration Romain Vimont 2022-02-05 21:20:12 +0100
  • 700503df6c List and select USB devices separately Romain Vimont 2022-02-05 19:34:45 +0100
  • 61969aeb80 Expose simple API to select a single USB device Romain Vimont 2022-02-05 19:12:59 +0100
  • b88c4aa75e Add move-function for sc_usb_device Romain Vimont 2022-02-05 19:07:53 +0100
  • 8c50342fb2 Move SC_PRIsizet to compat.h Romain Vimont 2022-02-05 18:55:10 +0100
  • 0eadf95a3e Rename function to destroy a list of USB devices Romain Vimont 2022-02-05 18:09:02 +0100
  • 6df2205cf3 Add generic LOG() macro with level parameter Romain Vimont 2022-02-05 14:18:12 +0100
  • 61b6324ee9 Remove LOGC() Romain Vimont 2022-02-05 14:06:03 +0100
  • f20137d2ac Improve USB device open log Romain Vimont 2022-02-07 13:10:53 +0100
  • b60809a4da Inline USB device opening Romain Vimont 2022-02-07 13:01:49 +0100
  • b0e04aa327 Remove log_libusb_error() Romain Vimont 2022-02-07 12:56:25 +0100
  • 137d2c9791 Remove confusing sc_str_truncate() Romain Vimont 2022-02-06 12:24:40 +0100
  • 6d41c53b61 Fix adb connect parsing Romain Vimont 2022-02-06 12:22:17 +0100
  • 8d540e83c7 Fix adb get-serialno parsing Romain Vimont 2022-02-06 12:18:17 +0100
  • 2ea12f73db Fix adb getprop parsing Romain Vimont 2022-02-06 12:17:39 +0100
  • 5d6bd8f9cd Fix adb device ip parsing Romain Vimont 2022-02-06 10:52:55 +0100
  • 5b3ae2cb2f Store actual serial in sc_server Romain Vimont 2022-02-04 20:49:35 +0100
  • 08f16a9dde Simplify switch to TCPIP function Romain Vimont 2022-02-04 19:42:42 +0100
  • 386cf7d7ac Build adb argv statically Romain Vimont 2022-02-05 10:07:13 +0100
  • 5e2bfccab4 Expose adb executable path publicly Romain Vimont 2022-02-05 09:37:00 +0100
  • ba30ca5c1e Rename adb_command to adb_executable Romain Vimont 2022-02-05 09:21:53 +0100
  • 028e7afe32 Assert non-NULL serial Romain Vimont 2022-02-05 09:51:18 +0100
  • 6ca9825c0f Assert "adb disconnect" is called with an argument Romain Vimont 2022-02-05 10:11:13 +0100
  • f807131c0a Remove useless undef Romain Vimont 2022-02-05 10:08:51 +0100
  • 21106bd70a Remove screensaver log Romain Vimont 2022-02-04 09:11:07 +0100
  • bd3c93ae3d Remove platform-tools installation suggestion Romain Vimont 2022-02-04 08:37:36 +0100
  • 9e3902f30c Use sc_ prefix for adb Romain Vimont 2022-02-03 23:04:01 +0100
  • 7810ca61b0 Move ADB code to adb/ Romain Vimont 2022-02-03 22:46:24 +0100
  • c460243ce2 Simplify demuxer Romain Vimont 2022-02-02 21:03:24 +0100
  • 7dec225ceb Rename stream to sc_demuxer Romain Vimont 2022-02-02 20:51:07 +0100
  • 4ee62abe1d Use sc_ prefix for recorder Romain Vimont 2022-02-02 19:37:28 +0100
  • 0080d0b0ff Use sc_ prefix for decoder Romain Vimont 2022-02-02 19:27:41 +0100
  • 0bf7e4ddc4 Add missing spaces in help CennoxX 2022-02-02 11:49:34 +0100
  • c0a75ca746 Downscale and retry also on early MediaCodec error Romain Vimont 2022-01-29 23:10:24 +0100
  • f02f2135cd Fix include for standard library header Romain Vimont 2022-02-01 21:36:37 +0100
  • 9b4360b6b8 Add warning in function documentation Romain Vimont 2022-02-01 21:35:02 +0100
  • c8d0f5cdeb Fix sc_str_truncate() documentation Romain Vimont 2022-02-01 21:28:26 +0100
  • 22d9f0faf4 Fix comment typo Romain Vimont 2022-02-01 21:09:02 +0100
  • a1967b4dfd Update FAQ.zh-Hans.md to v1.22 Cccc_owo 2022-01-30 11:02:16 +0800
  • a86deab3d4 Update README.zh-Hans.md to v1.22 Cccc_owo 2022-01-30 10:43:12 +0800
  • f4c7044b46 Update links to v1.22 Romain Vimont 2022-01-29 16:13:50 +0100
  • 64a09513ae Bump version to 1.22 Romain Vimont 2022-01-29 15:44:52 +0100
  • 28054cd471 Merge branch 'master' into dev Romain Vimont 2022-01-29 15:40:48 +0100
  • 334f46995a Update README.zh-Hans.md to v1.21 Cccc_owo 2022-01-28 16:09:03 +0800
  • 38cdcdda50 Improve prebuilt system Romain Vimont 2022-01-29 14:08:49 +0100
  • eaba613633 Revert "Upgrade platform-tools (32.0.0) for Windows" Romain Vimont 2022-01-29 11:46:39 +0100
  • b8d7f36ba3 Fix SC_EXIT_CODE_NONE value Romain Vimont 2022-01-29 08:05:59 +0100
  • 80bec70852 Add helper to log Windows system errors Romain Vimont 2022-01-28 09:05:36 +0100
  • 5508c635cb Enable mouse focus clickthrough in OTG mode Romain Vimont 2022-01-27 23:32:37 +0100
  • ea68a003a2 Make HID keyboard and mouse optional in OTG mode Romain Vimont 2022-01-26 22:50:10 +0100
  • c5be0d6438 Document OTG mode in README Romain Vimont 2022-01-26 22:30:57 +0100
  • 91418c79ab Add OTG mode Romain Vimont 2022-01-22 11:09:41 +0100
  • 36aaf70279 Move input event helpers Romain Vimont 2022-01-23 15:35:46 +0100
  • 1a03206e36 Detect USB device disconnection Romain Vimont 2022-01-24 20:02:05 +0100
  • 37987b822e Make acksync optional for AOA initialization Romain Vimont 2022-01-22 10:52:13 +0100
  • 8fc9dca8cb Make serial optional to find USB devices Romain Vimont 2022-01-26 22:15:23 +0100
  • 1c17f57c10 Find a list of devices instead of a single one Romain Vimont 2022-01-26 22:08:55 +0100
  • d8b37fe189 Wrap libusb_device Romain Vimont 2022-01-26 22:02:24 +0100
  • 0ee9e2ff51 Expose function to find a USB device Romain Vimont 2022-01-25 21:11:32 +0100