Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Niedermayer <michael@niedermayer.cc>2015-07-30 19:28:43 +0300
committerMichael Niedermayer <michael@niedermayer.cc>2015-07-30 19:37:05 +0300
commitd560c61125b3ee0ec8cd2e228f0604b63f85b8b2 (patch)
tree7234ace48847d414c1b4a6fa763658574e4e5310 /doc
parentba12ba859aabfa7153ba397d869db13acdaba340 (diff)
parent6877537ff321136cf78ab03b8b91e6b6f218db5b (diff)
Merge commit '6877537ff321136cf78ab03b8b91e6b6f218db5b'
* commit '6877537ff321136cf78ab03b8b91e6b6f218db5b': hmac: add missing version bump and APIChanges entry Conflicts: libavutil/version.h version.h is not changed as the code has been added 2 years ago in FFmpeg See: 82ef67016ef731268ab7b8e91139bd5f16edc991 Merged-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges3
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1c83013e20..29e9da9d80 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -709,6 +709,9 @@ API changes, most recent first:
av_ripemd_update()
av_ripemd_final()
+2013-06-10 - 82ef670 - lavu 52.35.101 - hmac.h
+ Add AV_HMAC_SHA224, AV_HMAC_SHA256, AV_HMAC_SHA384, AV_HMAC_SHA512
+
2013-06-04 - 30b491f / fc962d4 - lavu 52.35.100 / 52.13.0 - mem.h
Add av_realloc_array and av_reallocp_array