diff options
author | James Almer <jamrial@gmail.com> | 2025-03-05 12:27:52 -0300 |
---|---|---|
committer | James Almer <jamrial@gmail.com> | 2025-03-10 10:15:42 -0300 |
commit | 61fc9b6fee1a818f0e91d14b2026a8aa5c5b3fe3 (patch) | |
tree | 7e5d40ef8f15c458daa3464e5f615d265e7bfdbe /doc/APIchanges | |
parent | 5f5ab22639119bd841207b34c9c66c2323779635 (diff) | |
download | ffmpeg-61fc9b6fee1a818f0e91d14b2026a8aa5c5b3fe3.tar.gz |
avutil/pixfmt: add YAF16 and YAF32 pixel formats
Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 5a64836e25..7da9297b01 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: +2025-03-10 - xxxxxxxxxx - lavu 59.59.100 - pixfmt.h + Add AV_PIX_FMT_YAF16BE, AV_PIX_FMT_YAF16LE, AV_PIX_FMT_YAF32BE, + and AV_PIX_FMT_YAF32LE. + 2025-03-01 - xxxxxxxxxx - lavu 59.58.100 - pixfmt.h Add AV_PIX_FMT_GRAY32BE and AV_PIX_FMT_GRAY32LE. |