summaryrefslogtreecommitdiff
path: root/libavcodec/evc_parser.c
Commit message (Expand)AuthorAge
* avcodec/evc*: Improve included headersAndreas Rheinhardt2023-07-24
* 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_ps: pass a GetBitContext to the SPS and PPS parsing functionsJames Almer2023-06-21
* avcodec/evc_ps: make ff_evc_parse_{sps,pps} return an error codeJames Almer2023-06-19
* avcodec/evc_parse: remove ff_evc_parse_nal_unit()James Almer2023-06-19
* avcodec/evc_parser: remove write only variableJames Almer2023-06-19
* avcodec/evc_parser: make ff_evc_parse_nal_unit() local to the parserJames 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: 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: export framerate to the AVCodecContextJames Almer2023-06-17
* avcodec/evc_parser: remove superfluous memset callsJames Almer2023-06-16
* avcodec/evc_parser: Added parser implementation for EVC formatDawid Kozinski2023-06-15