diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2024-05-07 22:08:38 +0300 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2024-05-11 11:38:49 +0300 |
commit | 01c5f4ad9fa14f2000402230684426dbf764d796 (patch) | |
tree | 9bde73584131cacc65754b03821ede8d1f114255 /doc/APIchanges | |
parent | 11f689317d66c9b9acb1abed47c1c825be155a58 (diff) | |
download | ffmpeg-01c5f4ad9fa14f2000402230684426dbf764d796.tar.gz |
riscv: add Zvbb vector bit manipulation extension
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 824beec9d3..238d22c135 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -2,6 +2,9 @@ The last version increases of all libraries were on 2024-03-07 API changes, most recent first: +2024-05-10 - xxxxxxxxx - lavu 59.18.100 - cpu.h + Add AV_CPU_FLAG_RV_ZVBB. + 2024-05-04 - xxxxxxxxxx - lavu 59.17.100 - opt.h Add AV_OPT_TYPE_UINT and av_opt_eval_uint(). |