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
#509 fixed *_hrd_parameters_present_flag kazui
Description

1) "hrd_parameters_present_flag" in 7.3.2.3, 7.4.3.3 and 7.4.5.2 should be replaced with "general_hrd_parameters_present_flag".

2) "vcl_hrd_parameters_present_flag" and "nal_hrd_parameters_present_flag" in C.1 should be replaced with "general_vcl_hrd_parameters_present_flag" and "general_nal_hrd_parameters_present_flag", respectively.

#1025 fixed --TargetOutputLayerSet=<intermediate OSLs> fails to decode iole.moccagatta
Description

VTM fails to decoder when using --TargetOutputLayerSet set to intermediate layers of spatial scalability streams.

Example:

SPALSCAL_A_Qualcomm_1 located in /jvet-site/bitstream_exchange/VVC/under_test/VTM-incompatible NOTE: this stream is decodable by VTM8.0 + MR1489. MR1489 has been merged.

Spatial scalability with noncontinuous 3 layers 0, 30, 50.

Decoder fails with --TargetOutputLayerSet=0 and TargetOutputLayerSet=1. Decoder decodes correctly with --TargetOutputLayerSet=2. Details bellow

===========================

DecoderAppStatic -b SPALSCAL_A_Qualcomm_1.bit --TargetOutputLayerSet=0 -o dec.yuv

VVCSoftware: VTM Decoder Version 8.0 [Linux][GCC 5.5.0][64 bit] [SIMD=AVX2] POC 0 LId: 0 TId: 0 ( I-SLICE, QP 21 ) [DT 0.008] [L0] [L1] [MD5:6255c2f22f83e4f3a7eeea2fd33c2c92,d3197f45b0406f2bd21cc4f207619a50,9107f157c1e995325173dc2ec391158c,(OK)]

ERROR: In function "checkAuApsContent" in VVCSoftware_VTM/source/Lib/CommonLib/../CommonLib/Slice.h:3193: APS does not exist

DecoderAppStatic -b SPALSCAL_A_Qualcomm_1.bit --TargetOutputLayerSet=1 -o dec.yuv

VVCSoftware: VTM Decoder Version 8.0 [Linux][GCC 5.5.0][64 bit] [SIMD=AVX2] POC 0 LId: 0 TId: 0 ( I-SLICE, QP 21 ) [DT 0.005] [L0] [L1] [MD5:6255c2f22f83e4f3a7eeea2fd33c2c92,d3197f45b0406f2bd21cc4f207619a50,9107f157c1e995325173dc2ec391158c,(OK)] POC 0 LId: 30 TId: 0 ( I-SLICE, QP 21 ) [DT 0.005] [L0] [L1] [MD5:88511abd96c31d46236f0227d0f9b705,451ce7272b9856a8ca7b6bafc260772c,a87b30f55e01313546a1f0eb143f7aec,(OK)]

ERROR: In function "checkAuApsContent" in VVCSoftware_VTM/source/Lib/CommonLib/../CommonLib/Slice.h:3193: APS does not exist

#111 fixed /MT option for MSVC breaks build with older CMake version ksuehring
Description

In

https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_BMS/merge_requests/86

the compile option /MT is enforced for all MS Visual Studio builds, which results in linking of a static release runtime, in both debug and release mode.

While it is already generally undesirable to link a release runtime in debug mode, it also breaks building in debug mode when using older CMake versions, e.g. CMake 3.7.x

Without that option, CMake selects /MD in release mode for mutithreaded release DLL build and /MDd for mutithreaded debug DLL in debug build.

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