Opened 11 years ago

Closed 11 years ago

#1126 closed defect (fixed)

Conformance checks of leading pictures are missing

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

Description

The HM decoder does not check for the on leading picture restrictions that are specified in section 7.4.2.2 NAL unit header semantics.

Attachments (1)

Suggested_fix_for_#1126.patch (14.2 KB) - added by rickard 11 years ago.
A patch that checks some leading picture restrictions

Download all attachments as: .zip

Change History (4)

comment:1 Changed 11 years ago by DefaultCC Plugin

  • Cc fbossen ksuehring davidf jct-vc@… added

Changed 11 years ago by rickard

A patch that checks some leading picture restrictions

comment:2 Changed 11 years ago by rickard

The patch "Suggested_fix_for_#1126.patch" adds checks for the following restrictions:

"When a picture is a leading picture, it shall be a RADL or RASL picture."
"When a picture is a trailing picture, it shall not be a RADL or RASL picture."
"When a picture is a leading picture, it shall precede, in decoding order, all trailing pictures that are associated with the same IRAP picture."
"No RASL pictures shall be present in the bitstream that are associated with a BLA picture having nal_unit_type equal to BLA_W_RADL or BLA_N_LP."
"No RASL pictures shall be present in the bitstream that are associated with an IDR picture."
"No RADL pictures shall be present in the bitstream that are associated with a BLA picture having nal_unit_type equal to BLA_N_LP or that are associated with an IDR picture having nal_unit_type equal to IDR_N_LP."
"Any picture that has PicOutputFlag equal to 1 that precedes an IRAP picture in decoding order shall precede the IRAP picture in output order and shall precede any RADL picture associated with the IRAP picture in output order."
"Any RASL picture associated with a CRA or BLA picture shall precede any RADL picture associated with the CRA or BLA picture in output order."
"Any RASL picture associated with a CRA picture shall follow, in output order, any IRAP picture that precedes the CRA picture in decoding order."

comment:3 Changed 11 years ago by fbossen

  • Milestone changed from D8 to HM-11.1
  • Resolution set to fixed
  • Status changed from new to closed

Patch committed in r3529

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)
  • Frank Bossen(Subscriber, Participant)
  • jct-vc@…(Subscriber)
  • karl.sharman@…(Always)
  • Karsten Suehring(Subscriber, Always)
  • Rickard Sjoberg(Reporter, Participant)