summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2015-07-28 16:57:49 -0300
committerAnton Khirnov <anton@khirnov.net>2015-07-31 09:04:12 +0200
commitd9e8b47e3144262d6bc4681740411d4bdafad6ac (patch)
tree6d04eccc0224997286578e76e05559b9536950f9 /doc
parent5d8bea3bb2357bb304f8f771a4107039037c5549 (diff)
des: add av_des_alloc()
Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Anton Khirnov <anton@khirnov.net>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index cfab8c6d68..7a653994cd 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -17,6 +17,7 @@ API changes, most recent first:
xxxxxxx - Add av_blowfish_alloc().
xxxxxxx - Add av_rc4_alloc().
xxxxxxx - Add av_xtea_alloc().
+ xxxxxxx - Add av_des_alloc().
2015-07-29 - 7e38340 - lavu 54.16.0 - hmac.h
Add AV_HMAC_SHA224 and AV_HMAC_SHA256.