summaryrefslogtreecommitdiff
path: root/libavcodec/cbs_h266_syntax_template.c
Commit message (Expand)AuthorAge
* cbs_h266: slice_header, fix inference for pred_weight_tableNuo Mi2023-08-17
* cbs_h266: H266RawSliceHeader, expose NumRefIdxActive[]Nuo Mi2023-08-17
* cbs_h266: H266RawPredWeightTable, expose num_weights_l0 and num_weights_l1Nuo Mi2023-08-17
* cbs_h266: H266RawSliceHeader, expose NumEntryPointsNuo Mi2023-08-17
* cbs_h266: fix slice_height_in_ctus for single slice tileNuo Mi2023-08-17
* cbs_h266: fix inference for xh_deblocking_filter_disabled_flagNuo Mi2023-08-17
* cbs_h266: fix inference for sh_alf_enabled_flagNuo Mi2023-08-17
* cbs_h266: fix inference for sh_lmcs_used_flag and sh_explicit_scaling_list_us...Nuo Mi2023-08-17
* avcodec/cbs_h266_syntax_template: add missing checks to subpic dimension valuesJames Almer2023-07-25
* avcodec/cbs_h266: use exp_tile_height when checking the allowed range for pps...James Almer2023-07-07
* avcodec/cbs_h266: fix use of uninitialized valueJames Almer2023-07-07
* avcodec/cbs_h266: add support for Adaptation parameter set NALU typeJames Almer2023-07-06
* cbs_h266: add range extension supportFrank Plowman2023-07-06
* avcodec/cbs_h266: add support for Decoding capability information NALU typeJames Almer2023-07-05
* avcodec/cbs_h266: add support for Operating point information NALU typeJames Almer2023-07-05
* avcodec/cbs_h266: store RowHeightVal and ColWidthVal in the contextJames Almer2023-07-05
* avcodec/cbs_h266: don't infer derived valuesJames Almer2023-07-05
* cbs_h266: expand the bit depth range to 16 bitsFrank Plowman2023-07-05
* cbs_h266: fix typo for ols_mode_idc == 2Nuo Mi2023-07-02
* avcodec/cbs_h266: store SubpicIdVal in the contextJames Almer2023-07-01
* avcodec/cbs_h266_syntax_template: Avoid shadowingAndreas Rheinhardt2023-07-01
* avcodec/cbs_h266_syntax_template: Don't use uninitialized valueAndreas Rheinhardt2023-07-01
* avcodec/cbs_h266: use VVC_MAX_VPS_COUNT for range checks and array sizeJames Almer2023-06-30
* avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c...James Almer2023-06-30
* avcodec/cbs: add cbs implementation for H266/VVCNuo Mi2023-06-29