[FFmpeg-cvslog] lavu: add an APIchanges entry for RISC-V CPU flags

Anton Khirnov git at videolan.org
Sun Oct 2 13:03:49 EEST 2022


ffmpeg | branch: master | Anton Khirnov <anton at khirnov.net> | Wed Sep 28 16:40:54 2022 +0200| [5c94b6694ac74c057bc1c2f93d15d0c709da950b] | committer: Anton Khirnov

lavu: add an APIchanges entry for RISC-V CPU flags

Forgotten in 0c0a3deb18.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=5c94b6694ac74c057bc1c2f93d15d0c709da950b
---

 doc/APIchanges | 5 +++++
 1 file changed, 5 insertions(+)

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()



More information about the ffmpeg-cvslog mailing list