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-02 22:31:41 +02:00
2024-06-13 20:36:09 -03:00
2024-06-09 17:16:02 -03:00
2024-05-20 12:06:50 +02:00
2024-05-20 11:58:07 +02:00
2024-05-20 12:06:31 +02: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-05-20 11:58:07 +02:00
2024-05-20 11:58:07 +02:00
2024-05-20 11:58:07 +02:00
2024-05-20 14:11:03 +02:00
2024-05-20 14:11:25 +02:00
2024-05-20 14:11:25 +02:00
2024-06-13 20:36:09 -03:00
2024-05-20 12:06:31 +02:00
2024-05-20 12:06:31 +02:00
2024-05-20 12:06:31 +02: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-05-31 14:18:33 +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-05-20 11:58:07 +02:00
2024-05-20 14:11:25 +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-05-24 19:05:57 +02:00
2024-05-24 09:23:00 -03:00
2024-05-24 09:23:00 -03:00
2024-06-12 11:47:49 +02:00
2024-05-20 12:06:31 +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-05-22 19:15:39 +03:00
2024-05-22 19:15:39 +03: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-05-28 18:11:57 +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-05-30 21:30:52 -07:00
2024-05-20 13:51:55 +02:00
2024-05-20 13:51:55 +02:00
2024-05-20 13:51:55 +02: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-05-31 13:36:02 -03: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-02 22:31:41 +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-05-27 19:20:18 +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-05-31 11:24:37 -03:00
2024-06-02 22:31:42 +02: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-05-28 03:48:04 +02:00
2024-05-29 10:46:54 +08:00
2024-05-27 09:38:46 +08:00
2024-06-04 11:46:27 +02:00
2024-05-29 10:46:54 +08: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-05-31 22:22:43 +03:00
2024-06-02 22:31:41 +02:00
2024-06-01 18:01:29 +02:00
2024-06-02 18:34:44 +02:00
2024-06-02 18:34:44 +02:00
2024-06-12 11:38:13 +02:00
2024-06-03 14:13:34 +02:00
2024-06-13 20:36:09 -03:00
2024-06-12 11:54:57 +02:00
2024-06-03 16:38:32 +02:00
2024-05-29 10:49:35 +08:00
2024-05-29 10:47:43 +08:00
2024-05-29 10:47:43 +08:00
2024-06-04 11:46:27 +02:00
2024-05-29 10:52:10 +08:00
2024-06-11 17:39:34 +02:00
2024-05-29 10:47:43 +08: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-05-29 10:47:43 +08:00
2024-05-29 10:47:43 +08: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-05-31 14:18:33 +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-05-28 03:48:08 +02:00
2024-06-13 20:36:09 -03:00
2024-06-07 21:42:24 +02:00
2024-05-29 16:57:02 +03:00
2024-05-29 16:57:02 +03:00
2024-05-27 12:23:40 +02:00
2024-06-13 20:36:09 -03:00
2024-06-02 22:29:23 +02:00
2024-06-02 22:29:23 +02: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