diff options
author | Rémi Denis-Courmont <remi@remlab.net> | 2024-07-19 22:44:21 +0300 |
---|---|---|
committer | Rémi Denis-Courmont <remi@remlab.net> | 2024-07-25 23:09:58 +0300 |
commit | 45d7078a21823ef0734a84514c8221da569009cb (patch) | |
tree | c54d14d99132a9411dbadf78a795ba007bcf679a /doc/APIchanges | |
parent | 529d4230123dbb33a719a4d5ec7e47567f04cd06 (diff) | |
download | ffmpeg-45d7078a21823ef0734a84514c8221da569009cb.tar.gz |
lavu/riscv: add CPU flag for B bit manipulations
The B extension was finally ratified in May 2024, encompassing:
- Zba (addresses),
- Zbb (basics) and
- Zbs (single bits).
It does not include Zbc (base-2 polynomials).
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 5751216b24..fb54c3fbc9 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-07-25 - xxxxxxxxx - lavu 59.29.100 - cpu.h + Add AV_CPU_FLAG_RVB. + 2024-07-xx - xxxxxxxxxx - lavf 61 - avformat.h Deprecate avformat_transfer_internal_stream_timing_info() and av_stream_get_codec_timebase() without replacement. |