summaryrefslogtreecommitdiff
path: root/libavutil/murmur3.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove obsolete version.h inclusionsAndreas Rheinhardt2021-07-221-2/+0
| | | | | | | These have mostly been added because of FF_API_*; yet when these were removed, removing the header has been forgotten. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avutil: Switch crypto APIs to size_tAndreas Rheinhardt2021-04-271-4/+0
| | | | | | | Announced in e435beb1ea5380a90774dbf51fdc8c941e486551. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* lavu: add missing stddef.h includes for size_t.Anton Khirnov2020-11-201-0/+1
|
* avutil/crypto: change length parameter to size_t on the remaining modulesJames Almer2018-02-151-0/+6
| | | | | | | See 651ee9346105b9d492e01172ab447c04d03fa32e fcc4ed1efa1a7575dc45fe57ce552af331941469 Signed-off-by: James Almer <jamrial@gmail.com>
* murmur3: Add Doxygen documentationTimothy Gu2016-08-021-0/+64
| | | | The interface has been stable for some time now.
* avutil: Group hash functions separately in DoxygenTimothy Gu2016-08-021-0/+18
|
* Add 128 bit murmur3 hash function.Reimar Döffinger2013-05-131-0/+32
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>