Philip Langdale
d75c4693fe
lavu/pixfmt: Add P012, Y212, XV30, and XV36 formats
...
These are the formats we want/need to use when dealing with the Intel
VAAPI decoder for 12bit 4:2:0, 12bit 4:2:2, 10bit 4:4:4 and 12bit 4:4:4
respectively.
As with the already supported Y210 and YUVX (XVUY) formats, they are
based on formats Microsoft picked as their preferred 4:2:2 and 4:4:4
video formats, and Intel ran with it.
P12 and Y212 are simply an extension of 10 bit formats to say 12 bits
will be used, with 4 unused bits instead of 6.
XV30, and XV36, as exotic as they sound, are variants of Y410 and Y412
where the alpha channel is left formally undefined. We prefer these
over the alpha versions because the hardware cannot actually do
anything with the alpha channel and respecting it is just overhead.
Y412/XV46 is a normal looking packed 4 channel format where each
channel is 16bits wide but only the 12msb are used (like P012).
Y410/XV30 packs three 10bit channels in 32bits with 2bits of alpha,
like A/X2RGB10 style formats. This annoying layout forced me to define
the BE version as a bitstream format. It seems like our pixdesc
infrastructure can handle the LE version being byte-defined, but not
when it's reversed. If there's a better way to handle this, please
let me know. Our existing X2 formats all have the 2 bits at the MSB
end, but this format places them at the LSB end and that seems to be
the root of the problem.
2022-09-03 16:19:40 -07:00
..
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-06-24 18:33:18 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-10-07 11:56:53 +02:00
2021-10-07 11:56:53 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-08 10:26:46 +01:00
2021-05-14 11:15:13 +02:00
2022-03-15 09:42:32 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-07-22 09:19:11 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-01-19 12:18:14 +01:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-09-27 06:12:54 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-12-18 10:20:24 +01:00
2022-03-15 09:42:32 -03:00
2022-03-25 17:10:39 -03:00
2021-12-22 12:05:41 +01:00
2021-12-22 12:05:41 +01:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2022-03-15 09:42:32 -03:00
2022-07-23 11:53:19 +02:00
2022-07-23 11:53:19 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-16 21:37:53 +01:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-08-19 22:09:36 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-01-24 12:57:03 +02:00
2022-03-17 13:04:44 -03:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-07-19 12:27:18 +02:00
2022-01-10 16:04:19 +01:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-25 18:18:44 +01:00
2022-03-15 09:42:32 -03:00
2022-06-19 19:18:34 -05:00
2022-03-15 09:42:32 -03:00
2022-03-16 21:03:37 +01:00
2022-03-16 21:03:37 +01:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:46 -03:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2021-10-14 12:22:38 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-05-06 05:39:25 +02:00
2021-08-07 10:16:07 -03:00
2021-08-07 10:16:07 -03:00
2022-07-18 21:09:44 +02:00
2022-07-30 22:29:10 +02:00
2022-07-30 22:29:10 +02:00
2021-08-07 10:16:07 -03:00
2022-07-18 21:09:44 +02:00
2021-08-07 10:16:07 -03:00
2021-08-07 10:16:07 -03:00
2022-07-18 21:09:44 +02:00
2021-08-07 10:16:07 -03:00
2022-07-18 21:09:44 +02:00
2022-07-18 21:09:44 +02:00
2021-08-07 10:16:07 -03:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2021-10-27 11:29:29 +02:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-03-15 09:42:32 -03:00
2022-01-17 01:31:06 +05:30
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-07-19 12:20:16 +02:00
2022-01-04 19:39:22 -06:00
2021-12-22 18:38:40 -06:00
2022-01-04 19:39:22 -06:00
2021-12-22 18:38:40 -06:00
2022-01-04 19:39:22 -06:00
2021-12-22 18:38:40 -06:00
2022-01-04 19:39:22 -06:00
2021-12-22 18:38:40 -06:00
2022-08-08 09:39:33 -03:00
2022-08-25 19:03:49 -07:00
2021-09-26 16:26:10 +02:00
2021-09-26 16:26:10 +02:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-06-19 19:18:34 -05:00
2022-08-25 19:03:49 -07:00
2022-08-25 19:03:49 -07:00
2022-05-24 11:21:36 +02:00
2022-04-25 20:52:15 +02:00
2022-04-10 20:12:23 +02:00
2021-09-30 01:22:57 +02:00
2022-04-01 20:27:43 +02:00
2021-08-05 22:23:49 +08:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-06-19 19:18:34 -05:00
2022-04-28 02:39:37 +02:00
2022-04-28 02:39:37 +02:00
2022-04-28 02:39:37 +02:00
2022-04-28 02:39:37 +02:00
2022-07-19 12:27:18 +02:00
2022-08-03 17:52:45 +08:00
2021-12-22 09:41:13 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-09-23 10:35:08 -03:00
2022-07-09 20:24:31 +02:00
2022-07-19 12:27:18 +02:00
2021-09-23 10:35:08 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-08-24 12:22:36 -03:00
2021-08-24 12:22:36 -03:00
2022-07-25 17:54:16 +02:00
2022-01-04 12:08:18 +01:00
2022-03-10 07:05:57 +08:00
2022-03-15 09:42:32 -03:00
2021-08-06 15:48:31 +01:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-12-31 17:26:01 +10:00
2022-02-20 18:32:09 +10:00
2022-09-03 16:19:40 -07:00
2021-10-29 15:43:14 -03:00
2022-07-19 12:27:18 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-03-15 09:42:32 -03:00
2022-07-23 11:53:19 +02:00
2022-06-20 23:42:28 +02:00
2022-03-15 09:42:32 -03:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-06-20 23:42:28 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-06-20 23:42:28 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-07-23 11:53:19 +02:00
2022-03-15 09:42:32 -03:00
2021-12-22 09:41:13 -03:00
2022-06-29 12:16:40 -07:00
2022-06-29 12:16:40 -07:00
2022-03-15 09:42:32 -03:00
2022-04-05 09:19:59 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-08-25 23:17:53 +03:00
2021-08-25 23:17:53 +03:00
2022-07-19 12:27:18 +02:00
2022-04-29 17:22:52 +08:00
2022-01-29 19:30:25 +01:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-16 21:37:53 +01:00
2022-03-15 09:42:32 -03:00
2022-03-16 21:37:53 +01:00
2021-08-24 12:22:36 -03:00
2021-11-29 21:30:11 +01:00
2021-08-24 12:22:36 -03:00
2021-08-24 12:22:36 -03:00
2022-03-16 21:37:53 +01:00
2022-03-16 21:37:53 +01:00
2022-03-15 09:42:32 -03:00
2021-12-22 09:41:13 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:29 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-07-10 16:58:58 +02:00
2022-03-15 09:42:32 -03:00
2022-08-25 19:02:49 -07:00
2022-03-15 09:42:32 -03:00
2022-07-19 12:27:18 +02:00
2022-07-30 11:42:06 +02:00
2022-07-19 12:27:18 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-06-20 23:42:28 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2021-10-29 15:43:14 -03:00
2022-03-15 09:42:32 -03:00
2022-07-23 11:53:19 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-05-23 13:52:26 +03:00
2022-03-15 09:42:32 -03:00
2021-08-02 14:00:52 +02:00
2021-08-02 14:00:52 +02:00
2021-09-25 23:26:38 +02:00
2021-10-07 11:52:56 +02:00
2021-10-07 17:56:58 +02:00
2022-09-03 16:19:40 -07:00
2022-02-25 11:01:17 +02:00
2022-02-25 11:01:17 +02:00
2022-03-15 09:42:32 -03:00
2022-03-16 21:37:53 +01:00
2022-03-15 09:42:32 -03:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2021-12-22 09:41:13 -03:00
2022-03-15 09:42:32 -03:00
2022-06-09 00:02:02 +02:00
2022-06-09 00:02:02 +02:00
2022-04-10 20:12:23 +02:00
2022-04-10 20:12:23 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-05-31 12:45:41 +02:00
2022-03-15 09:42:32 -03:00
2022-06-20 23:42:28 +02:00
2022-04-08 16:08:53 -03:00
2022-04-08 16:08:53 -03:00
2022-04-08 16:08:53 -03:00
2022-04-08 16:08:53 -03:00
2022-06-20 23:42:28 +02:00
2021-09-25 15:31:36 -07:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00
2022-08-10 18:49:35 +02:00
2022-03-15 09:42:32 -03:00
2022-03-15 09:42:32 -03:00