[FFmpeg-devel] [PATCH, v2 1/6] lavu/pixfmt: add new pixel format ayuv/y210/y410
Michael Niedermayer
michael at niedermayer.cc
Fri Sep 13 18:10:55 EEST 2019
On Thu, Sep 12, 2019 at 12:28:41AM +0800, Linjie Fu wrote:
> Previously, media driver provided planar format(like 420 8 bit),
> but for HEVC Range Extension (422/444 8/10 bit), the decoded image
> is produced in packed format because Windows expects it.
>
> Add some packed pixel formats for hardware decode support in VAAPI
> and QSV:
>
> 4:2:2 10 bit: Y210
> 4:4:4 8 bit: AYUV
> 4:4:4 10 bit: Y410
>
> Signed-off-by: Linjie Fu <linjie.fu at intel.com>
> ---
> libavutil/pixdesc.c | 62 +++++++++++++++++++++++++++++++++++++++++++
> libavutil/pixfmt.h | 9 +++++++
> libavutil/tests/pixfmt_best.c | 1 +
> libavutil/version.h | 2 +-
> 4 files changed, 73 insertions(+), 1 deletion(-)
breaks fate
--- ./tests/ref/fate/pixfmt_best 2019-09-11 20:36:09.435012759 +0200
+++ tests/data/fate/pixfmt_best 2019-09-13 17:09:53.430392453 +0200
@@ -1 +1 @@
-73 tests passed, 0 tests failed.
+74 tests passed, 0 tests failed.
Test pixfmt_best failed. Look at tests/data/fate/pixfmt_best.err for details.
make: *** [fate-pixfmt_best] Error 1
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
If you think the mosad wants you dead since a long time then you are either
wrong or dead since a long time.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 181 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20190913/53809079/attachment.sig>
More information about the ffmpeg-devel
mailing list