- 08 Aug, 2019 18 commits
-
-
Yin Zhao authored
-
Frank Bossen authored
Clean-up for the threshold table of intra interpolation filter selection See merge request jvet/VVCSoftware_VTM!813
-
Frank Bossen authored
Editorial: Fix some JCCR related indentation, encapsulation, and descriptive text, add PYUV dec. option to manual See merge request jvet/VVCSoftware_VTM!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
-
Xiang Li authored
Align transform unit coding with specification See merge request jvet/VVCSoftware_VTM!793
-
- 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
-
- 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
-
- 07 Aug, 2019 15 commits
-
-
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
-
Xiang Li authored
Update chroma QP tables for use in CTC See merge request jvet/VVCSoftware_VTM!802
-
Xiang Li authored
Fix for Ticket #375, synchronize JCCR element spelling with that in JVET-O2001-vC (VVC draft 6, v12) See merge request jvet/VVCSoftware_VTM!719
-
This reverts commit 9503ca9c
-
Frank Bossen authored
Fix unicode issue See merge request jvet/VVCSoftware_VTM!804
-
Xiang Li authored
-
- 06 Aug, 2019 7 commits
-
-
Xiang Li authored
Fix for Ticket #367 IBC and Triangle with Weighted Prediction See merge request jvet/VVCSoftware_VTM!683
-
- 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 jvet/VVCSoftware_VTM!803
-
Frank Bossen authored
Bug fix of encoder deblocking optimization See merge request jvet/VVCSoftware_VTM!796
-
Brian Heng authored
-
Nan Hu authored
-