- Nov 26, 2018
-
-
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 22, 2018
-
- 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
-
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 10, 2018
-
-
Karsten Suehring authored
-
- 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
-