Opened 11 years ago

Closed 11 years ago

#1087 closed defect (fixed)

Buffer allocation for substream with wpp

Reported by: lagorsse Owned by:
Priority: minor Milestone: HM-11.0
Component: HM Version: HM-10.0
Keywords: wavefront Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

Hi,

I've got an error with this stream on HM10.0 . Disclaimer: This stream has been made by me so it can't be considered as bugfree.

However, it looks like HM encounters an assert on this stream at the end of first wavefront. This assert is a check on fifo size to ensure hm still have an allocated buffer wile reading on it. It looks like the buffer size just has 1 byte missing (264 rather than 265).

What do you think of this ? Do you confirm me it is an HM bug ?

Thanks and Regards,

Attachments (1)

bitstream.hevc (4.6 KB) - added by lagorsse 11 years ago.

Download all attachments as: .zip

Change History (5)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 11 years ago by lagorsse

comment:2 Changed 11 years ago by davidf

Ignoring the very broken profile signalling in the SPS,

Are you counting emulation prevention bytes in your substream offsets?

There is an emulation prevention byte in the first substream that decreases the size from 265 (as signalled) to 264.

comment:3 Changed 11 years ago by fbossen

  • Milestone changed from HM-10.1 to HM-11.0

Fixed in r3475
Could be a nice conformance stream if it weren't for all the issues in VPS/SPS

comment:4 Changed 11 years ago by fbossen

  • Resolution set to fixed
  • Status changed from new to closed
Note: See TracTickets for help on using tickets.

This list contains all users that will be notified about changes made to this ticket.

These roles will be notified: Reporter, Owner, Subscriber, Participant

  • David Flynn(Subscriber, Participant)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Vincent Lagorsse(Reporter)