summaryrefslogtreecommitdiff
path: root/libavcodec/evc_ps.c
Commit message (Expand)AuthorAge
* avcodec/evc_ps: Check num_ref_pic_list_in_spsMichael Niedermayer2023-07-28
* avcodec/evc*: Improve included headersAndreas Rheinhardt2023-07-24
* avcodec/evc_ps: Replace av_malloc+memset by av_malloczAndreas Rheinhardt2023-06-30
* avcodec/evc_ps: fix allowed range for pps_pic_parameter_set_idJames Almer2023-06-23
* avcodec/evc_ps: use unsigned types in structs where correspondsJames Almer2023-06-23
* avcodec/evc_ps: pass a GetBitContext to the SPS and PPS parsing functionsJames Almer2023-06-21
* avcodec/evc_ps: use get_bits1() where usefulJames Almer2023-06-19
* avcodec/evc_ps: check valid range for a few more elementsJames Almer2023-06-19
* avcodec/evc_ps: use get_bits_long() where neededJames Almer2023-06-19
* avcodec/evc_ps: Check log2_sub_gop_lengthMichael Niedermayer2023-06-19
* avcodec/evc_ps: make ff_evc_parse_{sps,pps} return an error codeJames Almer2023-06-19
* avcodec/evc_parse: split off Parameter Set parsing into its own fileJames Almer2023-06-19