summaryrefslogtreecommitdiff
path: root/libavutil/murmur3.h
Commit message (Collapse)AuthorAge
* avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-15
| | | | | | | See 651ee9346105b9d492e01172ab447c04d03fa32e fcc4ed1efa1a7575dc45fe57ce552af331941469 Signed-off-by: James Almer <jamrial@gmail.com>
* murmur3: Add Doxygen documentationTimothy Gu2016-08-02
| | | | The interface has been stable for some time now.
* avutil: Group hash functions separately in DoxygenTimothy Gu2016-08-02
|
* Add 128 bit murmur3 hash function.Reimar Döffinger2013-05-13
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>