- Aug 08, 2019
-
-
Frank Bossen authored
Read 32 bits instead of 64 bits for blocks of width 2 such as to not read past array boundaries
-
Frank Bossen authored
-
Frank Bossen authored
-
Frank Bossen authored
Addresses a compilation error reported by gcc 9.1
-
Frank Bossen authored
Fix scaling list after JVET-O0119 integration See merge request !814
-
There is no scaling matrix for palette prediction
-
Frank Bossen authored
JVET-O0050: avoid small intra prediction with a local dual-tree technique See merge request !757
-
Yin Zhao authored
-
Frank Bossen authored
Clean-up for the threshold table of intra interpolation filter selection See merge request !813
-
Frank Bossen authored
Editorial: Fix some JCCR related indentation, encapsulation, and descriptive text, add PYUV dec. option to manual See merge request !809
-
Yin Zhao authored
-
Yin Zhao authored
-
Yin Zhao authored
# Conflicts: # source/Lib/DecoderLib/CABACReader.cpp # source/Lib/EncoderLib/CABACWriter.cpp
-
Yin Zhao authored
fix compilation errors by code merging and harmonize with JVET_O0119_BASE_PALETTE_444, JVET_O0502_ISP_CLEANUP, JVET_O0472_LFNST_SIGNALLING_LAST_SCAN_POS, JVET_O0545_MAX_TB_SIGNALLING
-
Yin Zhao authored
# Conflicts: # source/Lib/CommonLib/CodingStructure.cpp # source/Lib/CommonLib/Unit.cpp # source/Lib/DecoderLib/CABACReader.cpp # source/Lib/EncoderLib/CABACWriter.cpp # source/Lib/EncoderLib/EncCu.cpp # source/Lib/EncoderLib/EncModeCtrl.cpp # source/Lib/EncoderLib/InterSearch.cpp # source/Lib/EncoderLib/IntraSearch.cpp
-
Chia-Ming Tsai authored
-
Remy Foray authored
- only cu_qp_delta is conditioned by (CbWidth > 64 || CbHeight > 64) - move parsing of tu_joint_cbcr_residual_flag[] between cu_chroma_qp_offset_idx and transform_skip_flag instead of before cu_qp_delta
-
Brian Heng authored
- Add back support for reference wraparound with DMVR.
-
Yin Zhao authored
-
Yin Zhao authored
-
Yin Zhao authored
-
Yin Zhao authored
-
- Aug 07, 2019
-
-
Christian Helmrich authored
-
Frank Bossen authored
initialize refList array to avoid uninitialized memory access See merge request !811
-
Karsten Suehring authored
-
Frederic Barbier authored
-
Frank Bossen authored
Cleanup of MIP / JVET-O0925 (bit-identical) See merge request !807
-
Frank Bossen authored
Fix #400: use correct position to derive firstNZPos in dec_abs_level context See merge request !808
-
-
Christian Helmrich authored
fix some JCCR related indentation, encapsulation, and descriptive text, add --PYUV to software manual
-
Philipp Merkle authored
- refactoring of MatrixIntraPrediction.h/.cpp (merged classes MatrixIntraPrediction and PredictorMIP, removed namespace Mip) - removed unused variable posBias in function computeReducedPred - fixed list size in function reduceHadCandList
-
https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTMChristian Helmrich authored
Merge branch 'master' of https://vcgit.hhi.fraunhofer.de/jvet/VVCSoftware_VTM into JVET_O0105_O0543_JCC
-