- Nov 26, 2018
-
-
Karsten Suehring authored
-
- Nov 22, 2018
-
- Nov 21, 2018
-
-
Chia-Ming Tsai authored
-
- Nov 19, 2018
-
-
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.
-
Huanbang Chen authored
-
- Nov 12, 2018
-
-
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
-
Nan Hu authored
-
rlliao authored
code optimization of triangle weighting process
-
Frank Bossen authored
-