2
0
mirror of https://github.com/Genymobile/scrcpy synced 2025-08-22 01:47:37 +00:00

Commit Graph

  • 9bd0e08877 fixup sdl3.14 Romain Vimont 2025-08-12 19:04:01 +02:00
  • 8057835a0d Catch CTRL_BREAK_EVENT signal on Windows dev Filip Buda 2025-07-20 21:42:59 -04:00
  • 20a0f69e68 Build SDL3 for test step on Github Actions sdl3 Romain Vimont 2025-07-11 19:33:26 +02:00
  • 3c312c4268 Upgrade SDL build script for SDL3 Romain Vimont 2025-07-11 09:42:20 +02:00
  • df3b01ee68 Migrate from SDL2 to SDL3 Romain Vimont 2025-07-11 09:42:03 +02:00
  • a6b0baf56b Improve color space conversion Romain Vimont 2025-07-10 23:07:45 +02:00
  • 0f8ca6369a Set color range during texture creation Romain Vimont 2025-07-03 19:04:09 +02:00
  • a7206bc0ba Create texture on first frame Romain Vimont 2025-07-03 18:49:35 +02:00
  • a7f995c084 Remove prepare_for_frame() Romain Vimont 2025-07-03 18:36:17 +02:00
  • ff53e0a31b Handle mouse integer scrolling locally Romain Vimont 2025-06-29 18:22:46 +02:00
  • e47529ab9c Fix gl_context declared type Yan 2025-07-25 12:22:09 +02:00
  • e68e865d65 torch-wip torch Romain Vimont 2024-02-27 21:22:39 +01:00
  • 5a9e8ec7ba move block Romain Vimont 2024-02-27 20:55:06 +01:00
  • 939c8e7f68 Simplify settings access Romain Vimont 2025-07-17 18:26:44 +02:00
  • eb576c44f8 Replace __WINDOWS__ by _WIN32 Romain Vimont 2025-07-10 23:01:05 +02:00
  • 0522d02d40 Add missing includes Romain Vimont 2025-07-10 22:59:16 +02:00
  • 30bfc80f9b Fix style for 80-char limit Romain Vimont 2025-07-04 17:43:49 +02:00
  • c3d2ef1b1f Remove redundant ninja install for GA macOS runner Romain Vimont 2025-07-11 19:27:23 +02:00
  • a79ddc35a7 Update platform-tools checksums Romain Vimont 2025-07-11 19:28:59 +02:00
  • 04542a9f58 Fix window leak on icon error Romain Vimont 2025-07-17 13:19:15 +02:00
  • 8761dcb7a8 Fix SDL dependency script error message Romain Vimont 2025-07-16 19:07:58 +02:00
  • 6ef634977d issue6224 issue6224.1 Romain Vimont 2025-07-16 17:07:15 +02:00
  • cd22133384 simplify_settings simplify_settings Romain Vimont 2025-07-16 14:42:06 +02:00
  • ecde32dd01 Handle mouse integer scrolling locally issue6156.3 Romain Vimont 2025-06-29 18:22:46 +02:00
  • f01231dff8 Update links to 3.3.1 master v3.3.1 Romain Vimont 2025-06-20 20:14:42 +02:00
  • 5b18ce0d2e Bump version to 3.3.1 release Romain Vimont 2025-06-20 19:42:40 +02:00
  • 4841fdd1ef Add horizontal scrolling support for HID mouse Romain Vimont 2025-06-18 18:29:04 +02:00
  • fc75319bb2 Fix HID mouse support with SDL precise scrolling Romain Vimont 2025-06-18 18:26:13 +02:00
  • 7c8bdccbdc Extend value range for SDK mouse scrolling Romain Vimont 2025-06-20 09:06:10 +02:00
  • b81e0f92b5 Add horizontal scrolling support for HID mouse scroll Romain Vimont 2025-06-18 18:29:04 +02:00
  • be40ee5dd9 Fix HID mouse support with SDL precise input Romain Vimont 2025-06-18 18:26:13 +02:00
  • 0498459c1f Extend value range for SDK mouse scrolling Romain Vimont 2025-06-20 09:06:10 +02:00
  • 9787fe5d26 Preserve original scroll values in mouse event Romain Vimont 2025-06-19 20:50:26 +02:00
  • 1e5e2eed03 horizontal_scrolling_over_hid issue6156.2 Romain Vimont 2025-06-18 18:29:04 +02:00
  • 6c0b9dea12 integral_scroll Romain Vimont 2025-06-18 18:26:13 +02:00
  • 98d30288f7 Prepare the main looper earlier Romain Vimont 2025-06-17 21:02:41 +02:00
  • f9b3f973de acc_scroll issue6156.1 Romain Vimont 2025-06-16 23:11:40 +02:00
  • 02047ff102 Detect frame size mismatch in decoder video_session Romain Vimont 2025-06-15 12:37:07 +02:00
  • fe0bda4bc7 Properly handle session packets in delay_buffer Romain Vimont 2025-06-15 12:31:24 +02:00
  • f9a1803126 Add session metadata for video stream Romain Vimont 2025-05-10 10:23:02 +02:00
  • fa99c6bcdd Rename "codec meta" to "stream meta" Romain Vimont 2025-05-10 10:31:53 +02:00
  • d74cfd5711 Silence DiscouragedPrivateApi lint warning Romain Vimont 2025-06-13 09:40:20 +02:00
  • cd3a5d50b6 Create ClipboardManager from the main thread Romain Vimont 2025-06-13 09:24:36 +02:00
  • 772f42134a Use Context.CLIPBOARD_SERVICE directly Romain Vimont 2025-06-13 09:36:34 +02:00
  • 38256d8ff9 Fix deprecated brew command pr6149 berk ziya 2025-06-12 16:27:40 +03:00
  • 4e1cf13a50 Run a main looper in the cleanup process Romain Vimont 2025-06-12 09:03:39 +02:00
  • 696402c68c Update links to 3.3 Romain Vimont 2025-06-11 22:15:30 +02:00
  • dc169e425e Bump version to 3.3 v3.3 Romain Vimont 2025-06-11 19:39:48 +02:00
  • 13fc75902a Merge branch 'master' into release Romain Vimont 2025-06-11 19:39:09 +02:00
  • 454beaa757 Upgrade libusb (1.0.29) Romain Vimont 2025-06-11 19:39:02 +02:00
  • 1a9ffb3814 Upgrade SDL (2.32.8) Romain Vimont 2025-06-11 19:38:29 +02:00
  • ac16be54c8 Upgrade platform-tools (36.0.0) Romain Vimont 2025-06-11 19:36:22 +02:00
  • 8a02e3c2f5 Simplify ClipboardManager wrapper looper Romain Vimont 2025-04-17 18:09:55 +02:00
  • 283326b2f6 Run a main looper Romain Vimont 2025-06-05 20:33:15 +02:00
  • ca4f50c5ef Associate UHID devices to virtual displays Simon Chan 2025-04-16 14:26:24 +08:00
  • 7a3fe830d4 Synchronize access to DisplayManager Romain Vimont 2025-05-02 23:03:15 +02:00
  • ee414231ed Cache getDisplayInfo method Romain Vimont 2025-05-03 13:43:10 +02:00
  • 41ed40f5f9 Simplify InputManager wrapper Simon Chan 2025-04-25 12:31:22 +08:00
  • d2cc930975 Add app name SDL hint Colin Kinloch 2025-05-22 18:50:41 +01:00
  • 52f5d08d1f Avoid calling wait(0) Romain Vimont 2025-06-03 21:13:29 +02:00
  • 8314cecd35 Associate UHID devices to virtual displays pr6009.8 Simon Chan 2025-04-16 14:26:24 +08:00
  • 2f97112c27 Synchronize access to DisplayManager Romain Vimont 2025-05-02 23:03:15 +02:00
  • 1b946edf46 Cache getDisplayInfo method Romain Vimont 2025-05-03 13:43:10 +02:00
  • 384dcbbe36 Simplify InputManager wrapper Simon Chan 2025-04-25 12:31:22 +08:00
  • 3b36f29be9 Simplify ClipboardManager wrapper Romain Vimont 2025-04-17 18:09:55 +02:00
  • 70bfa2cf39 Remove useless flag in zsh completion script Romain Vimont 2025-05-15 19:51:36 +02:00
  • 38f779d9d3 Escape parentheses in zsh completion script hltdev8642 2025-05-09 09:42:01 -04:00
  • c21e8886b4 Remove useless flag in zsh completion script zsh Romain Vimont 2025-05-15 19:51:36 +02:00
  • 0034082d47 Escape parenthesis in zsh completion script hltdev8642 2025-05-09 09:42:01 -04:00
  • 8cd63cb63e Report specific error for INJECT_EVENT permission inject_events Romain Vimont 2025-05-09 18:22:40 +02:00
  • 30e030e83c Associate UHID devices to virtual displays pr6009.7 Simon Chan 2025-04-16 14:26:24 +08:00
  • 92661c4a70 Synchronize access to DisplayManager Romain Vimont 2025-05-02 23:03:15 +02:00
  • d63182ed38 Cache getDisplayInfo method Romain Vimont 2025-05-03 13:43:10 +02:00
  • 013ed78978 Simplify InputManager wrapper Simon Chan 2025-04-16 14:26:24 +08:00
  • eb89824641 Simplify ClipboardManager wrapper Romain Vimont 2025-04-17 18:09:55 +02:00
  • cc309a2b34 Build static linux binary on Ubuntu 22.04 Romain Vimont 2025-05-02 11:37:47 +02:00
  • 8de03156d5 Associate UHID devices to virtual displays pr6009.3 Simon Chan 2025-04-16 14:26:24 +08:00
  • 2912ab0421 Simplify InputManager wrapper Simon Chan 2025-04-16 14:26:24 +08:00
  • e35bbe81e4 Simplify ClipboardManager wrapper Romain Vimont 2025-04-17 18:09:55 +02:00
  • 91a4a74641 Move regex pattern initialization Romain Vimont 2025-04-25 10:23:08 +02:00
  • 48f38c4bb6 Fix default locked capture orientation Romain Vimont 2025-04-24 16:12:28 +02:00
  • 6875e9aa88 Revert "Fix AudioRecord package name for Android 16" Romain Vimont 2025-04-24 16:05:13 +02:00
  • c5ed2cfc28 Replace "licence" with "license" in README Nicholas Wilson 2025-04-18 09:54:59 -05:00
  • a8997525b2 clipboard_simplify clipboard_simplify.2 Romain Vimont 2025-04-17 18:09:55 +02:00
  • 363c9a5b3f clipboard_simplify clipboard_simplify Romain Vimont 2025-04-17 18:09:55 +02:00
  • 1a0d300786 Add missing --screen-off-timeout doc in manpage Romain Vimont 2025-04-14 18:07:37 +02:00
  • d2447b5c19 Fix --screen-off-timeout bash completion Romain Vimont 2025-04-14 18:05:08 +02:00
  • 5900e9e39c Remove irrelevant link in FAQ Romain Vimont 2025-04-07 10:30:56 +02:00
  • 882003f314 Fix segfault on SDL event without window Romain Vimont 2025-04-03 08:04:11 +02:00
  • db9dc6ae83 Make the snap version as obsolete tmp Romain Vimont 2025-04-01 11:04:34 +02:00
  • e0f37f834b Update links to 3.2 v3.2 Romain Vimont 2025-03-29 16:15:14 +01:00
  • 89b624770c Bump version to 3.2 Romain Vimont 2025-03-29 15:45:28 +01:00
  • 79227af89f Merge branch 'master' into release Romain Vimont 2025-03-29 15:44:29 +01:00
  • 5d12d9071d Upgrade FFmpeg (7.1.1) Romain Vimont 2025-03-29 15:06:00 +01:00
  • b7add42154 Upgrade SDL (2.32.2) Romain Vimont 2025-03-29 15:03:42 +01:00
  • dd1bfae4e0 Upgrade libusb (1.0.28) Romain Vimont 2025-03-29 15:02:38 +01:00
  • bef2d8473b Add more audio sources audio_sources Romain Vimont 2025-02-22 12:18:05 +01:00
  • 609719bde0 Refactor audio sources Romain Vimont 2025-02-22 11:40:24 +01:00
  • 3a0703f428 Handle audio stream discontinuities Romain Vimont 2025-02-16 17:38:27 +01:00
  • 245981281e Fix PTS produced by the default opus/flac encoders Romain Vimont 2025-03-02 17:09:43 +01:00