- Feb 09, 2019
-
-
Frank Bossen authored
Fix of the DQP signaling with multiple TUs (Ticket #181) See merge request jvet/VVCSoftware_VTM!280
-
Frank Bossen authored
Fix for Ticket #150 See merge request jvet/VVCSoftware_VTM!284
-
Frank Bossen authored
#179: fix of reshaper implementation (encoder-side RDcost) when lumaDQP is on for HDR See merge request !269
-
Frank Bossen authored
Fix for Ticket #182 See merge request jvet/VVCSoftware_VTM!289
-
Brian Heng authored
- Fix overflow during reconstruction process.
-
- Feb 08, 2019
-
-
Frank Bossen authored
SPS cleanup - removal of deprecated SPSNext parameters See merge request !279
-
-
Frank Bossen authored
Fix for tickets #91 and #180 See merge request !275
-
-
Frank Bossen authored
Fix for ticket #179 Retrieval of QP value to use for chroma See merge request !271
-
Santiago de Luxán Hernández authored
Deleted the TU retrieval from the DQP code in xCompressCU and the TU pointer being equal to nullptr check.
-
Taoran Lu authored
-
Santiago de Luxán Hernández authored
-
Brian Heng authored
- Triangle merge list zero-MV candidates not properly initialized.
-
Taoran Lu authored
-
Santiago de Luxán Hernández authored
Fix of the DQP signaling when there are multiple luma TUs in Single Tree and there is only one TU containing all of the chroma information
-
Frank Bossen authored
avoid dereferencing a nullptr object See merge request !276
-
Frank Bossen authored
MSVC minimum version and clang identification See merge request !277
-
Frank Bossen authored
Update ALF syntax element with specification See merge request !278
-
Frederic Barbier authored
-
Karsten Suehring authored
- fail to build when MSVC version too low - properly identify clang as compiler
-
Karsten Suehring authored
Dereferencing a nullptr should be avoided, even if the passed object is never used. It may not be the most elegant solution to pass an empty list object, but it should work.
-
Frank Bossen authored
enable JVET-L0283 MRLP See merge request !272
-
Frank Bossen authored
Fix ticket #177 on encoder decoder mismatch for VTM-4.0rc1 See merge request !273
-
Xiang Li authored
IBC block search history status is not reset for each frame, which may affect IBC searching results for the second frame.
-
Liang Zhao authored
-
- Feb 07, 2019
-
-
Santiago de Luxán Hernández authored
-
Frank Bossen authored
Compiling error fix in IntraPrediction.cpp when JVET_M0102_INTRA_SUBPARTITIONS is disabled See merge request !270
-
Santiago de Luxán Hernández authored
-
Frank Bossen authored
SW and spec mismatch related to wide angle #174 See merge request !260
-
Frank Bossen authored
remove SPSNext extension and sort SPS See merge request !268
-
Taoran Lu authored
-
Karsten Suehring authored
- all elements of SPSNext are moved into SPS - syntax elements of SPS are sorted according to draft (as far as possible) - comments were added where software and draft diverge
-
Frank Bossen authored
fix typo in tracing code See merge request !267
-
Karsten Suehring authored
-
Frank Bossen authored
fix IBC indication in reshaper and hash ME See merge request !262
-
Frank Bossen authored
fix ENABLE_TRACING build See merge request jvet/VVCSoftware_VTM!264
-
Karsten Suehring authored
Keep align syntax-element variable with trace See merge request jvet/VVCSoftware_VTM!261
-
Karsten Suehring authored
- fix block statistics code for IBC mode after JVET_M0483_IBC - enable build of block statistics code, when ENABLE_TRACING is specified on the command line
-
Karsten Suehring authored
- removes old getIBCMode functions from SPSNext - fixes references to this function in * reshaper * hash based ME Note: SPSNext is going to be removed. Fixes can also be applied with the removal patch.
-