summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorJames Almer <jamrial@gmail.com>2013-06-15 14:04:19 -0300
committerJames Almer <jamrial@gmail.com>2013-06-15 18:54:01 -0300
commit99b8cd0c81c4509571bcdc0dc55d506c8200dc61 (patch)
treece47f7dc8782111777dabe14fc91604983bb2e52 /doc
parent1bb005ce54d113e266f3c78354eb2bca65d5fa35 (diff)
lavu: Add RIPEMD hashing
Includes RIPEMD-128, RIPEMD-160, RIPEMD-256 and RIPEMD-320 Signed-off-by: James Almer <jamrial@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/APIchanges7
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges
index 1ab17c2532..ffdb8a2898 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -16,6 +16,13 @@ libavutil: 2012-10-22
API changes, most recent first:
+2013-06-xx - xxxxxxx - lavu 52.36.100
+ Add AVRIPEMD:
+ av_ripemd_alloc()
+ av_ripemd_init()
+ av_ripemd_update()
+ av_ripemd_final()
+
2013-06-05 - fc962d4 - lavu 52.13.0 - mem.h
Add av_realloc_array and av_reallocp_array