Custom query (96 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 96)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#38 fixed Incomplete renaming of “layers present” SEI. tech tech
Description

Since the name of the SEI message was changed to layers not present, the F.14.1.1 title should also be changed. The persistence scope in Table F-2 also refers to “layers present”.

#39 fixed view_Id_len_minus1 not present but needed for NumViews equal to 1. tech tech
Description

For NumViews equal to 1, view_id_len_minus1 is not present. However, view_id_len_minus1 is needed for parsing view_id_val[ 0 ]

in

for( i = 0; i < NumViews; i++ )

view_id_val[ i ]

#40 fixed Wrong layer_id in decoded picture hash SEI (decoded picture hash doesn't work) tech Tomohiro Ikai
Description

The decoder picture hash doesn't work in enhancement layer.

This is because encoder always send the decoded picture hash SEI with nal_layer_id equal to 0. The decoder decodes the SEI in enhancement layer but interprets that is associated with base layer.

A patch is attached.

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