diff options
author | Nicolas George <george@nsup.org> | 2014-04-21 11:01:10 +0200 |
---|---|---|
committer | Nicolas George <george@nsup.org> | 2014-04-29 13:24:11 +0200 |
commit | b804eb4323a01f55727ac48475a9e3c257532ab5 (patch) | |
tree | a018de97b33ffc73263f1e7a30c9137f3b49d30f /doc/APIchanges | |
parent | 5b881499a8e40ad0aa3424ec4d9adeb8008c4189 (diff) | |
download | ffmpeg-b804eb4323a01f55727ac48475a9e3c257532ab5.tar.gz |
lavu/hash: add hash_final helpers.
The helpers use local memory to compute the final hash,
making AV_HASH_MAX_SIZE safe to use.
Diffstat (limited to 'doc/APIchanges')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 8fe5ff2e7c..8d001cd6c4 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -15,6 +15,9 @@ libavutil: 2012-10-22 API changes, most recent first: +2014-04-29 - xxxxxxx - lavu 52.80.0 - hash.h + Add av_hash_final_bin(), av_hash_final_hex() and av_hash_final_b64(). + 2014-03-07 - 8b2a130 - lavc 55.50.0 / 55.53.100 - dxva2.h Add FF_DXVA2_WORKAROUND_INTEL_CLEARVIDEO for old Intel GPUs. |