aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/hashtable.h
Commit message (Collapse)AuthorAgeFilesLines
* lavc/hashtable: create generic robin hood hash tableEmma Worley2025-06-021-0/+94
Adds a generic hash table with the DXV encoder as an initial use case. Signed-off-by: Emma Worley <emma@emma.gg>