Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (19 - 21 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Ticket Resolution Summary Owner Reporter
#36 fixed max_tid_ref_present_flag=1 when no ILP is available Vadim Sebastiaan
Description

When (erroneously) max_tid_ref_present_flag=1 and NumActiveRefLayers=0 for all layers (to envision a simulcast scenario) the decoder crashes at: READ_CODE( 3, uiCode, "max_tid_il_ref_pics_plus1[i][j]" ); vps->setMaxTidIlRefPicsPlus1(i, j, uiCode);

A config parameter check forcing max_tid_ref_present_flag=0 when NumActiveRefLayers=0 for all layers can solve this issue. However, this fixes the symptoms but not the underlying problem and I'm not sure if this will not conflict with standard behaviour for different situations.

#38 fixed Incorrect layer indeces/IDs in aligned bumping Vadim hallapur
Description

The code under ALIGNED_BUMPING macro assumes that layer ID and layer index (within layer set) are identical. The code does not work when this assumption does not hold.

#40 fixed cross_layer_phase_alignment_flag needs to be removed Vadim johnnyVidyo
Description

In the VPS extension, the element cross_layer_phase_alignment_flag is still being written by the encoder and parsed by the decoder. This flag no longer exists in documentation.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
Note: See TracQuery for help on using queries.