Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (10 - 12 of 1557)

1 2 3 4 5 6 7 8 9 10 11 12 13 14
Ticket Resolution Summary Owner Reporter
#426 fixed ERROR: In function "derivedChromaQPMappingTables" in Slice.cpp:1541: qpInVal out of range Jamaika
Description

EncoderApp.exe --SummaryVerboseness -c "encoder_randomaccess_vtm.cfg" --InputFile=111.yuv --BitstreamFile=video_2.vvc --SourceWidth=3840 --SourceHeight=2160 --FrameRate=25.000 --InputBitDepth=10 --InternalBitDepth=10 --OutputBitDepth=10 --MSBExtendedBitDepth=10 --InputChromaFormat=422 --ChromaFormatIDC=422 --MatrixCoefficients=9 --ConformanceWindowMode=1 --FramesToBeEncoded=100 --AspectRatioInfoPresent=1 --VideoSignalTypePresent=1 --ChromaLocInfoPresent=1 --VideoFullRange=1 --UseIdentityTableForNon420Chroma=1 --SameCQPTablesForAllChroma=0 1.MaxCUWidth : 16 # Maximum coding unit width in pixel 2.MaxCUHeight : 16 # Maximum coding unit height in pixel 3.CTUSize : 32 4.LMCSEnable : 1 # LMCS: 0: disable, 1:enable 5.LMCSSignalType : 1 # Input signal type: 0:SDR, 1:HDR-PQ, 2:HDR-HLG

#428 wontfix Correcting in files for GCC 9.1.1 (libgomp) with WPP & SPLIT PARALLELISM Jamaika
Description

Picture.cpp

45:#include "mingw.condition_variable.h"

Reshape.cpp

42:#include "UnitTools.h"

Slice.cpp

1047: msg((MsgLevel) ERROR, "\nCurrent picture: %d Long-term reference picture with POC = %3d seems to have been removed or not correctly decoded.", this->getPOC(), notPresentPoc); 1078: msg((MsgLevel) ERROR, "\nCurrent picture: %d Short-term reference picture with POC = %3d seems to have been removed or not correctly decoded.", this->getPOC(), notPresentPoc); 1883: msg((MsgLevel) ERROR, "Error: no scaling list file specified. Help on scaling lists being output\n"); 1891: msg((MsgLevel) ERROR, "Error: cannot open scaling list file %s for reading\n", fileName.c_str()); 1924: msg((MsgLevel) ERROR, "Error: cannot find Matrix %s from scaling list file %s\n", MatrixType[sizeIdc][listIdc], fileName.c_str()); 1933: msg((MsgLevel) ERROR, "Error: cannot read value #%d for Matrix %s from scaling list file %s at file position %ld\n", i, MatrixType[sizeIdc][listIdc], fileName.c_str(), ftell(fp)); 1938: msg((MsgLevel) ERROR, "Error: QMatrix entry #%d of value %d for Matrix %s from scaling list file %s at file position %ld is out of range (0 to 255)\n", i, data, MatrixType[sizeIdc][listIdc], fileName.c_str(), ftell(fp)); 1964: msg((MsgLevel) ERROR, "Error: cannot find DC Matrix %s from scaling list file %s\n", MatrixType_DC[sizeIdc][listIdc], fileName.c_str()); 1971: msg((MsgLevel) ERROR, "Error: cannot read DC %s from scaling list file %s at file position %ld\n", MatrixType_DC[sizeIdc][listIdc], fileName.c_str(), ftell(fp)); 1976: msg((MsgLevel) ERROR, "Error: DC value %d for Matrix %s from scaling list file %s at file position %ld is out of range (0 to 255)\n", data, MatrixType[sizeIdc][listIdc], fileName.c_str(), ftell(fp));

Picture.h

55:#include "mingw.mutex.h"

TypeDef.h

