summaryrefslogtreecommitdiff
path: root/libavcodec/evc_parse.h
Commit message (Expand)AuthorAge
* avcodec/evc*: Improve included headersAndreas Rheinhardt2023-07-24
* avcodec/evc_parse: use unsigned types in structs where correspondsJames Almer2023-06-23
* avcodec/evc_parser: use a GetBitContext to parse entire NALUsJames Almer2023-06-21
* avcodec/evc_parse: pass a GetBitContext to the slice header parsing functionJames Almer2023-06-21
* avcodec/evc_parse: remove ff_evc_parse_nal_unit()James Almer2023-06-19
* avcodec/evc_parser: make ff_evc_parse_nal_unit() local to the parserJames Almer2023-06-19
* avcodec/evc_parse: split off deriving PoCJames Almer2023-06-19
* avcodec/evc_parser: stop exporting delay and gop_sizeJames Almer2023-06-19
* avcodec/evc_parse: split off Parameter Set parsing into its own fileJames Almer2023-06-19
* avcodec/evc_parse: add missing includesJames Almer2023-06-17
* avcodec/evc_parse: make freeing EVCParserContext buffers a shared functionJames Almer2023-06-17
* avcodec/evc_parse: use a local EVCParserSliceHeader when parsing slicesJames Almer2023-06-17
* avcodec/evc_parser: Added parser implementation for EVC formatDawid Kozinski2023-06-15