aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/evc_parse.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/evc_parse: Check num_remaining_tiles_in_slice_minus1Michael Niedermayer2023-11-101-2/+6
* avcodec/evc_parse: Check tidMichael Niedermayer2023-11-011-0/+3
* avcodec/evc_parse: remove pow() and log2()Michael Niedermayer2023-11-011-4/+6
* avcodec/evc*: Improve included headersAndreas Rheinhardt2023-07-241-1/+0
* avcodec/evc_parse: use unsigned types in structs where correspondsJames Almer2023-06-231-6/+6
* 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-29/+23
* avcodec/evc_parse: use get_bits1() where usefulJames Almer2023-06-191-8/+8
* avcodec/evc_parse: remove ff_evc_parse_nal_unit()James Almer2023-06-191-182/+0
* avcodec/evc_parser: make ff_evc_parse_nal_unit() local to the parserJames Almer2023-06-191-8/+9
* avcodec/evc_parse: split off deriving PoCJames Almer2023-06-191-68/+74
* 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-365/+6
* avcodec/evc_parse: make freeing EVCParserContext buffers a shared functionJames Almer2023-06-171-0/+7
* avcodec/evc_parse: free pps struct on parsing failureJames Almer2023-06-171-1/+3
* avcodec/evc_parse: use the correct sps when parsing slice headersJames Almer2023-06-171-4/+7
* avcodec/evc_parse: use a local EVCParserSliceHeader when parsing slicesJames Almer2023-06-171-29/+21
* avcodec/evc_parse: zero sps, pps and sh structsJames Almer2023-06-171-0/+4
* avcodec/evc_parser: export framerate to the AVCodecContextJames Almer2023-06-171-8/+7
* avcodec/evc_parse: use the correct struct size when allocating ppsJames Almer2023-06-161-1/+1
* avcodec/evc_parser: Added parser implementation for EVC formatDawid Kozinski2023-06-151-0/+767