summaryrefslogtreecommitdiff
path: root/libavformat/evc.c
Commit message (Expand)AuthorAge
* avformat/evc: use get_ue_golomb_long()James Almer2023-06-27
* avformat/evc: remove duplicate definesJames Almer2023-06-23
* avformat/evc: add range checks to evcc_parse_sps and return proper error codesJames Almer2023-06-23
* avformat/evc: remove duplicate checkJames Almer2023-06-23
* avformat/evc: remove unnecessary structJames Almer2023-06-23
* avformat/evc: move NALU length and type parsing functions to a headerJames Almer2023-06-21
* avformat/evc: remove unused variableJames Almer2023-06-19
* avformat/evc: skip nalu header size bytes before parsing spsJames Almer2023-06-19
* avformat/evc: use get_bits_long() where neededJames Almer2023-06-19
* avformat/evc: use get_ue_golomb_long()James Almer2023-06-18
* avformat/mov_muxer: Extended MOV muxer to handle EVC video contentDawid Kozinski2023-06-15