Opened 13 years ago

Closed 13 years ago

#122 closed defect (fixed)

Decoder crash for 10-bit sequences for low QPs

Reported by: tung.nguyen Owned by:
Priority: minor Milestone:
Component: HM Version:
Keywords: Cc: fbossen, ksuehring, davidf, jct-vc@…

Description

  • NebutaFestival QP2 INTRA 50fr
  • NebutaFestival QP2 Random 50fr

Change History (5)

comment:1 Changed 13 years ago by fbossen

Input buffer is too small in decoder (TAppDecTop.cpp):

/ maximum bitstream buffer Size per 1 picture (1920*1080*1.5)
/ \todo fix this value according to suitable value

*/

#define BITS_BUF_SIZE 3110400

Quick fix would be to simply add a 0 to that number...

comment:2 Changed 13 years ago by fbossen

  • Resolution set to fixed
  • Status changed from new to closed

Fixed in r576

comment:3 Changed 12 years ago by davidf

  • Component set to HM

Updating component after adding WD (Text) tickets

comment:4 Changed 12 years ago by davidf

  • Cc fbossen ksuehring davidf added

comment:5 Changed 12 years ago by davidf

  • Cc jct-vc@… added
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)
  • Tung Nguyen(Reporter)