- Dec 04, 2018
-
-
Max Bläser authored
-
Max Bläser authored
- Added tracing of new syntax elements for VTM 3.0: MMVD, MH, Triangle, GBI, CPR, MULTI_REF_LINE - The triangle partitioning can now also be visualized, including motion vectors
-
- Nov 30, 2018
-
-
Jani Lainema authored
-
- Nov 29, 2018
-
-
Jani Lainema authored
-
- Nov 28, 2018
-
-
Xiang Li authored
-
Karsten Suehring authored
- remove alternative code path for HM_EMT_NSST_AS_IN_JEM - remove code in DMVR_JVET_LOW_LATENCY_K0217 (was not defined)
-
Karsten Suehring authored
- remove unnecessary build scripts - allow MSYS32/64 build - small feature improvements, e.g. allow targeting major compiler options for build parameters
-
Han Gao authored
-
xiuxx authored
check-in changes for BIO SIMD bug-fixes when SIMD_ENABLE is set to 0 and fixes for decoder mismatch when disabling JVET_L0256_BIO
-
Xiang Li authored
-
- Nov 26, 2018
-
-
Xiang Li authored
-
Christian Helmrich authored
-
Karsten Suehring authored
-
Adam Wieckowski authored
switched default value for CodingStructure::initStructData::QP from -1 to MAX_INT (signalling that the QP value for the CS should not be set)
-
- Nov 24, 2018
-
-
Yu-Chen Sun authored
-
- Nov 22, 2018
-
-
Yu-Chen Sun authored
-
Yu-Chen Sun authored
-
Xiaozhong Xu authored
-
- Nov 21, 2018
-
-
Chia-Ming Tsai authored
-
- Nov 20, 2018
-
-
Frank Bossen authored
This reverts merge request !107
-
- Nov 19, 2018
-
-
Xiang Li authored
Fix ticket #116 on encoder crashes when AFFINE_MRG_MAX_NUM_CANDS is set to less than 5. Using constants AFFINE_MRG_MAX_NUM_CANDS and MRG_MAX_NUM_CANDS instead of fixed numbers in encoder checking.
-
Frank Bossen authored
Relates to !105
-
Paul Keydel authored
-
- Nov 16, 2018
-
-
Frank Bossen authored
Fixes #107
-
Frank Bossen authored
Fixes #114
-
- Nov 15, 2018
-
-
Frank Bossen authored
Fixes #108
-
Frank Bossen authored
When pruned == false and currCnt == MAX_NUM_HMVP_CANDS, memmove() copied element motionCand[MAX_NUM_HMVP_CANDS] which is out of bounds. With this fix one fewer elements is copied. The element that was previously incorrectly copied was overwritten by memcpy(). Hence there is no change in the result. See also #113
-
- Nov 14, 2018
-
-
Frank Bossen authored
Fixes #113
-
Xiang Li authored
Fix ticket #110 on incorrect affine mv and mv predictor precision is used in GBI. Patch provided by Daniel.Luo@InterDigital.com.
-
Philippe Hanhart authored
-
Xiang Li authored
-
galpinf authored
-
Xiang Li authored
-
- Nov 13, 2018
-
-
Frank Bossen authored
This avoids running into issues such as the ones fixed in !88. Formatting is also improved
-
Max Bläser authored
Fix output of bit and tool statistics. If RExt__DECODER_DEBUG_BIT_STATISTICS and RExt__DECODER_DEBUG_TOOL_STATISTICS are enabled, the decoder throws and exception as size of enum CodingStatisticsType and the size of the statNames array don't match. Further, the order of the enum has to match the order of the labels. Also, the bit counter for JVET_L0283_MULTI_REF_LINE was missing.
-
Xiang Li authored
Fix ticket #104 on incorrect position derivation In setMaxMinDepth. Fix provided by yj1003.piao@samsung.com.
-
Huanbang Chen authored
-
- Nov 12, 2018
-
-
Xiang Li authored
Fix ticket #103 on MV rounding issue during AMVP candidates generation. Patch provided by ruoyang.yu@ericsson.com
-
Huanbang Chen authored
-