Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (28 - 30 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Ticket Resolution Summary Owner Reporter
#11 fixed No more using active layer SPS in H.11.1.2 jlchen tsukuba.takeshi
Description

In subclause H.11.1.2, "active layer SPS" are yet used. They shall be changed as follows: "-All active SPSs and active layer SPSs for the sub-bitstream shall have chroma_format_idc equal to 1 only. –All active SPSs and active layer SPSs for the sub-bitstream shall have bit_depth_luma_minus8 equal to 0 only. –All active SPSs and active layer SPSs shall have bit_depth_chroma_minus8 equal to 0 only. –CtbLog2SizeY derived from any active SPSor active layer SPS for the sub-bitstream shall be in the range of 4 to 6, inclusive."

#12 fixed NumOutputLayerSets and numOutputLayerSets jlchen eeehey
Description

There are two variables, NumOutputLayerSets and numOutputLayerSets, specified in F.7.3.2.1.1 Video parameter set extension syntax. numOutputLayerSets is not initialized and shall be changed to NumOutputLayerSets.

#73 fixed O0092_0094_DEPENDENCY_CONSTRAINT assert bug Vadim eeehey
Description

The following assertion shall use PPS layer_id instead of PPS Id, patch attached.

assert( pcSlice->getPPS()->getPPSId() == 0
pcSlice->getPPS()->getPPSId() == m_layerId m_pcEncTop->getVPS()->getRecursiveRefLayerFlag(m_layerId, pcSlice->getPPS()->getPPSId()) );
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
Note: See TracQuery for help on using queries.