Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (58 - 60 of 105)

Ticket Resolution Summary Owner Reporter
#78 fixed encoder assertion on multiple layers coding structure Vadim eeehey
Description

Encoder assertion on 3 layers when the 3rd layer depends on the 2nd layer and 2nd layer depends on the base layer. Patch is attached.

#79 fixed decoder assertion for 3 layers structure when MaxTidRefPresentFlag is on Vadim eeehey
Description

Decoder assertion on the following line code for 3 layers structure when MaxTidRefPresentFlag is on:

assert( (Int)pcIlpPic[refLayerIdc]->getSlice(0)->getTLayer() < maxTidIlRefPicsPlus1
( !maxTidIlRefPicsPlus1 && pcIlpPic[refLayerIdc]->getSlice(0)->getRapPicFlag() ) );

patch is attached to fix this issue.

#80 invalid SHM code cannot output reconstructed files of both layers simultaneously Vadim eeehey
Description

With argument "-ls 2 -o0 rec0.yuv -o1 rec1.yuv" or "-olsidx 1 -o0 rec0.yuv -o1 rec1.yuv", the decoder can only output EL YUV recon file, but not BL recon YUV file regardless DefaultTargetOutputLayerIdc setting. BL recon file can only be output with argument "-ls 1" or "-olsidx 0".

Note: See TracQuery for help on using queries.