aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2024-10-07 13:29:25 -0300
committerJames Almer <jamrial@gmail.com>2024-10-08 19:45:10 -0300
commit29ea34728f1064877a0ab9b8dee0f3de69a2d750 (patch)
treeb53224e74affe97c65845cf8597095cb705471c4 /doc/APIchanges
parent1f9424e0b1d17257186d0a3b68a750b9bd341f23 (diff)
downloadffmpeg-29ea34728f1064877a0ab9b8dee0f3de69a2d750.tar.gz
avutil/pixfmt: add V30X pixel format
This maps to the 444YpCbCr10 pixel format as defined by Apple. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index d132dfab81..5bfb52c09a 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,10 @@ The last version increases of all libraries were on 2024-03-07
API changes, most recent first:
+2024-10-08 - xxxxxxxxxx - lavu 59.42.100 - pixfmt.h
+ Add AV_PIX_FMT_AYUV, AV_PIX_FMT_UYVA, AV_PIX_FMT_VYU444,
+ and AV_PIX_FMT_V30X.
+
2024-10-xx - xxxxxxxxxx - lavu 59.41.100 - log.h
Add AVClass.state_flags_offset and AV_CLASS_STATE_INITIALIZED.