aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/evc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/evc: use get_ue_golomb_long()James Almer2023-06-271-4/+4
* avformat/evc: remove duplicate definesJames Almer2023-06-231-4/+0
* avformat/evc: add range checks to evcc_parse_sps and return proper error codesJames Almer2023-06-231-3/+10
* avformat/evc: remove duplicate checkJames Almer2023-06-231-3/+0
* avformat/evc: remove unnecessary structJames Almer2023-06-231-53/+14
* avformat/evc: move NALU length and type parsing functions to a headerJames Almer2023-06-211-3/+2
* avformat/evc: remove unused variableJames Almer2023-06-191-2/+1
* avformat/evc: skip nalu header size bytes before parsing spsJames Almer2023-06-191-0/+7
* avformat/evc: use get_bits_long() where neededJames Almer2023-06-191-2/+2
* avformat/evc: use get_ue_golomb_long()James Almer2023-06-181-6/+6
* avformat/mov_muxer: Extended MOV muxer to handle EVC video contentDawid Kozinski2023-06-151-0/+422