- Nov 16, 2018
-
-
Xiang Li authored
Avoid using uninitialized memory See merge request jvet/VVCSoftware_VTM!101
-
- Nov 15, 2018
-
-
Frank Bossen authored
Fixes #108
-
Karsten Suehring authored
Fix ticket #110 on incorrect affine mv and mv predictor precision See merge request jvet/VVCSoftware_VTM!96
-
Karsten Suehring authored
Avoid accessing out of bounds elements See merge request jvet/VVCSoftware_VTM!98
-
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
-
Xiang Li authored
Fix mismatched new/delete See merge request jvet/VVCSoftware_VTM!97
-
- 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.
-
Xiang Li authored
Modified PSNR output for 360 video to align labels and values See merge request jvet/VVCSoftware_VTM!95
-
Philippe Hanhart authored
-
Karsten Suehring authored
Fix memory leak See merge request jvet/VVCSoftware_VTM!92
-
Xiang Li authored
-
Frank Bossen authored
bug #109 same behavior in debug for MSVC and others See merge request jvet/VVCSoftware_VTM!94
-
galpinf authored
-
Xiang Li authored
-
- Nov 13, 2018
-
-
Xiang Li authored
Make all parameters mandatory in xPredInterBlk() function See merge request jvet/VVCSoftware_VTM!91
-
Frank Bossen authored
Fix ticket #103 on MV rounding issue during AMVP candidates generation See merge request jvet/VVCSoftware_VTM!87
-
Frank Bossen authored
Fix for #106: Decoder exception and wrong ordering for bit / tool statistics See merge request jvet/VVCSoftware_VTM!90
-
Frank Bossen authored
Fix ticket #104 on incorrect position derivation In setMaxMinDepth See merge request jvet/VVCSoftware_VTM!89
-
Frank Bossen authored
This avoids running into issues such as the ones fixed in !88. Formatting is also improved
-
Frank Bossen authored
fix ambiguous parameters for BIO and CPR flag in xPredInterBlk See merge request jvet/VVCSoftware_VTM!88
-
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
-
Frank Bossen authored
fix trace file mismatches See merge request jvet/VVCSoftware_VTM!85
-
- Nov 12, 2018
-
-
Xiang Li authored
Fix ticket #103 on MV rounding issue during AMVP candidates generation. Patch provided by ruoyang.yu@ericsson.com
-
Frank Bossen authored
Bugfix for CPR code, when other macros are off See merge request jvet/VVCSoftware_VTM!84
-
Frank Bossen authored
fix accounting of affine modes See merge request jvet/VVCSoftware_VTM!86
-
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
Suppress compiler errors when ENABLE_TRACING is set to 1 See merge request jvet/VVCSoftware_VTM!83
-
Frank Bossen authored
Fixes #102
-
- Nov 11, 2018
-
-
Xiang Li authored
fix compilation for WCG_EXT=1 See merge request jvet/VVCSoftware_VTM!82
-
- Nov 10, 2018
-
-
Karsten Suehring authored
-
- Nov 09, 2018
-
-
Frank Bossen authored
-
Frank Bossen authored
Avoid duplicate entries in MPM list when multiref is used See merge request jvet/VVCSoftware_VTM!81
-
Frank Bossen authored
Fix provided by zhi.a.zhang@ericsson.com Fixes #100
-
Karsten Suehring authored
Update CABAC init values See merge request jvet/VVCSoftware_VTM!80