summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-07-23 11:11:59 -0700
committerPhilip Langdale <philipl@overt.org>2022-08-03 14:09:46 -0700
commit6ab8a9d375ca922b2a94cd7160a4e3c5abe6339c (patch)
tree6a1b7e534f3c71ce880d98fa820a8ec072874f3b /doc
parent900ce6f8c3526f27173057bb955f54f4f4f41246 (diff)
lavu/pixfmt: Add packed 4:4:4 format
The "AYUV" format is defined by Microsoft as their preferred format for 4:4:4 content, and so it is the format used by Intel VAAPI and QSV. As Microsoft like to define their byte ordering in little-endian fashion, the memory order is reversed, and so our pix_fmt, which follows memory order, has a reversed name (VUYA).
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 0e9ea4d7c5..0bf2b3cd77 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,9 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-08-03 - xxxxxxxxxx - lavu 57.32.100 - pixfmt.h
+ Add AV_PIX_FMT_VUYA.
+
2022-08-xx - xxxxxxxxxx - lavc 59.41.100 - avcodec.h codec.h
Add AV_CODEC_FLAG_RECON_FRAME and AV_CODEC_CAP_ENCODER_RECON_FRAME.
avcodec_receive_frame() may now be used on encoders when