aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/refstruct.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/refstruct: Don't use STRIDE_ALIGN for alignmentAndreas Rheinhardt2024-03-011-3/+3
* lavc/refstruct: do not use max_align_t on MSVCJames Almer2024-02-091-1/+1
* avcodec/refstruct: Allow to share poolsAndreas Rheinhardt2023-11-011-13/+21
* avcodec/refstruct: Allow to always return zeroed pool entriesAndreas Rheinhardt2023-11-011-0/+10
* avcodec/refstruct: Add RefStruct pool APIAndreas Rheinhardt2023-11-011-1/+192
* avcodec/refstruct: Inline ff_refstruct_allocz()Andreas Rheinhardt2023-10-091-5/+0
* avcodec/refstruct: Allow checking for exclusive ownershipAndreas Rheinhardt2023-10-071-0/+16
* avcodec/refstruct: Add simple API for refcounted objectsAndreas Rheinhardt2023-10-071-0/+166