aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorRémi Denis-Courmont <remi@remlab.net>2024-07-25 23:24:33 +0300
committerRémi Denis-Courmont <remi@remlab.net>2024-08-05 21:16:26 +0300
commite0f9f4d49153df3a0a43f27bb7ffa3ae3a892237 (patch)
treedba99bea4d45ba03cf7e9070b49475d5a21e4867 /doc/APIchanges
parentd1326b63479f839bc776c1c250793b9d487818cd (diff)
downloadffmpeg-e0f9f4d49153df3a0a43f27bb7ffa3ae3a892237.tar.gz
lavu/cpu: deprecate RISC-V F, D and zba CPU flags
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 6937718e83..046828ded1 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-07-30 - xxxxxxxxx - lavu 59.32.100 - cpu.h
+ Deprecate AV_CPU_FLAG_RVF and AV_CPU_FLAG_RVD without replacement.
+ Deprecate AV_CPU_FLAG_RVB_ADDR, subsumed into AV_CPU_FLAG_RVB.
+
2024-07-29 - xxxxxxxxx - lavu 59.31.100 - intreadwrite.h
Add AV_{R,W}{L,B}{16,32}A and AV_{R,W}B64A.