- Nov 22, 2018
-
-
Frank Bossen authored
-
Xiang Li authored
Fix ticket #117 on redundant memory copy in predInterSearch() See merge request jvet/VVCSoftware_VTM!110
-
- Nov 21, 2018
-
-
Xiang Li authored
incorrect rate estimation in estIntraPredLumaQT See merge request jvet/VVCSoftware_VTM!106
-
Chia-Ming Tsai authored
-
Xiang Li authored
Update HDR cfg files See merge request jvet/VVCSoftware_VTM!109
-
- Nov 20, 2018
-
-
Frank Bossen authored
Fix ticket #116 on encoder crashes when AFFINE_MRG_MAX_NUM_CANDS is set to less than 5 See merge request jvet/VVCSoftware_VTM!108
-
Frank Bossen authored
This reverts merge request !105
-
Frank Bossen authored
This reverts merge request !107
-
Xiang Li authored
-
- 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.
-
Karsten Suehring authored
Avoid printing outdated warning message See merge request jvet/VVCSoftware_VTM!107
-
Frank Bossen authored
Relates to !105
-
Paul Keydel authored
-
- Nov 17, 2018
-
-
Karsten Suehring authored
Fix CTC merge list size See merge request jvet/VVCSoftware_VTM!105
-
- Nov 16, 2018
-
-
Xiang Li authored
-
Karsten Suehring authored
Ensure encoding and decoding of # merge candidates matches See merge request jvet/VVCSoftware_VTM!103
-
Karsten Suehring authored
Do not fill vector that has size 0 See merge request jvet/VVCSoftware_VTM!102
-
Frank Bossen authored
Fixes #107
-
Frank Bossen authored
Fixes #114
-
Frank Bossen authored
remove /MT option for MS Visual C++ to fix debug build issues for several people See merge request jvet/VVCSoftware_VTM!99
-
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
-
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
-