57:#define JVET_O0650_SIGNAL_CHROMAQP_MAPPING_TABLE 0 / / JVET-O0650: Signal chroma QP mapping tables and move chroma PPS/slice offsets after mapping table 194:#define JVET_O0280_SIMD_TRIANGLE_WEIGHTING 0 / / JVET-O0280: SIMD implementation for weighted sample prediction process of triangle prediction mode / / No SIMD 367:#define SIMD_ENABLE 0 / / No SIMD

DecLib.cpp

126: msg((MsgLevel) ERROR, "Warning: Attempt to decode an empty NAL unit\n");

VLCReader.cpp

2493: msg((MsgLevel) ERROR, "Trailing byte should be 0, but has value %02x\n", trailingNullByte);

DecLib.h

45: 46:#include "CommonLib/CacheModel.h"

EncCu.cpp

#include "CommonLib/MCTS.h"

EncSlice.cpp

1410: for( int ctuTsAddr = startCtuTsAddr; ctuTsAddr < boundingCtuTsAddr; ctuTsAddr += pcPic->cs->pcv->widthInCtus ) 1417: encodeCtus( pcPic, bCompressEntireSlice, bFastDeltaQP, ctuTsAddr, ctuTsAddr + pcPic->cs->pcv->widthInCtus, m_pcLib ); 1425: CHECK(cs.sps == 0, "No SPS present"); 1426: writeBlockStatisticsHeader(cs.sps);

Analyze.h

483: msg((MsgLevel) ERROR, "Unknown format during print out\n"); 536: msg((MsgLevel) ERROR, "Unknown format during print out\n");

EncHRD.h

38:#include "CommonLib/Common.h" 39:#include "CommonLib/HRD.h" 40:#include "CommonLib/Slice.h"

EncSlice.h

137: / /static

ColourRemapping.cpp

252: msg((MsgLevel) ERROR, "WARNING: crInputMatrixCoefficients set to MATRIX_COEFFICIENTS_RGB and crInputFullRangeFlag not set\n"); 262: msg((MsgLevel) ERROR, "WARNING: crInputMatrixCoefficients set to undefined value: %d\n", crInputMatrixCoefficients); 271: msg( (MsgLevel) ERROR, "WARNING: crMatrixCoefficients set to MATRIX_COEFFICIENTS_RGB and crInputFullRangeFlag not set\n"); 281: msg((MsgLevel) ERROR, "WARNING: crMatrixCoefficients set to undefined value: %d\n", crMatrixCoefficients);

DecoderApp.cpp

158: msg((MsgLevel) ERROR, "Warning: Attempt to decode an empty NAL unit\n");

DecAppCfg.cpp

125: msg((MsgLevel) ERROR 163: msg((MsgLevel) ERROR 169: msg((MsgLevel) ERROR 186: msg((MsgLevel) ERROR 197: msg((MsgLevel) ERROR 208: msg((MsgLevel) ERROR 214: msg((MsgLevel) ERROR

decmain.cpp

42:#include "Utilities/program_options_lite.h"

EnecAppCfg.cpp

1411: msg((MsgLevel) ERROR 1690: msg((MsgLevel) ERROR 1694: msg((MsgLevel) ERROR 1767: msg((MsgLevel) ERROR 3556: msg((MsgLevel) ERROR

789: ("InputBitDepth", m_inputBitDepth[CHANNEL_TYPE_LUMA], 0, "Bit-depth of input file") 1632: m_bitDepthConstraint = ((m_profile == Profile::MAINREXT | | m_profile == Profile::NEXT) ? 12 : 8); 2394: xConfirmPara(m_bitDepthConstraint != ((m_profile==Profile::MAINREXT | | m_profile==Profile::NEXT) ? 12 : 8), "BitDepthConstraint must be 8 for NEXT profile and 10/12 for MAINREXT profile.");

#705 fixed #defect name by decode files Jamaika
Description

DecoderApp.exe -b video_1.vvc -d 10 --SEIDecodedPictureHash=0 -o 114.yuv

File name is 1140.yuv

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