View Issue Details

IDProjectCategoryView StatusLast Update
0000336JVT JM H.264/AVC reference softwareencoderpublic2013-12-24 08:55
ReporterFangzhen Hu Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
PlatformVisual Studio 2008OSWindow 7OS Version32 bit
Product VersionJM 18.5 
Summary0000336: Rate Control has some incompatibility problems with the Picture based Multi-pass encoding
DescriptionIf I enable the RC mode 0, and use the frame level RC, the encode runs well. However, when I use the MB level RC, if the option "RDPictureDecision" is enabled,the encoder will output some errors like:
Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -1
Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -2
Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -3
Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -4
Write into invalid memory in updateRCModel at frame 4, p_quad->NumberofBasicUnit -5
.....

This will be output by function updateRCModel when the option "BasicUnit" is great than 0.

If the option "RDPictureDecision" is disabled, the MB level RC works well.
Steps To ReproduceRateControlEnable=1,
BasicUnit=1(>0)
RDPictureDecision=1,
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Issue History

Date Modified Username Field Change
2013-12-24 08:55 Fangzhen Hu New Issue