Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | avcodec/apv_parser: Mark close as av_cold | Andreas Rheinhardt | 2025-05-15 | 1 | -1/+1 |
| | | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | ||||
* | avcodec/apv_parser: use an AVBufferRef to avoid data copying | James Almer | 2025-05-04 | 1 | -1/+17 |
| | | | | Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avcodec/cbs: add an AVBufferRef input argument to ff_cbs_read() | James Almer | 2025-05-04 | 1 | -1/+1 |
| | | | | | | To allow taking a reference from an existing buffer outside of AVPackets. Signed-off-by: James Almer <jamrial@gmail.com> | ||||
* | avcodec: add an APV parser | James Almer | 2025-05-01 | 1 | -0/+133 |
Signed-off-by: James Almer <jamrial@gmail.com> |