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
#104 fixed The encoder output shows the framerate in the intraPeriod field Vadim CFeldmann
Description

This gave me quite a shock because I though I had to re run all my simulations. See attached patch.

#114 fixed Bug in parsing of Profile Tier Level Vadim CFeldmann
Description

There is a smaller bug in the TDecCavlc::parseProfileTier(...) function. The brackets got misplaced. See attached patch.

#2 fixed Control of inter-layer motion prediction and sample based prediction for SNR scalability jlchen Kenneth
Description

It seems that the SHVC specification is missing some information to specify the use of inter-layer motion prediction and sample based prediction for SNR scalability. There exists SamplePredEnabledFlag and MotionPredEnabledFlag that is used to control if resampling of the inter-layer reference picture or its motion field is performed when the resolution of the reference picture and the current picture is different but it does not specify anything specific for the case that the resolutions are identical.

It can be resolved by replacing following text in H.8.1.4

– rsPic is set equal to rlPic.

with

rsPic is derived as follows: – The PicOrderCntVal value of rsPic is set equal to the PicOrderCntVal value of rlPic. – When SamplePredEnabledFlag[ currLayerId ][ rLId ] is equal to 1, the rsPic is set equal to rlPic. – When MotionPredEnabledFlag[ currLayerId ][ rLId ] is equal to 1, the motion field of rsPic is set equal to the motion field of rlPic.

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