aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_apv.c
Commit message (Collapse)AuthorAgeFilesLines
* avcodec/cbs_apv: add missing READ/WRITE preprocessor checksJames Almer2025-07-221-0/+14
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avformat/mov_muxer: Extended MOV muxer to handle APV video contentDawid Kozinski2025-07-181-6/+12
| | | | | | | | | - Changes in mov_write_video_tag function to handle APV elementary stream - Provided structure APVDecoderConfigurationRecord that specifies the decoder configuration information for APV video content Co-Authored-by: James Almer <jamrial@gmail.com> Signed-off-by: Dawid Kozinski <d.kozinski@samsung.com> Signed-off-by: James Almer <jamrial@gmail.com>
* cbs_apv: Always restore tracing state on split fragment errorMark Thompson2025-05-051-2/+2
| | | | Fixes CID 1646769.
* avcodec/cbs_apv: don't return an error when reading empty buffersJames Almer2025-04-301-2/+2
| | | | | | | The output will be a fragment with zero units, which is a lot more user friendly than making them think something went wrong, as it already happens with cbs_av1. Signed-off-by: James Almer <jamrial@gmail.com>
* lavc/cbs: APV supportMark Thompson2025-04-271-0/+455