- Feb 09, 2019
-
-
Frank Bossen authored
Fix for Ticket #182 See merge request !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.
-
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
-
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 !264
-
Karsten Suehring authored
Keep align syntax-element variable with trace See merge request !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.
-
Frederic Barbier authored
-
Xiang Li authored
Clean up scan data arrays See merge request jvet/VVCSoftware_VTM!257
-
Liang Zhao authored
-
- Feb 06, 2019
-
-
Frank Bossen authored
-
Frank Bossen authored
Remove JEM_USE_INTRA_BOUNDARY and HEVC_USE_4x4_DSTVII
-
Frank Bossen authored
Use a single array with elements that comprise scan x position, y position, and index into block instead of separate arrays. Simplify array initialization code
-
Karsten Suehring authored
Align ALF trace with specification See merge request !255
-