Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/hashtable: Remove null statement | Andreas Rheinhardt | 2025-06-04 | 1 | -1/+1 |
* | avcodec/hashtable: Only free buffer if there is buffer to free | Andreas Rheinhardt | 2025-06-04 | 1 | -1/+1 |
* | avcodec/hashtable: Mark alloc,free functions as av_cold | Andreas Rheinhardt | 2025-06-04 | 1 | -2/+5 |
* | avcodec/hashtable: Combine allocations | Andreas Rheinhardt | 2025-06-04 | 1 | -9/+4 |
* | avcodec/hashtable: Check for overflow | Andreas Rheinhardt | 2025-06-04 | 1 | -1/+7 |
* | avcodec/hashtable: Only align complete entries | Andreas Rheinhardt | 2025-06-04 | 1 | -15/+9 |
* | avcodec/hashtable: Zero-initialize hashtable | Andreas Rheinhardt | 2025-06-04 | 1 | -1/+1 |
* | lavc/hashtable: create generic robin hood hash table | Emma Worley | 2025-06-02 | 1 | -0/+214 |