- 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
-
- Nov 26, 2018
-
-
Xiang Li 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
-
- 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
-
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
-
Xiaozhong Xu authored
add corresponding tool macros for CPR code, to prevent compiling errors when some tools are disabled
-
Frank Bossen authored
Fixes #102
-
- Nov 09, 2018
-
-
Frank Bossen authored
-
Frank Bossen authored
Fix provided by zhi.a.zhang@ericsson.com Fixes #100
-
Frank Bossen authored
Values were trained on CTC set (including optional tests) using commit 67bafee8
- Nov 07, 2018
-
-
Xiang Li authored
Fix of ticket #98 on incorrect derivation of chroma-tree split context. Patch provided by adam.wieckowski@hhi.fraunhofer.de
-
Huanbang Chen authored
-
- Nov 06, 2018
-
-
Karsten Suehring authored
-
-
- Nov 05, 2018
-
-
Karsten Suehring authored
-
Liang Zhao authored
-
- Nov 03, 2018
-
-
- Nov 02, 2018
-
-
Xiang Li authored
-
Nan Hu authored
-
rlliao authored
code optimization of triangle weighting process
-
Frank Bossen authored
-