Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPhilip Langdale <philipl@overt.org>2022-08-20 02:50:44 +0300
committerPhilip Langdale <philipl@overt.org>2022-08-26 05:02:49 +0300
commitcc5a5c986047d38b53c0f12a227b04487624e7cb (patch)
tree0ba7ef3f27db4e9ea8cad35f1e26dfb300a9d913 /doc
parent61fa1e14e4178d3f2550c76f7a36484220f6dc0c (diff)
lavu/pixfmt: Introduce VUYX format
This is the alphaless version of VUYA that I introduced recently. After further discussion and noting that the Intel vaapi driver explicitly lists XYUV as a support format for encoding and decoding 8bit 444 content, we decided to switch our usage and avoid the overhead of having a declared alpha channel around. Note that I am not removing VUYA, as this turned out to have another use, which was to replace the need for v408enc/dec when dealing with the format. The vaapi switching will happen in the next change
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 4c0c9db628..1cd13d4ed3 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.34.100 - pixfmt.h
+ Add AV_PIX_FMT_VUYX.
+
2022-08-xx - xxxxxxxxxx - lavf 59 - avformat.h
Deprecate av_stream_get_end_pts() without replacement.