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
AgeCommit message (Collapse)Author
2018-02-15avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer
See 651ee9346105b9d492e01172ab447c04d03fa32e fcc4ed1efa1a7575dc45fe57ce552af331941469 Signed-off-by: James Almer <jamrial@gmail.com>
2016-08-03avutil/hash: Add more detailed Doxygen documentationTimothy Gu
2016-08-02avutil: Group hash functions separately in DoxygenTimothy Gu
2014-04-29lavu/hash: add hash_final helpers.Nicolas George
The helpers use local memory to compute the final hash, making AV_HASH_MAX_SIZE safe to use.
2013-06-16lavu/hash: Add support for SHA-2 512James Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2013-05-30Add AV_HASH_MAX_SIZE.Reimar Döffinger
Makes it easier to use static allocation for the result buffer. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2013-05-13Add a generic hash API.Reimar Döffinger
Also use this API in framemd5. Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>