Philip Langdale
8ad6288553
avfilter/vf_libplacebo: add flag to inherit the input's Vulkan device
...
vf_libplacebo is unique in that it can function as both a Vulkan filter, and a
software filter, depending on how it the filter graph is configured. While this
is very flexible, it create a problem in situations where the filter does not
receive a Vulkan hw frames context up front. When that doesn't happen, it will
initialise its own standalone pl context, and then fail to interoperate with
a context provided via the input link. This then leads to graph failures.
There are two primary scenarios where this existing logic breaks what should
be valid configurations:
* When the global filter hw device is a cuda device and we use something like
`hwupload=derive_device=vulkan` to pass frames from cuda to vulkan
* In mpv (and probably other media players) which don't set the global filter
hw device at all. In this case, it's impossible to configure vf_libplacebo
to use a hw frames ctx, even if it's using Vulkan for everythng else. This
prevents the use of vf_libplacebo in any fully hardware accelerated pipeline
in mpv
There are various ways we could imagine addressing it - such as allowing the
filter to discard the initial pl context and recreating it based on the passed
in device, but it's easier to reason about if we add a flag that explicitly
tells the filter that it should inherit the device context from the input link.
This puts the filter into a mode that works like all the other Vulkan filters.
This requires explicit configuration from the user, but the intent is clearer,
and the user can always know when it's necessary as they define the filter
graph.
2026-07-09 13:25:09 +00:00
..
2026-01-09 16:10:10 +00:00
2026-04-04 11:31:16 +00:00
2026-07-03 21:29:36 +08:00
2025-04-01 18:28:26 +03:00
2025-12-16 17:30:29 +02:00
2026-02-03 21:07:29 +00:00
2026-05-22 14:06:03 +09:00
2026-06-23 19:15:57 +02:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-30 11:05:29 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-09-04 23:12:34 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2026-01-24 08:11:19 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2024-08-19 21:48:04 +02:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2026-05-30 21:37:33 -03:00
2026-01-24 08:11:19 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-17 00:03:14 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-08-03 13:48:47 +02:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2025-07-25 00:18:07 -03:00
2025-07-03 21:41:53 +02:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2025-08-03 13:48:47 +02:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-08-07 03:07:44 +02:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-05-25 22:21:41 +00:00
2026-01-24 08:11:19 +00:00
2026-02-26 11:40:16 +08:00
2026-03-13 21:31:54 +01:00
2025-01-12 15:41:40 +01:00
2026-03-21 00:44:30 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2025-10-07 14:51:46 -07:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2026-04-08 11:52:44 -03:00
2024-08-19 21:48:04 +02:00
2026-06-23 17:15:02 +02:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-04-10 15:12:18 +02:00
2024-08-19 21:45:25 +02:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-04-28 12:29:37 +00:00
2024-08-19 21:48:04 +02:00
2026-06-22 11:43:51 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-03-10 13:52:19 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2026-04-10 15:12:18 +02:00
2026-07-01 12:12:15 +00:00
2026-06-23 17:15:02 +02:00
2025-12-09 21:31:58 +00:00
2025-10-04 17:49:08 +02:00
2026-05-16 17:22:45 +00:00
2026-06-23 22:38:55 +00:00
2025-09-02 17:06:25 +02:00
2026-04-12 20:02:18 +00:00
2026-03-29 09:38:01 +00:00
2025-11-30 22:20:13 +01:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2026-03-06 03:21:37 +01:00
2024-08-19 21:48:04 +02:00
2026-06-22 20:06:40 +08:00
2026-06-22 20:06:40 +08:00
2025-09-02 17:06:25 +02:00
2025-09-02 17:06:25 +02:00
2024-08-19 21:48:04 +02:00
2025-08-12 09:01:39 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-06-03 01:45:08 +00:00
2025-06-21 17:28:39 +02:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-07-22 09:47:18 -03:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2025-06-11 19:26:22 +02:00
2025-12-14 12:41:00 +05:30
2025-01-12 15:41:40 +01:00
2026-06-08 02:20:53 +00:00
2026-06-13 21:41:05 +00:00
2026-04-28 12:29:37 +00:00
2026-01-19 09:33:49 +00:00
2026-04-10 22:02:00 +02:00
2026-04-10 15:12:18 +02:00
2025-07-14 22:03:36 +02:00
2025-07-14 22:03:36 +02:00
2025-09-26 12:24:04 -03:00
2025-08-03 13:48:47 +02:00
2024-08-19 21:48:04 +02:00
2026-07-05 09:02:40 +02:00
2026-02-10 19:44:46 +01:00
2026-02-10 19:44:46 +01:00
2026-06-23 19:22:21 +00:00
2024-08-19 21:48:04 +02:00
2026-02-14 12:21:10 +00:00
2026-02-14 12:21:10 +00:00
2025-04-03 06:04:57 +02:00
2025-04-03 06:04:57 +02:00
2025-08-03 13:48:47 +02:00
2024-08-19 21:48:04 +02:00
2025-11-30 22:20:13 +01:00
2024-10-07 09:33:52 -03:00
2025-08-03 13:48:47 +02:00
2025-09-02 17:06:25 +02:00
2025-03-28 14:33:08 -03:00
2025-08-03 13:48:47 +02:00
2026-04-28 06:14:38 +00:00
2025-09-30 15:39:39 +00:00
2026-06-23 19:22:21 +00:00
2025-11-30 22:20:13 +01:00
2026-05-15 18:19:40 -07:00
2025-01-12 15:41:40 +01:00
2024-08-19 21:48:04 +02:00
2025-07-03 21:41:53 +02:00
2026-01-24 08:11:19 +00:00
2026-01-05 20:41:59 +00:00
2025-01-12 15:41:40 +01:00
2025-08-11 19:29:53 +00:00
2025-08-03 13:48:47 +02:00
2025-07-29 22:10:05 +02:00
2026-01-24 08:11:19 +00:00
2024-09-28 09:53:11 +02:00
2026-01-24 08:11:19 +00:00
2026-06-23 19:15:57 +02:00
2026-06-26 02:47:51 +02:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-04-28 14:57:34 +00:00
2026-03-13 12:52:57 -03:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-12-03 11:52:54 +01:00
2026-04-21 08:28:45 +02:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-10-07 16:00:27 +00:00
2025-08-03 13:48:47 +02:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-05-22 14:06:03 +09:00
2026-06-13 21:41:05 +00:00
2025-12-16 17:30:23 +02:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2026-04-22 12:45:45 +02:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-03-10 13:52:19 +01:00
2026-06-13 21:41:05 +00:00
2026-07-02 03:16:42 +00:00
2025-01-12 15:41:40 +01:00
2026-06-28 19:33:23 +00:00
2026-04-21 08:28:45 +02:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-04-21 08:28:50 +02:00
2025-10-07 16:00:27 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2026-05-03 13:23:21 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-04-28 12:29:37 +00:00
2026-04-28 12:29:37 +00:00
2026-06-13 21:41:05 +00:00
2025-12-03 11:52:54 +01:00
2026-06-15 03:15:19 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-08-03 13:48:47 +02:00
2026-06-13 21:41:05 +00:00
2026-02-10 19:44:46 +01:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-03-06 01:45:09 -05:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2025-08-12 09:01:39 +00:00
2025-01-12 15:41:40 +01:00
2025-09-04 22:20:58 +02:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-09-26 16:15:46 +00:00
2026-06-22 20:06:40 +08:00
2025-01-12 15:41:40 +01:00
2025-08-12 09:01:39 +00:00
2026-06-02 00:52:03 +00:00
2026-04-28 12:29:37 +00:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-03-28 14:33:08 -03:00
2025-11-30 22:20:13 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2026-06-13 21:41:05 +00:00
2025-12-03 21:23:51 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-03-28 14:33:08 -03:00
2025-03-28 14:33:08 -03:00
2026-01-24 08:11:19 +00:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2026-02-10 19:44:46 +01:00
2026-04-21 08:28:50 +02:00
2025-01-12 15:41:40 +01:00
2025-09-02 17:06:25 +02:00
2025-01-12 15:41:40 +01:00
2026-02-26 11:40:16 +08:00
2025-11-30 22:20:13 +01:00
2025-01-12 15:41:40 +01:00
2026-04-21 16:47:05 +00:00
2025-08-12 09:01:39 +00:00
2025-01-12 15:41:40 +01:00
2026-04-30 08:33:31 -05:00
2025-11-17 12:18:12 +01:00
2025-11-17 12:18:12 +01:00
2025-11-30 22:20:13 +01:00
2025-01-12 15:41:40 +01:00
2025-11-30 22:20:13 +01:00
2026-04-21 08:28:50 +02:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-03-09 19:07:34 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-09-21 11:02:41 +00:00
2025-11-30 22:20:13 +01:00
2025-09-21 11:02:41 +00:00
2025-01-12 15:41:40 +01:00
2026-04-21 08:28:49 +02:00
2026-05-03 13:25:48 +00:00
2026-06-13 21:41:05 +00:00
2026-03-27 21:00:53 -03:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-01-02 23:46:42 +08:00
2026-07-09 13:25:09 +00:00
2025-08-12 09:01:39 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-07-02 18:23:18 +02:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-01-27 17:05:27 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-02-26 11:40:16 +08:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-04-26 16:05:11 +08:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-12-08 21:31:13 +00:00
2026-06-13 21:41:05 +00:00
2026-01-09 16:10:10 +00:00
2025-06-15 21:00:38 +05:30
2026-05-22 14:06:01 +09:00
2026-06-13 21:41:05 +00:00
2026-01-09 16:10:10 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-10-16 18:41:19 +02:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-07-11 17:49:58 +02:00
2025-08-03 13:48:47 +02:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2025-08-03 13:48:47 +02:00
2026-04-22 12:45:45 +02:00
2026-06-13 21:41:05 +00:00
2025-09-02 17:06:25 +02:00
2025-01-12 15:41:40 +01:00
2025-07-04 01:32:27 +02:00
2025-07-04 01:32:27 +02:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-09-02 17:06:25 +02:00
2026-01-24 08:11:19 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-07-05 00:41:30 +00:00
2025-10-07 14:51:46 -07:00
2026-06-13 21:41:05 +00:00
2026-05-15 20:29:29 +02:00
2026-05-15 20:29:29 +02:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-12-03 11:52:54 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-11-30 22:20:13 +01:00
2025-01-12 15:41:40 +01:00
2026-07-05 22:31:27 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-30 11:15:33 +00:00
2025-01-12 15:41:40 +01:00
2025-09-02 17:06:25 +02:00
2025-01-12 15:41:40 +01:00
2026-07-08 12:37:35 +00:00
2026-06-23 19:22:21 +00:00
2026-06-23 19:22:21 +00:00
2026-06-10 15:08:12 +00:00
2026-04-28 06:14:38 +00:00
2026-04-28 06:14:38 +00:00
2026-04-28 06:14:38 +00:00
2026-04-28 06:14:38 +00:00
2026-04-28 06:14:38 +00:00
2026-05-31 21:20:54 +00:00
2026-04-22 12:45:40 +02:00
2025-08-12 09:01:39 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-03-28 14:33:08 -03:00
2025-10-28 20:46:21 +01:00
2026-06-13 21:41:05 +00:00
2025-12-03 11:52:54 +01:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-01-12 15:41:40 +01:00
2025-10-15 19:43:37 +02:00
2026-03-11 10:23:35 +01:00
2025-01-12 15:41:40 +01:00
2026-04-13 19:49:32 +08:00
2026-06-13 21:41:05 +00:00
2024-10-04 10:03:34 +02:00
2024-10-04 10:03:34 +02:00
2026-01-03 21:31:30 -03:00
2026-06-13 21:41:05 +00:00
2026-06-23 03:57:25 +00:00
2026-06-13 21:41:05 +00:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -03:00
2025-11-30 22:20:13 +01:00
2026-06-13 21:41:05 +00:00
2026-06-24 12:18:15 +00:00
2026-06-13 21:41:05 +00:00
2025-09-02 17:06:25 +02:00
2026-03-27 19:42:08 -03:00
2026-02-10 19:44:43 +01:00
2025-01-12 15:41:40 +01:00
2026-02-26 11:40:16 +08:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-09-02 17:06:25 +02:00
2026-06-24 12:18:15 +00:00
2026-04-20 21:08:21 +02:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-04-21 08:28:50 +02:00
2026-06-13 21:41:05 +00:00
2025-12-03 11:52:54 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2025-08-03 13:48:47 +02:00
2026-04-21 08:28:45 +02:00
2026-07-07 17:43:18 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-04-01 21:56:37 +08:00
2026-06-26 21:15:23 +00:00
2025-08-12 09:01:39 +00:00
2025-01-12 15:41:40 +01:00
2026-03-31 11:17:51 +00:00
2026-01-24 08:11:19 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-04-21 09:39:54 +02:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-04-22 20:45:57 +02:00
2025-01-12 15:41:40 +01:00
2026-06-28 19:33:23 +00:00
2025-01-12 15:41:40 +01:00
2026-06-13 21:41:05 +00:00
2026-06-13 21:41:05 +00:00
2025-01-12 15:41:40 +01:00
2026-01-24 08:11:19 +00:00
2026-04-10 15:12:18 +02:00
2024-09-12 19:13:21 +02:00
2025-01-12 15:41:40 +01:00
2026-01-29 22:33:33 +01:00
2025-01-12 15:41:40 +01:00
2025-09-17 14:50:41 +00:00
2025-09-14 11:45:11 +00:00
2026-07-06 06:39:19 +00:00
2025-09-18 01:04:59 +00:00
2025-09-14 11:45:11 +00:00
2025-09-14 20:33:24 +02:00
2025-03-28 14:33:08 -03:00
2026-01-24 08:11:19 +00:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2026-02-26 11:40:16 +08:00
2025-01-12 15:41:40 +01:00
2026-04-21 08:28:50 +02:00
2026-04-28 12:29:37 +00:00
2026-04-21 08:28:45 +02:00
2026-04-21 08:28:45 +02:00
2024-10-06 01:21:44 +02:00
2024-10-06 01:21:44 +02:00
2024-10-07 09:33:52 -03:00
2025-03-28 14:33:08 -03:00