- Aug 08, 2019
-
-
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
-
Xiang Li authored
Fix for Ticket #407 DMVR with reference wraparound See merge request jvet/VVCSoftware_VTM!768
-
Brian Heng authored
- Add back support for reference wraparound with DMVR.
-
Xiang Li authored
Align syntax elements trace with specification See merge request jvet/VVCSoftware_VTM!810
-
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 jvet/VVCSoftware_VTM!811
-
Karsten Suehring authored
-
Frederic Barbier authored
-
Frank Bossen authored
Cleanup of MIP / JVET-O0925 (bit-identical) See merge request jvet/VVCSoftware_VTM!807
-
Frank Bossen authored
Fix #400: use correct position to derive firstNZPos in dec_abs_level context See merge request jvet/VVCSoftware_VTM!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
-
Christian Helmrich authored
This reverts commit 9503ca9c
-
Frank Bossen authored
Fix unicode issue See merge request !804
-
Xiang Li authored
-
- Aug 06, 2019
-
-
Brian Heng authored
- Prevent weighted prediction related processing when IBC or triangle prediction is enabled for the PU.
-
Frank Bossen authored
This should implement the following from the meeting notes: For CTC, it was initially agreed to use the new syntax to achieve the chroma QP settings proposed in O0186 for SDR, N0221 for PQ, O0433 for HLG. For the joint table, use the average of the Cb and Cr tables. Below QP = 16, chroma and luma QP should be equal for CEs using low QP. Decision (CTC): This was further discussed in the closing plenary on Friday. It was suggested to keep the anchor QP settings for PQ and HLG as in CTC of prior meeting cycle. For SDR, see above. Below QP = 16, chroma and luma QP should be equal for CEs using low QP.
-
Frank Bossen authored
JVET-O0526: Setting the minimum CTU size to 32x32. See merge request !803
-
Frank Bossen authored
Bug fix of encoder deblocking optimization See merge request !796
-
Brian Heng authored