diff options
author | Lynne <dev@lynne.ee> | 2025-03-01 13:21:15 +0100 |
---|---|---|
committer | Lynne <dev@lynne.ee> | 2025-03-01 20:15:59 +0100 |
commit | a73760da537ccbdbdb4d67725222bcf1dfcc2723 (patch) | |
tree | 23ae34fc1af897b9869759f8515cbdcfd2cf359d /doc/APIchanges | |
parent | ded677235927abb2c8cf4faebcf5b164ec39b6f8 (diff) | |
download | ffmpeg-a73760da537ccbdbdb4d67725222bcf1dfcc2723.tar.gz |
APIChanges: add entries for new planar GBR and float gray pixfmts
Was not done when the patches were pushed.
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 ac506f4b56..86126014e8 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-01-09 - xxxxxxxxxx - lavu 59.55.100 - pixfmt.h + Add AV_PIX_FMT_GBRPF16BE, AV_PIX_FMT_GBRPF16LE, AV_PIX_FMT_GBRAPF16BE, + AV_PIX_FMT_GBRAPF16LE, AV_PIX_FMT_GRAYF16BE, and AV_PIX_FMT_GRAYF16LE. + 2025-02-xx - xxxxxxxxxx - lavu 59.57.100 - log.h Add flags AV_LOG_PRINT_TIME and AV_LOG_PRINT_DATETIME. |