Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/container_fifo: add missing stddef.h include | James Almer | 2024-08-21 | 1 | -0/+2 |
| | | | | | | Fixes make checkheaders Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | lavc: add private container FIFO API | Anton Khirnov | 2024-08-19 | 1 | -0/+87 |
It provides a FIFO for "container" objects like AVFrame/AVPacket and features an integrated FFRefStructPool-based pool to avoid allocating an freeing them repeatedly. |