Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
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.

#24 fixed The decoder crashes when VPS extension is not present in the bitstream Vadim danny
Description

The decoder crashes when decoding a single layer HEVC bitstream without VPS extension. This is due to some values not being initialized and the attached patch can be used to fix this.

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