aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cbs_h266.h
Commit message (Expand)AuthorAgeFilesLines
* cbs_h266: H266RawSliceHeader, expose NumRefIdxActive[]Nuo Mi2023-08-171-0/+1
* cbs_h266: H266RawPredWeightTable, expose num_weights_l0 and num_weights_l1Nuo Mi2023-08-171-0/+3
* cbs_h266: H266RawSliceHeader, expose NumEntryPointsNuo Mi2023-08-171-0/+3
* avcodec/cbs_h266: add support for Adaptation parameter set NALU typeJames Almer2023-07-061-0/+46
* cbs_h266: add range extension supportFrank Plowman2023-07-061-2/+21
* avcodec/cbs_h266: add support for Decoding capability information NALU typeJames Almer2023-07-051-0/+10
* avcodec/cbs_h266: add support for Operating point information NALU typeJames Almer2023-07-051-0/+11
* avcodec/cbs_h266: store RowHeightVal and ColWidthVal in the contextJames Almer2023-07-051-0/+2
* cbs_h266: fix sign for pps_xxx_qp_offset_listNuo Mi2023-07-021-3/+3
* avcodec/cbs_h266: store SubpicIdVal in the contextJames Almer2023-07-011-0/+1
* avcodec/cbs_h266: use VVC_MAX_VPS_COUNT for range checks and array sizeJames Almer2023-06-301-1/+1
* avcodec/cbs_h2645: fix parsing and storing Picture Header references in the c...James Almer2023-06-301-8/+9
* avcodec/cbs_h266: Remove double ;Andreas Rheinhardt2023-06-291-2/+2
* avcodec/cbs: add cbs implementation for H266/VVCNuo Mi2023-06-291-0/+783