Custom query (105 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 105)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#32 fixed SHM-6.0 (CGS=0) memory leak Vadim bugdayci
Description

I observed random decoder crashes using SHM6.0 (CGS=0). I ran an automatic leak detector with the attached bitstream and found various memory leaks. I’d like to raise this issue to the software coordinator's attention.

#33 fixed incorrect TemporalId for EOB_NUT Vadim Sebastiaan
Description

According to F.7.4.2.2 the TemporalId for EOB_NUT shall be equal to 0. It appears that SHM uses the TemporalId of the previous AU.

Changing: nalu.m_temporalId = accessUnit.front()->m_temporalId;

to: nalu.m_temporalId = 0;

resolves this issue.

#35 fixed SHM6.1 Decoder Aborts Vadim umasagar
Description

SHM6.1 TAppDecoder.exe aborts with the following error:

SHM software: Decoder Version [6.1 (HM-14.0)][Windows][VS 1800][32 bit]

POC 0 LId: 0 TId: 0 ( I-SLICE IDR, QP 26 ) [DT 0.541] [L0 ] [L1 ] [MD5:54ab44a520a0e349bcf91086e2842597,cdbc1d715873f6bbfaa62596a7ca3638, f7528fd91c9cad0e48fe93331cb0780e,(OK)] Assertion failed: m_fifo_idx < m_fifo->size(), file SHM6.1\source\Lib\TLibCommon/TComBitStream.h, line 191

A sample bit stream with two layers is attached here: Base layer resolution: 1920x1080, 30 fps Enhancement layer resolution: 3840x2160, 30 fps

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