Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (1 - 3 of 105)

1 2 3 4 5 6 7 8 9 10 11
Ticket Resolution Summary Owner Reporter
#22 fixed A bug in parsing of ref_format() Vadim danny
Description

chroma_and_bit_depth_vps_present_flag should not be the first syntax element of rep_format() in TDecCavlc::parseRepFormat(). It should come after pic_height_in_luma_samples as specified in F.7.3.2.1.2.

#23 fixed Another bug in parsing of ref_format() Vadim danny
Description

When i-th rep_format() is not present in the bitstream, it shall be inferred from (i-1)-th rep_format(). This is missing in the software and the attached patch may be used to fix this.

#56 fixed Assignment of value for base_layer_parameter_set_compatibility_flag[ i ] Vadim fhendry
Description

The code for assigning value for syntax element base_layer_parameter_set_compatibility_flag[ i ] is incorrect.

Currently the flag is set equal to 1 when SPSId and PPSId are equal to 0. However, according to the spec, we actually should check the layerId of the SPS and PPS used by pictures in the i-th layer and also need to check the reprepsentation format of the i-th layer.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.