- Feb 13, 2019
-
-
Nan Hu authored
-
- Feb 08, 2019
-
-
Nan Hu authored
-
Frank Bossen authored
avoid dereferencing a nullptr object See merge request !276
-
Frank Bossen authored
MSVC minimum version and clang identification See merge request jvet/VVCSoftware_VTM!277
-
Frank Bossen authored
Update ALF syntax element with specification See merge request jvet/VVCSoftware_VTM!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 jvet/VVCSoftware_VTM!272
-
Frank Bossen authored
Fix ticket #177 on encoder decoder mismatch for VTM-4.0rc1 See merge request jvet/VVCSoftware_VTM!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
-
-
Frank Bossen authored
Compiling error fix in IntraPrediction.cpp when JVET_M0102_INTRA_SUBPARTITIONS is disabled See merge request jvet/VVCSoftware_VTM!270
-
Santiago de Luxán Hernández authored
-
Frank Bossen authored
SW and spec mismatch related to wide angle #174 See merge request jvet/VVCSoftware_VTM!260
-
Frank Bossen authored
remove SPSNext extension and sort SPS See merge request jvet/VVCSoftware_VTM!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 jvet/VVCSoftware_VTM!267
-
Karsten Suehring authored
-
Frank Bossen authored
fix IBC indication in reshaper and hash ME See merge request jvet/VVCSoftware_VTM!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.
-
Frederic Barbier authored
-
Xiang Li authored
Clean up scan data arrays See merge request jvet/VVCSoftware_VTM!257
-
Xiang Li authored
Fix spaces and indentation in CabacReader See merge request jvet/VVCSoftware_VTM!259
-
Xiang Li authored
Remove outdated macros and associated code See merge request jvet/VVCSoftware_VTM!258
-
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 jvet/VVCSoftware_VTM!255
-
Frederic Barbier authored
-
Xiang Li authored
Cleanup CABAC contexts See merge request jvet/VVCSoftware_VTM!253
-
Xiang Li authored
Remove unused variables / declarations See merge request jvet/VVCSoftware_VTM!254
-
- Feb 05, 2019
-
-
Frank Bossen authored
-
Frank Bossen authored
Remove unused contexts and split intra mode contexts into luma and chroma sets to align with text description
-
Frank Bossen authored
Update the software documentation/manual for VTM/JVET See merge request !252
-
Karsten Suehring authored
- change README.txt to markdown (displays in GitLab) - update build instructions - update LaTEX document template for JVET and include it - general updates for the software manual (authors, purpose, etc.) - update build instructions (aligned with README) - use code highlighting (requires Pygments installation) - minor formatting updates
-