aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2022-09-28 16:40:54 +0200
committerAnton Khirnov <anton@khirnov.net>2022-10-02 11:59:34 +0200
commit5c94b6694ac74c057bc1c2f93d15d0c709da950b (patch)
tree39e1d84d76c3dd9b0cfa081c2c9d2ddba6c923a5 /doc/APIchanges
parentcc484545618bca5ff893f2ffb6d5f70fa163cb61 (diff)
downloadffmpeg-5c94b6694ac74c057bc1c2f93d15d0c709da950b.tar.gz
lavu: add an APIchanges entry for RISC-V CPU flags
Forgotten in 0c0a3deb18.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index a6df7a231a..f32a3954a0 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -14,6 +14,11 @@ libavutil: 2021-04-27
API changes, most recent first:
+2022-09-27 - 0c0a3deb18 - lavu 57.38.100 - cpu.h
+ Add CPU flags for RISC-V vector extensions:
+ AV_CPU_FLAG_RVV_I32, AV_CPU_FLAG_RVV_F32, AV_CPU_FLAG_RVV_I64,
+ AV_CPU_FLAG_RVV_F64
+
2022-09-26 - xxxxxxxxxx - lavc 59.48.100 - avcodec.h
Deprecate avcodec_enum_to_chroma_pos() and avcodec_chroma_pos_to_enum().
Use av_chroma_location_enum_to_pos() or av_chroma_location_pos_to_enum()