aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/evc_parse.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/evc*: Improve included headersAndreas Rheinhardt2023-07-241-1/+0
* avcodec/evc_parse: use unsigned types in structs where correspondsJames Almer2023-06-231-21/+21
* avcodec/evc_parser: use a GetBitContext to parse entire NALUsJames Almer2023-06-211-22/+0
* avcodec/evc_parse: pass a GetBitContext to the slice header parsing functionJames Almer2023-06-211-2/+2
* avcodec/evc_parse: remove ff_evc_parse_nal_unit()James Almer2023-06-191-42/+0
* avcodec/evc_parser: make ff_evc_parse_nal_unit() local to the parserJames Almer2023-06-191-0/+3
* avcodec/evc_parse: split off deriving PoCJames Almer2023-06-191-0/+5
* avcodec/evc_parser: stop exporting delay and gop_sizeJames Almer2023-06-191-6/+0
* avcodec/evc_parse: split off Parameter Set parsing into its own fileJames Almer2023-06-191-196/+2
* avcodec/evc_parse: add missing includesJames Almer2023-06-171-0/+7
* avcodec/evc_parse: make freeing EVCParserContext buffers a shared functionJames Almer2023-06-171-0/+2
* avcodec/evc_parse: use a local EVCParserSliceHeader when parsing slicesJames Almer2023-06-171-4/+0
* avcodec/evc_parser: Added parser implementation for EVC formatDawid Kozinski2023-06-151-0/+357