Manuel Lauss
0226b6fb2c
avcodec/sanm: bl16: fix artifacts in larger videos
...
The DOS/Windows decoder precomputes a table of linear offsets of
all motion vectors given the current image width.
For larger widths (>=762), the pairs starting at indices 1 and 254
of motion_vectors[] will overflow the int16_t, changing the sign.
Playing back the 800x600 "jonesopn_8.snm" video of "Indiana Jones and
the Infernal Machine" reveals a lot of artifacts and a lot of
"Ignoring invalid motion vector (149, -41)->(136, 0), block size = 8"
messages, hinting at the wrong direction of the motion vectors.
Fix this by doing the calculation that the DOS/Windows players do,
let the value overflow and reextract the "new" mvec x/y components.
2025-08-18 09:11:09 +00:00
..
2025-08-08 14:21:50 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-10 01:21:44 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-07 03:07:44 +02:00
2025-08-08 18:29:41 +09:00
2025-08-08 16:55:12 +00:00
2025-08-03 13:48:47 +02:00
2025-08-15 20:45:20 +02:00
2025-08-03 13:48:47 +02:00
2025-07-15 16:27:31 +09:00
2025-08-03 13:48:47 +02:00
2025-08-08 14:21:36 +02:00
2025-07-10 13:01:15 +02:00
2025-08-08 18:29:41 +09:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-02 22:25:28 +00:00
2025-07-29 23:38:16 +02:00
2025-07-22 09:47:18 -03:00
2025-08-03 13:48:47 +02:00
2025-08-12 19:59:21 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-07 03:07:43 +02:00
2025-08-03 13:48:47 +02:00
2025-07-22 09:47:18 -03:00
2025-08-08 03:04:42 -07:00
2025-07-11 15:13:21 +02:00
2025-07-11 15:13:21 +02:00
2025-07-11 15:13:21 +02:00
2025-08-03 13:48:47 +02:00
2025-08-12 19:59:21 +00:00
2025-08-12 19:59:21 +00:00
2025-08-12 19:59:21 +00:00
2025-08-06 20:58:57 +00:00
2025-08-03 13:48:47 +02:00
2025-08-09 22:46:08 +00:00
2025-08-08 18:29:39 +09:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-20 01:05:23 +02:00
2025-08-03 13:48:47 +02:00
2025-08-08 03:02:57 -07:00
2025-08-08 03:02:57 -07:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:19:25 +00:00
2025-07-26 14:42:33 +02:00
2025-07-25 21:10:16 +02:00
2025-08-15 13:55:51 +00:00
2025-08-11 19:29:53 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-08 01:06:11 +09:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-05 03:27:53 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 21:33:29 +02:00
2025-08-04 19:45:45 +01:00
2025-08-13 10:12:07 +00:00
2025-07-28 17:41:38 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-05 03:27:53 +02:00
2025-08-12 12:21:09 +02:00
2025-08-03 13:48:47 +02:00
2025-08-07 19:44:59 +00:00
2025-08-02 22:25:28 +00:00
2025-07-22 12:37:31 -03:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:19:25 +00:00
2025-08-03 13:48:47 +02:00
2025-07-31 20:25:15 +02:00
2025-08-05 03:27:53 +02:00
2025-08-11 20:31:09 +02:00
2025-08-11 20:31:09 +02:00
2025-08-03 13:48:47 +02:00
2025-07-11 15:13:21 +02:00
2025-07-11 15:13:21 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-11 15:13:21 +02:00
2025-08-12 11:38:45 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-08 16:55:12 +00:00
2025-08-07 03:07:43 +02:00
2025-08-03 13:48:47 +02:00
2025-08-15 13:55:51 +00:00
2025-08-08 18:29:41 +09:00
2025-08-03 13:19:25 +00:00
2025-08-11 11:54:31 +02:00
2025-08-03 13:19:25 +00:00
2025-08-03 13:48:47 +02:00
2025-08-07 03:07:43 +02:00
2025-07-20 01:05:23 +02:00
2025-08-14 00:08:10 +00:00
2025-08-09 14:25:47 +00:00
2025-07-23 06:22:16 -04:00
2025-08-03 13:48:47 +02:00
2025-08-07 03:07:43 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-22 01:35:01 +02:00
2025-08-11 20:31:09 +02:00
2025-08-03 13:19:25 +00:00
2025-08-03 13:48:47 +02:00
2025-08-14 18:06:49 +02:00
2025-07-31 21:07:51 +00:00
2025-08-14 11:13:09 -03:00
2025-08-11 21:23:38 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-06 03:27:01 +00:00
2025-08-03 13:48:47 +02:00
2025-08-06 21:04:56 +00:00
2025-08-11 19:29:53 +00:00
2025-07-11 15:13:21 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-01 01:41:26 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-11 17:49:58 +02:00
2025-07-11 17:49:58 +02:00
2025-07-18 14:45:13 +08:00
2025-07-18 14:45:13 +08:00
2025-07-18 14:45:13 +08:00
2025-08-03 13:48:47 +02:00
2025-07-25 21:10:13 +02:00
2025-07-07 16:33:48 +02:00
2025-08-03 13:48:47 +02:00
2025-08-08 01:06:11 +09:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-08 01:06:11 +09:00
2025-08-08 01:06:11 +09:00
2025-08-08 01:06:11 +09:00
2025-08-15 15:06:58 +00:00
2025-08-11 19:29:53 +00:00
2025-08-02 06:11:39 +00:00
2025-08-08 18:29:40 +09:00
2025-08-08 18:29:40 +09:00
2025-08-02 06:11:39 +00:00
2025-08-03 13:48:47 +02:00
2025-08-05 03:27:54 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-16 00:24:52 +00:00
2025-08-18 09:11:09 +00:00
2025-08-11 11:54:31 +02:00
2025-07-28 17:41:38 +02:00
2025-07-20 01:05:24 +02:00
2025-08-08 03:04:42 -07:00
2025-08-08 03:04:42 -07:00
2025-08-08 03:04:42 -07:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-19 00:36:25 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 17:27:35 +00:00
2025-07-22 09:47:18 -03:00
2025-08-03 13:48:47 +02:00
2025-08-15 18:00:11 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-07-11 17:49:58 +02:00
2025-08-09 18:03:05 +02:00
2025-08-07 03:07:43 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-03 13:48:47 +02:00
2025-08-14 00:08:10 +00:00
2025-08-10 13:23:33 -04:00
2025-08-08 18:29:39 +09:00
2025-08-08 18:29:39 +09:00
2025-08-03 13:19:25 +00:00
2025-08-09 15:07:56 +09:00
2025-08-08 15:07:33 +00:00
2025-08-08 15:07:33 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-15 13:55:51 +00:00
2025-08-08 09:32:06 +00:00
2025-08-09 15:07:56 +09:00
2025-08-09 15:07:56 +09:00
2025-08-08 18:29:41 +09:00
2025-08-08 18:29:40 +09:00
2025-08-08 18:29:40 +09:00
2025-08-09 15:07:56 +09:00
2025-08-03 13:48:47 +02:00
2025-08-04 09:12:17 +00:00
2025-07-11 15:14:36 +02:00