- Oct 24, 2019
-
-
Kato Yusuke authored
-
- Oct 19, 2019
-
-
Shih-Ta Hsiang authored
-
- Oct 17, 2019
-
-
Mohammed Golam Sarwer authored
-
- Oct 16, 2019
-
-
Yuling Hsiao authored
-
Brian Heng authored
- Fix overlap in context between the bi-pred flag for 8x8 CUs and the L0/L1 flag for all size CUs.
-
- Oct 15, 2019
-
-
Yi-Wen Chen authored
-
Jie authored
-
Frank Bossen authored
-
- Sep 11, 2019
-
-
Remy Foray authored
Move chroma qp offset from PPS extension to PPS
-
- Aug 28, 2019
-
-
Martin Pettersson authored
Added back sps_temporal_mvp_enabled_flag to align with specification text in JVET-O2001-vE. \n This also means that sps_sbtmvp_enabled_flag can be signaled in SPS as before instead of in PPS.
-
Martin Pettersson authored
-
Frank Bossen authored
This reverts commit 8e16ada0.
-
- Aug 25, 2019
-
-
Karsten Suehring authored
-
- Aug 22, 2019
-
-
Hongtao Wang authored
-
Hongtao Wang authored
-
- Aug 21, 2019
-
-
Brian Heng authored
-
Frank Bossen authored
Use vectors and resize them if needed instead of deleting and reallocating memory for every picture. This appears to have a significant impact on decoder run time. Use PLTRunMode type where appropriate instead of bool since using vector<bool> creates a number of issues
-
Frank Bossen authored
Remove partitioner factory to simplify memory allocation for the partitioner (use stack instead of heap)
-
- Aug 16, 2019
-
-
Remy Foray authored
-
Remy Foray authored
-
- Aug 14, 2019
-
-
Moonmo Koo authored
- The 16x16 coeff. zero-out for DST-7/DCT-8 is made disabled in VTM when MTS is turned off according to the suggested fix in #447. - This fix does not change CTC results.
-
Yin Zhao authored
fix CHECK on cu mode, considering palette mode
-
- Aug 13, 2019
-
-
Frederic Barbier authored
-
- Aug 12, 2019
-
-
Remy Foray authored
-
- Aug 11, 2019
-
-
Xiang Li authored
-
- Aug 08, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
-
Yin Zhao authored
-
Yin Zhao authored
-
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
-
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
-
Yin Zhao authored
-
- Aug 07, 2019
-
-
- Aug 06, 2019
-
-
Philipp Merkle authored
-
-
- Aug 05, 2019
-
-
Remy Foray authored
-
Jason Jung authored
-
Fangdong Chen authored
-
- Aug 02, 2019
-
-
Santiago de Luxán Hernández authored
-
Moonmo Koo authored
- This fix is aligned with spec text.
-
Yan Zhang authored
Software changes with respect to the adoption from proposal JVET-O0455: Control the maximum number of IBC merge candidates independently from the maximum number of regular merge candidates.
-