aboutsummaryrefslogtreecommitdiffstats
path: root/doc/APIchanges
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2023-07-04 19:46:32 -0300
committerJames Almer <jamrial@gmail.com>2023-07-05 10:06:05 -0300
commitd694c25b44c319eadfb8039fc917639314cadb08 (patch)
tree90aee53ca3aa42913026970b043144f5fc38c9a4 /doc/APIchanges
parent7a1128ca07fa38836775168d002ff6bc55134023 (diff)
downloadffmpeg-d694c25b44c319eadfb8039fc917639314cadb08.tar.gz
avutil/random_seed: add av_random_bytes()
Uses the existing code for av_get_random_seed() to return a buffer with cryptographically secure random data, or an error if none could be generated. Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc/APIchanges')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index f040211f7d..27f835cfce 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -2,6 +2,9 @@ The last version increases of all libraries were on 2023-02-09
API changes, most recent first:
+2023-07-05 - xxxxxxxxxx - lavu 58.14.100 - random_seed.h
+ Add av_random_bytes()
+
2023-05-29 - xxxxxxxxxx - lavc 60.16.100 - avcodec.h codec_id.h
Add AV_CODEC_ID_EVC, FF_PROFILE_EVC_BASELINE, and FF_PROFILE_EVC_MAIN.