aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_h266_syntax_template.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/cbs_h266: Fix regression in DVB clip introduced by 93281630a71c06642a...Nuo Mi2024-11-111-6/+6
* lavc/cbs_h266: Add NumSlicesInTile to H266RawPPSFei Wang2024-11-011-6/+10
* lavc/cbs_h266: Add SliceTopLeftTileIdx to H266RawPPSFei Wang2024-11-011-0/+4
* avcodec/cbs_h266_syntax_template: Check bit depth with range extensionMichael Niedermayer2024-09-241-0/+2
* avcodec/cbs_h266: Fix copy paste mistakeMarvin Scholz2024-09-201-1/+1
* lavc/vvc: Validate explicit subpic locationsFrank Plowman2024-08-311-11/+38
* avcodec/cbs_h266: move decoded_picture_hash to CBS SEIJames Almer2024-06-281-28/+0
* cbs_h266: add VVC_MAX_VBS for max num of virtual boundariesNuo Mi2024-06-251-4/+4
* avcodec/cbs_h266_syntax_template: Use correct format specifierAndreas Rheinhardt2024-06-091-1/+1
* avcodec/cbs_h266: read vps_ptl_max_tid before using itJames Almer2024-05-201-13/+15
* avcodec/vvcdec: support rectangular single-slice subpicsFrank Plowman2024-04-021-1/+4
* avcodec/cbs_h266: fix sh_collocated_from_l0_flag and sh_collocated_ref_idx inferNuo Mi2024-04-021-12/+20
* avcodec/cbs_h266_syntax_template: Check tile_yMichael Niedermayer2024-03-231-0/+2
* lavc/vvc: Read subpic ID when only one subpicture is presentFrank Plowman2024-02-251-18/+18
* lavc/vvc: Correct sps_num_subpics_minus1 minimumFrank Plowman2024-02-251-1/+1
* avcodec/cbs_h2645: Avoid function pointer casts, fix UBAndreas Rheinhardt2024-02-251-4/+4
* avcodec/cbs_h266_syntax_template: Don't omit unused function parameterAndreas Rheinhardt2024-02-251-1/+1
* avcodec/cbs_h266_syntax_template: check aps_adaptation_parameter_set_idJames Almer2024-02-031-1/+7
* lavc/vvc: Add check to num_multi_layer_olssFrank Plowman2024-01-301-0/+2
* avcodec/cbs_h266: fix logic setting num_layers_in_ols when vps_ols_mode_idc is 2James Almer2024-01-291-3/+2
* avcodec/cbs_h266: more restrictive check on pps_tile_idx_delta_valNuo Mi2023-12-141-2/+5
* avcodec/cbs_h266: H266RawSliceHeader, expose curr_subpic_idxNuo Mi2023-11-111-5/+4
* avcodec/cbs: Use RefStruct-API for unit contentAndreas Rheinhardt2023-10-071-7/+3
* avcodec/cbs_h266_syntax_template: Check num_output_layers_in_olsNuo Mi2023-09-191-0/+2
* cbs_h266: slice_header, fix inference for pred_weight_tableNuo Mi2023-08-171-10/+9
* cbs_h266: H266RawSliceHeader, expose NumRefIdxActive[]Nuo Mi2023-08-171-21/+20
* cbs_h266: H266RawPredWeightTable, expose num_weights_l0 and num_weights_l1Nuo Mi2023-08-171-23/+20
* cbs_h266: H266RawSliceHeader, expose NumEntryPointsNuo Mi2023-08-171-8/+9
* cbs_h266: fix slice_height_in_ctus for single slice tileNuo Mi2023-08-171-0/+1
* cbs_h266: fix inference for xh_deblocking_filter_disabled_flagNuo Mi2023-08-171-48/+28
* cbs_h266: fix inference for sh_alf_enabled_flagNuo Mi2023-08-171-34/+47
* cbs_h266: fix inference for sh_lmcs_used_flag and sh_explicit_scaling_list_us...Nuo Mi2023-08-171-10/+14
* avcodec/cbs_h266_syntax_template: add missing checks to subpic dimension valuesJames Almer2023-07-251-1/+9
* avcodec/cbs_h266: use exp_tile_height when checking the allowed range for pps...James Almer2023-07-071-1/+1
* avcodec/cbs_h266: fix use of uninitialized valueJames Almer2023-07-071-1/+6
* avcodec/cbs_h266: add support for Adaptation parameter set NALU typeJames Almer2023-07-061-0/+231
* cbs_h266: add range extension supportFrank Plowman2023-07-061-6/+75
* avcodec/cbs_h266: add support for Decoding capability information NALU typeJames Almer2023-07-051-0/+24
* avcodec/cbs_h266: add support for Operating point information NALU typeJames Almer2023-07-051-0/+27
* avcodec/cbs_h266: store RowHeightVal and ColWidthVal in the contextJames Almer2023-07-051-18/+20
* avcodec/cbs_h266: don't infer derived valuesJames Almer2023-07-051-3/+3
* cbs_h266: expand the bit depth range to 16 bitsFrank Plowman2023-07-051-2/+2
* cbs_h266: fix typo for ols_mode_idc == 2Nuo Mi2023-07-021-1/+1
* avcodec/cbs_h266: store SubpicIdVal in the contextJames Almer2023-07-011-17/+17
* avcodec/cbs_h266_syntax_template: Avoid shadowingAndreas Rheinhardt2023-07-011-3/+3
* avcodec/cbs_h266_syntax_template: Don't use uninitialized valueAndreas Rheinhardt2023-07-011-1/+1
* avcodec/cbs_h266: use VVC_MAX_VPS_COUNT for range checks and array sizeJames Almer2023-06-301-6/+1
* avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c...James Almer2023-06-301-7/+6
* avcodec/cbs: add cbs implementation for H266/VVCNuo Mi2023-06-291-0/+3116