diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2013-06-16 01:07:13 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-06-16 01:07:24 +0200 |
commit | 359af6a7c74a0231d217b4102af03e1d75f3167a (patch) | |
tree | 74e92da871b92f3a517d8c18ba593263f8f02176 /doc | |
parent | 8a79a009f9cae3b6e6566e7714d2788e39efabdd (diff) | |
parent | 99b8cd0c81c4509571bcdc0dc55d506c8200dc61 (diff) | |
download | ffmpeg-359af6a7c74a0231d217b4102af03e1d75f3167a.tar.gz |
Merge branch 'crypto' of https://github.com/jamrial/FFmpeg
Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 7 |
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 |