Andreas Rheinhardt
f5d5b80f3c
avcodec/mpegutils: Don't use MB_TYPE_L[01] for mpegvideo
...
MB_TYPE_L[01] is based upon H.264 terminology (it stands for
list); yet the mpegvideo based decoders don't have lists
of reference frames, they have at most one forward and one
backward reference. So use terminology based upon this.
This also has a second advantage: MB_TYPE_L[01] is actually
an OR of two flags (which are set independently for H.264,
but aren't for mpegvideo). Switching to different flags
makes the flags fit into an int16_t, which will be useful
in future commits.
The only downside to this is a very small amount of code
in error_resilience.c and mpegutils.c (the only code shared
between the H.264 decoder and mpegvideo).
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2024-06-20 18:58:38 +02:00
..
2024-06-12 03:33:45 +02:00
2024-06-04 11:46:27 +02:00
2024-06-04 11:46:27 +02:00
2024-06-07 13:14:46 +08:00
2024-06-13 20:36:09 -03:00
2024-06-18 11:49:27 +02:00
2024-06-12 13:23:30 +02:00
2024-06-04 11:46:27 +02:00
2024-06-12 18:38:41 +03:00
2024-06-13 20:36:09 -03:00
2024-06-09 17:16:02 -03:00
2024-06-08 00:22:36 +02:00
2024-06-09 12:29:49 -03:00
2024-06-08 00:22:40 +02:00
2024-06-08 00:22:40 +02:00
2024-06-13 20:36:09 -03:00
2024-06-15 21:00:05 +08:00
2024-06-20 09:12:24 -03:00
2024-06-20 09:12:24 -03:00
2024-06-20 09:12:24 -03:00
2024-06-13 20:36:09 -03:00
2024-06-13 20:36:09 -03:00
2024-06-13 23:14:26 +02:00
2024-06-04 11:46:27 +02:00
2024-06-09 10:59:33 +02:00
2024-06-20 20:33:23 +08:00
2024-06-04 11:46:27 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-08 00:22:35 +02:00
2024-06-13 20:36:09 -03:00
2024-06-18 21:18:30 +02:00
2024-06-18 21:18:30 +02:00
2024-06-18 21:18:30 +02:00
2024-06-18 21:18:30 +02:00
2024-06-13 20:36:09 -03:00
2024-06-11 17:39:34 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 11:53:49 +02:00
2024-06-13 20:36:09 -03:00
2024-06-12 11:47:49 +02:00
2024-06-13 20:36:09 -03:00
2024-06-13 20:36:09 -03:00
2024-06-12 10:37:16 +02:00
2024-06-20 18:58:38 +02:00
2024-06-20 18:58:38 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 11:26:51 +02:00
2024-06-12 11:19:44 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 11:44:13 +02:00
2024-06-12 11:14:13 +02:00
2024-06-20 18:58:38 +02:00
2024-06-13 20:36:09 -03:00
2024-06-13 20:36:09 -03:00
2024-06-04 11:46:27 +02:00
2024-06-13 23:14:26 +02:00
2024-06-13 23:14:26 +02:00
2024-06-07 21:42:24 +02:00
2024-06-12 11:47:49 +02:00
2024-06-12 11:36:09 +02:00
2024-06-12 11:36:09 +02:00
2024-06-20 18:58:38 +02:00
2024-06-20 18:58:38 +02:00
2024-06-15 10:25:17 -07:00
2024-06-19 12:58:22 +02:00
2024-06-15 21:00:05 +08:00
2024-06-07 21:42:25 +02:00
2024-06-16 12:30:59 +02:00
2024-06-05 19:39:35 +02:00
2024-06-15 21:00:05 +08:00
2024-06-14 21:28:10 +03:00
2024-06-13 23:14:26 +02:00
2024-06-04 11:46:27 +02:00
2024-06-07 13:14:46 +08:00
2024-06-12 11:47:49 +02:00
2024-06-12 12:03:00 +02:00
2024-06-08 00:22:35 +02:00
2024-06-20 18:58:38 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 11:53:20 +02:00
2024-06-20 18:58:38 +02:00
2024-06-13 20:36:09 -03:00
2024-06-12 11:53:49 +02:00
2024-06-12 11:54:57 +02:00
2024-06-12 11:54:57 +02:00
2024-06-20 18:58:38 +02:00
2024-06-20 18:58:38 +02:00
2024-06-20 18:58:38 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 11:38:13 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 13:24:20 +02:00
2024-06-12 11:47:49 +02:00
2024-06-12 13:25:10 +02:00
2024-06-12 12:03:00 +02:00
2024-06-12 12:03:00 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 12:03:00 +02:00
2024-06-12 11:38:13 +02:00
2024-06-11 17:39:35 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-04 11:46:27 +02:00
2024-06-13 20:36:09 -03:00
2024-06-13 20:36:09 -03:00
2024-06-13 23:14:26 +02:00
2024-06-13 20:36:09 -03:00
2024-06-13 20:36:09 -03:00
2024-06-08 00:22:35 +02:00
2024-06-08 00:22:35 +02:00
2024-06-13 20:36:09 -03:00
2024-06-13 20:36:09 -03:00
2024-06-12 11:53:49 +02:00
2024-06-13 20:36:09 -03:00
2024-06-13 20:36:09 -03:00
2024-06-04 11:46:27 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 10:37:11 +02:00
2024-06-12 11:47:49 +02:00
2024-06-12 11:44:13 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 11:44:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-13 20:36:09 -03:00
2024-06-12 11:54:57 +02:00
2024-06-04 11:46:27 +02:00
2024-06-11 17:39:34 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:26:51 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 12:07:49 +02:00
2024-06-20 18:58:38 +02:00
2024-06-12 11:37:33 +02:00
2024-06-12 12:03:00 +02:00
2024-06-11 17:39:35 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-12 11:38:13 +02:00
2024-06-15 21:00:05 +08:00
2024-06-12 11:38:13 +02:00
2024-06-13 20:36:09 -03:00
2024-06-07 21:42:24 +02:00
2024-06-13 20:36:09 -03:00
2024-06-12 11:26:51 +02:00
2024-06-12 11:26:51 +02:00
2024-06-20 18:58:38 +02:00