Niklas Haas
603334a043
avfilter/vf_premultiply: use correct premultiplication formula
...
The previous formula was introduced without justification in 6e713841e8 ,
and the only thing Paul had to say about it over IRC was that it was copied
from an unspecified source on the internet.
I decided to do some testing and came to the conclusion that this term not
only produces "illegal" files, but also lowers PSNR score, over the naive
implementation without this extra term.
Here are the results of a round-trip test, using allrgb/allyuv (respectively)
as the input, and fade=alpha=yes:n=256 to cycle through every possible alpha
value, comparing the round-trip output against the input:
Before patch:
PSNR r:26.677431 g:26.677431 b:26.677431 a:inf average:27.926818 min:6.012093 max:55.400791
PSNR y:26.677431 u:21.101981 v:21.101981 a:inf average:23.548981 min:9.013835 max:53.182303 (full)
PSNR y:27.348055 u:21.101981 v:21.101981 a:inf average:23.625238 min:9.554991 max:45.652221 (limited)
After patch:
PSNR r:27.321996 g:27.321996 b:27.321996 a:inf average:28.571384 min:6.012093 max:52.424553
PSNR y:27.321996 u:23.187879 v:23.187879 a:inf average:25.431773 min:9.013835 max:50.199232 (full)
PSNR y:27.868544 u:23.187879 v:23.187879 a:inf average:25.515660 min:9.554991 max:45.078298 (limited)
It's worth pointing out that previous version sometimes artificially inflates
PSNR by producing values that are too high (i.e. RGB > A), such as for the
input pair (R = 255, A = 2) which should give R = 2, but actually gives R = 3
under the old logic.
As a second evaluation without this shortcoming, here is a comparison against
the reference value computed with a floating point format:
Before patch:
PSNR r:53.600599 g:53.957833 b:53.540948 a:inf average:54.945316 min:50.508901 max:inf (premul only)
PSNR r:30.734183 g:30.734183 b:30.734183 a:inf average:31.983570 min:12.058264 max:inf (round-trip)
After patch:
PSNR r:61.751104 g:65.239091 b:61.339191 a:inf average:63.710714 min:55.441130 max:inf (premul only)
PSNR r:32.611851 g:32.611851 b:32.611851 a:inf average:33.861238 min:12.058264 max:inf (round-trip)
2025-07-28 10:56:10 +02:00
..
2024-08-19 21:48:04 +02:00
2025-04-01 18:28:26 +03:00
2024-08-05 21:16:26 +03:00
2025-04-22 20:45:57 +02:00
2025-02-18 10:44:53 +01:00
2025-07-21 18:03:22 -03:00
2024-05-31 22:22:43 +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
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
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
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
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
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
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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2024-08-19 21:48:04 +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
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-06-21 20:24:57 +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
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
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
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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01: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
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
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
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
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
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
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
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
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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -03:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2024-08-19 21:48:04 +02:00
2025-07-21 18:10:25 +02:00
2024-05-31 22:22:43 +03:00
2024-05-31 22:22:43 +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
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-05 21:10:36 +02:00
2025-01-12 15:41:40 +01:00
2024-08-19 21:48:04 +02:00
2024-08-19 21:45:25 +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
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
2024-08-19 21:48:04 +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
2025-07-22 09:47:18 -03:00
2025-07-22 09:47:18 -03:00
2025-01-12 15:41:40 +01:00
2025-03-12 17:00:24 +01:00
2025-07-03 21:41:54 +02:00
2025-07-14 22:05:10 +02:00
2025-07-14 22:05:10 +02:00
2024-08-19 21:48:04 +02:00
2025-07-03 21:41:54 +02:00
2025-01-25 21:56:49 -03:00
2025-07-03 21:41:54 +02:00
2025-01-25 21:56:49 -03:00
2024-08-19 21:48:04 +02:00
2024-05-30 18:14:31 +08:00
2024-05-30 18:13:46 +08:00
2024-05-30 18:14:31 +08:00
2025-04-22 20:59:16 +02:00
2024-10-13 20:54:07 -03:00
2024-08-19 21:48:04 +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
2025-07-22 09:47:18 -03:00
2025-06-21 17:28:39 +02: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-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
2025-07-17 12:26:05 +02:00
2025-06-11 19:26:22 +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
2025-07-03 21:41:54 +02:00
2025-01-12 15:41:40 +01:00
2024-09-02 11:55:20 +02:00
2024-11-09 19:33:56 -03:00
2025-07-14 22:03:36 +02:00
2025-07-14 22:03:36 +02:00
2024-10-13 13:54:03 +02:00
2024-08-19 21:48:04 +02:00
2024-10-01 09:57:58 +02:00
2025-07-21 18:10:25 +02:00
2024-08-19 21:48:04 +02:00
2024-08-15 19:34:24 +02:00
2025-04-03 06:04:57 +02:00
2025-04-03 06:04:57 +02:00
2024-07-10 18:10:08 +02:00
2024-07-01 22:31:02 +02:00
2024-08-19 21:48:04 +02:00
2024-10-07 09:33:52 -03:00
2024-10-07 09:33:52 -03:00
2025-06-23 13:40:52 +02:00
2025-03-11 14:17:01 +01:00
2025-03-28 14:33:08 -03:00
2025-02-10 16:25:23 +05:30
2025-02-10 16:25:23 +05:30
2025-07-17 12:26:05 +02:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2024-06-07 21:42:23 +02:00
2024-08-19 21:48:04 +02:00
2025-07-03 21:41:53 +02:00
2025-07-22 09:47:18 -03:00
2025-04-15 15:49:38 +02:00
2025-01-12 15:41:40 +01:00
2024-11-29 12:30:48 +08:00
2024-06-30 11:37:06 +02:00
2025-01-12 15:41:40 +01:00
2024-09-28 09:53:11 +02:00
2024-09-28 09:53:11 +02:00
2025-07-19 00:36:25 +02:00
2025-03-28 14:44:34 -03:00
2025-07-21 17:04:45 -03:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-02-10 19:59:26 +05:30
2025-02-10 19:59:26 +05:30
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
2025-02-18 10:44:54 +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
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-06-04 12:24:04 +02:00
2025-07-18 10:47:31 +02:00
2025-07-18 13:44:51 +02:00
2025-01-12 15:41:40 +01:00
2025-02-18 10:44:56 +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
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-02-18 10:44:53 +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
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
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
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
2025-07-21 18:10:25 +02:00
2025-07-21 18:10:25 +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
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
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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2025-07-19 00:07:45 -03: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
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-03-28 14:33:08 -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
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
2025-01-12 15:41:40 +01:00
2025-03-03 18:30:18 +08: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-03-28 14:33:08 -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
2025-03-28 14:33:08 -03:00
2025-03-28 14:33:08 -03:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01: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
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -03:00
2025-03-28 14:33:08 -03:00
2025-03-28 14:33:08 -03:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-02-18 10:44:54 +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
2025-01-12 15:41:40 +01:00
2025-07-17 12:26:05 +02:00
2025-01-12 15:41:40 +01:00
2025-07-17 12:26:05 +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
2025-01-12 15:41:40 +01:00
2025-05-28 12:21:27 +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
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
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
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
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
2025-01-12 15:41:40 +01:00
2025-07-17 12:26:05 +02:00
2025-03-28 14:33:08 -03:00
2025-01-12 15:41:40 +01:00
2025-05-21 16:10:55 +02:00
2025-03-28 14:33:08 -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
2025-01-12 15:41:40 +01:00
2025-06-20 15:13:25 +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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-06-28 23:54:40 +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
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-06-14 23:41:38 +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
2025-01-12 15:41:40 +01:00
2025-07-17 12:26:05 +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
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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-06-15 21:00:38 +05:30
2025-02-18 10:44:54 +01:00
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -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
2025-07-11 17:49:58 +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
2025-02-21 03:19:19 +01:00
2025-06-17 00:33:09 +02:00
2025-03-28 14:33:08 -03: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-03-11 14:17:01 +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
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
2025-01-12 15:41:40 +01:00
2025-07-28 10:56:10 +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
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
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
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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-02-10 16:25:23 +05:30
2024-11-01 17:10:34 +01:00
2025-03-28 14:33:08 -03:00
2025-02-10 16:25:23 +05:30
2025-02-10 16:25:23 +05:30
2025-02-10 16:25:23 +05:30
2025-06-16 20:44:52 +02:00
2025-05-28 12:21:27 +02:00
2025-07-17 12:26:05 +02:00
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -03:00
2025-05-07 10:52:44 +02:00
2025-01-12 15:41:40 +01:00
2025-03-11 14:17:01 +01:00
2025-07-01 22:46:22 +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
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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-02-04 00:14:14 +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
2024-10-04 10:03:34 +02:00
2024-10-04 10:03:34 +02:00
2025-03-11 14:17:01 +01:00
2025-01-12 15:41:40 +01:00
2025-03-11 14:17:01 +01:00
2025-01-12 15:41:40 +01: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-01-12 15:41:40 +01:00
2025-03-31 18:48:01 +05:30
2025-07-17 12:33:59 +02:00
2025-03-11 14:17:01 +01:00
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -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-03-22 03:35:28 +01:00
2025-03-11 14:17:01 +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
2025-01-12 15:41:40 +01:00
2025-02-18 10:44:55 +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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-01-15 01:27:46 +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
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
2025-02-10 19:59:26 +05:30
2025-01-12 15:41:40 +01:00
2025-03-28 14:33:08 -03:00
2025-07-22 09:47:18 -03:00
2025-03-28 14:33:08 -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
2025-01-12 15:41:40 +01:00
2025-04-22 20:45:57 +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
2025-01-12 15:41:40 +01:00
2025-01-12 15:41:40 +01:00
2025-03-22 03:35:28 +01:00
2024-08-19 21:48:04 +02:00
2024-09-12 19:13: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
2025-03-28 14:33:08 -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
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-02-18 10:44:53 +01:00
2024-10-06 01:21:41 +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