Commit Graph

  • 5d3a0e14c3 Improve color space conversion Romain Vimont 2025-07-10 23:07:45 +02:00
  • 1917f1c427 Set color range during texture creation Romain Vimont 2025-07-03 19:04:09 +02:00
  • 44761099eb Create texture on first frame Romain Vimont 2025-07-03 18:49:35 +02:00
  • 993bc729d4 Remove prepare_for_frame() Romain Vimont 2025-07-03 18:36:17 +02:00
  • 98570a6d49 Handle mouse integer scrolling locally Romain Vimont 2025-06-29 18:22:46 +02:00
  • 7e66062086 Extract function to execute code on a handler Romain Vimont 2025-11-28 22:31:26 +01:00
  • 6f9eb31d52 Add missing test for START_APP serialization Romain Vimont 2025-11-25 00:06:10 +01:00
  • 9cfa5b197a Create Application instance via instrumentation Romain Vimont 2025-11-23 14:33:50 +01:00
  • b08093d1c0 Fix incorrect icon filename in build documentation paradoxskin 2025-11-19 23:14:46 +08:00
  • 7dd9bcaf60 Prevent error log interleaving pr6487 valord577 2025-11-18 15:23:07 +08:00
  • 4a4f27201c Fix SDL colorspace matching AVCOL_SPC_RGB sdl3.27 dddddjent 2025-09-15 11:13:06 -04:00
  • b35ddb3026 Build SDL3 for test step on Github Actions Romain Vimont 2025-07-11 19:33:26 +02:00
  • 3a0395b811 Upgrade SDL build script for SDL3 Romain Vimont 2025-10-30 22:33:51 +01:00
  • 69bc505517 Check programming errors reported by SDL3 Romain Vimont 2025-10-14 00:25:16 +02:00
  • c2c04bd3de Remove workaround for macOS TODO Romain Vimont 2025-10-14 00:04:38 +02:00
  • 9546a7cc2e Migrate from SDL2 to SDL3 Romain Vimont 2025-07-11 09:42:03 +02:00
  • 5770123ca8 Improve color space conversion Romain Vimont 2025-07-10 23:07:45 +02:00
  • f6230940b9 Set color range during texture creation Romain Vimont 2025-07-03 19:04:09 +02:00
  • 7102ae2b00 Create texture on first frame Romain Vimont 2025-07-03 18:49:35 +02:00
  • 6c4c986725 Remove prepare_for_frame() Romain Vimont 2025-07-03 18:36:17 +02:00
  • 4b97f96f38 Handle mouse integer scrolling locally Romain Vimont 2025-06-29 18:22:46 +02:00
  • 3530851071 Fix uncaught exception handler Romain Vimont 2025-11-04 20:35:39 +01:00
  • d0047b2110 Do not fail when uniqueId field is missing Romain Vimont 2025-11-01 00:34:20 +01:00
  • 613f7a653e Fix SDL colorspace matching AVCOL_SPC_RGB sdl3.26 dddddjent 2025-09-15 11:13:06 -04:00
  • e3f7e74c76 Build SDL3 for test step on Github Actions Romain Vimont 2025-07-11 19:33:26 +02:00
  • 6bb3ecaa44 Upgrade SDL build script for SDL3 Romain Vimont 2025-10-30 22:33:51 +01:00
  • b137ac37ac Check programming errors reported by SDL3 Romain Vimont 2025-10-14 00:25:16 +02:00
  • 816b9a1741 Remove workaround for macOS TODO Romain Vimont 2025-10-14 00:04:38 +02:00
  • 462cd8d615 Migrate from SDL2 to SDL3 Romain Vimont 2025-07-11 09:42:03 +02:00
  • 6e16d0503b Improve color space conversion Romain Vimont 2025-07-10 23:07:45 +02:00
  • 5d6c9f3bdb Set color range during texture creation Romain Vimont 2025-07-03 19:04:09 +02:00
  • 49cd7f5f5f Create texture on first frame Romain Vimont 2025-07-03 18:49:35 +02:00
  • 29875fb11f Remove prepare_for_frame() Romain Vimont 2025-07-03 18:36:17 +02:00
  • 7285ad93bc Handle mouse integer scrolling locally Romain Vimont 2025-06-29 18:22:46 +02:00
  • 3281fda6ef Set URL explicitly in dependency build scripts Romain Vimont 2025-10-30 22:31:16 +01:00
  • 925949d54a Refactor dependency build scripts initialization Romain Vimont 2025-10-30 22:26:51 +01:00
  • 212bb119f5 URL cleandeps.3 Romain Vimont 2025-10-26 22:47:52 +01:00
  • f348f069cc simplify Romain Vimont 2025-10-25 15:14:10 +02:00
  • 9521b2f22a meson-wrap-subprojects wip subprojects.1 Romain Vimont 2025-10-24 19:31:28 +02:00
  • f3d4fde15b Fix handling of non-integer ANDROID_PLATFORM Yan 2025-10-05 22:53:22 +02:00
  • eee3f24739 Upgrade Gradle and use Android SDK 36 Romain Vimont 2025-10-19 17:02:35 +02:00
  • b96b81e031 Fix SDL colorspace matching AVCOL_SPC_RGB sdl3.24 dddddjent 2025-09-15 11:13:06 -04:00
  • 9ed71944ac Build SDL3 for test step on Github Actions Romain Vimont 2025-07-11 19:33:26 +02:00
  • 2e9b8c0009 Upgrade SDL build script for SDL3 Romain Vimont 2025-07-11 09:42:20 +02:00
  • a9a8fb190c Check programming errors reported by SDL3 Romain Vimont 2025-10-14 00:25:16 +02:00
  • 1c8063e0ab Add a wrapper for some SDL functions Romain Vimont 2025-10-13 23:36:39 +02:00
  • e59d40ebc7 Remove workaround for macOS TODO Romain Vimont 2025-10-14 00:04:38 +02:00
  • e0025ef185 Detect frame size mismatch in decoder dev4 Romain Vimont 2025-06-15 12:37:07 +02:00
  • 67bb26d62a Properly handle session packets in delay_buffer Romain Vimont 2025-06-15 12:31:24 +02:00
  • 34df0b476a Add session metadata for video stream Romain Vimont 2025-05-10 10:23:02 +02:00
  • 6072409048 Rename "codec meta" to "stream meta" Romain Vimont 2025-05-10 10:31:53 +02:00
  • d16c9e3a26 Remove workaround for macOS TODO Romain Vimont 2025-10-12 12:10:33 +02:00
  • f6dd00540e Fix SDL colorspace matching AVCOL_SPC_RGB dddddjent 2025-09-15 11:13:06 -04:00
  • 1d2d7d7965 Build SDL3 for test step on Github Actions Romain Vimont 2025-07-11 19:33:26 +02:00
  • 79ab94c5a9 Upgrade SDL build script for SDL3 Romain Vimont 2025-07-11 09:42:20 +02:00
  • ae47396e27 Explicitly ignore useless SDL3 API return values Romain Vimont 2025-10-07 20:16:06 +02:00
  • 61fa8cefd6 Migrate from SDL2 to SDL3 Romain Vimont 2025-07-11 09:42:03 +02:00
  • 7698ae6f3d Remove workaround for macOS TODO sdl3.18 Romain Vimont 2025-10-12 12:10:33 +02:00
  • e3fb943d03 fixes Romain Vimont 2025-10-07 20:16:06 +02:00
  • b1feb6b4bf Fix SDL colorspace matching AVCOL_SPC_RGB dddddjent 2025-09-15 11:13:06 -04:00
  • 5e15e6faa3 Build SDL3 for test step on Github Actions Romain Vimont 2025-07-11 19:33:26 +02:00
  • 4bf05c2415 Upgrade SDL build script for SDL3 Romain Vimont 2025-07-11 09:42:20 +02:00
  • f033172b11 Migrate from SDL2 to SDL3 Romain Vimont 2025-07-11 09:42:03 +02:00
  • 808900468b Improve color space conversion Romain Vimont 2025-07-10 23:07:45 +02:00
  • e66d012ab7 Set color range during texture creation Romain Vimont 2025-07-03 19:04:09 +02:00
  • b266119fdf Create texture on first frame Romain Vimont 2025-07-03 18:49:35 +02:00
  • 1680673d04 Remove prepare_for_frame() Romain Vimont 2025-07-03 18:36:17 +02:00
  • 60970b8214 Handle mouse integer scrolling locally Romain Vimont 2025-06-29 18:22:46 +02:00
  • 3e40b24737 Fix UHID_OUTPUT message parsing Romain Vimont 2025-10-09 09:26:47 +02:00
  • 9562bd7ee2 fix sdl3.17 Romain Vimont 2025-10-07 20:16:06 +02:00
  • 7ba1785183 Fix SDL colorspace matching AVCOL_SPC_RGB dddddjent 2025-09-15 11:13:06 -04:00
  • c59835a0e9 Build SDL3 for test step on Github Actions Romain Vimont 2025-07-11 19:33:26 +02:00
  • aea678a8df Upgrade SDL build script for SDL3 Romain Vimont 2025-07-11 09:42:20 +02:00
  • 6bb2415d13 Migrate from SDL2 to SDL3 Romain Vimont 2025-07-11 09:42:03 +02:00
  • 70557fbe83 Improve color space conversion Romain Vimont 2025-07-10 23:07:45 +02:00
  • 018a6513dc Set color range during texture creation Romain Vimont 2025-07-03 19:04:09 +02:00
  • 34bacd9758 Create texture on first frame Romain Vimont 2025-07-03 18:49:35 +02:00
  • d36aa75591 Remove prepare_for_frame() Romain Vimont 2025-07-03 18:36:17 +02:00
  • 3ffe258264 Handle mouse integer scrolling locally Romain Vimont 2025-06-29 18:22:46 +02:00
  • 9d7a4c88e0 Apply workarounds in the cleanup process Romain Vimont 2025-10-05 21:34:59 +02:00
  • e5e58b1b30 Upgrade links to 3.3.3 v3.3.3 Romain Vimont 2025-09-27 16:10:10 +02:00
  • 10a0974f43 Bump version to 3.3.3 Romain Vimont 2025-09-23 21:16:29 +02:00
  • be21e43be5 Fix frame leak on pending frame update Romain Vimont 2025-09-23 20:18:26 +02:00
  • bfb0872493 Avoid resetting pending frame Romain Vimont 2025-09-23 20:17:27 +02:00
  • e11399aff0 Ignore unknown methods in IDisplayWindowListener Romain Vimont 2025-09-18 10:01:29 +02:00
  • e5d44ce865 Ignore unknown methods in IDisplayWindowListener abstract_method Romain Vimont 2025-09-18 10:01:29 +02:00
  • 76352d3d6c Fix SDL colorspace matching AVCOL_SPC_RGB sdl3.16 dddddjent 2025-09-15 11:13:06 -04:00
  • e9fbda8f75 Build SDL3 for test step on Github Actions Romain Vimont 2025-07-11 19:33:26 +02:00
  • 455f419f77 Upgrade SDL build script for SDL3 Romain Vimont 2025-07-11 09:42:20 +02:00
  • edee488ec0 Migrate from SDL2 to SDL3 Romain Vimont 2025-07-11 09:42:03 +02:00
  • 96e4dcc590 Improve color space conversion Romain Vimont 2025-07-10 23:07:45 +02:00
  • af70cf4fc0 Set color range during texture creation Romain Vimont 2025-07-03 19:04:09 +02:00
  • b4faea676f Create texture on first frame Romain Vimont 2025-07-03 18:49:35 +02:00
  • a09bba555e Remove prepare_for_frame() Romain Vimont 2025-07-03 18:36:17 +02:00
  • 567d7e9e4e Handle mouse integer scrolling locally Romain Vimont 2025-06-29 18:22:46 +02:00
  • 9d56d26d45 Make virtual display presentable pr6344 David Griswold 2025-09-11 15:36:14 +03:00
  • f663bbec12 Update links to 3.3.2 v3.3.2 Romain Vimont 2025-09-06 14:54:36 +02:00
  • 2506d1768b Bump version to 3.3.2 Romain Vimont 2025-09-06 14:33:49 +02:00
  • 4ee94cb845 Workaround clipboard issue on Samsung devices Romain Vimont 2025-09-06 14:25:27 +02:00
  • 6b4e8e8e59 Bump version to 3.3.2 release Romain Vimont 2025-09-06 14:33:49 +02:00