- Dec 13, 2019
-
-
Brian Heng authored
- Move the following SPS syntax elements: sps_log2_ctu_size_minus5 sps_idr_rpl_present_flag sps_bdof_pic_present_flag sps_smvd_enabled_flag sps_dmvr_pic_present_flag sps_isp_enabled_flag sps_mip_enabled_flag sps_sbt_enabled_flag sps_lfnst_enabled_flag sps_affine_amvr_enabled_flag sps_affine_prof_enabled_flag sps_prof_pic_present_flag sps_bcw_enabled_flag - Move the following PPS syntax elements: entropy_coding_sync_enabled_flag constant_slice_header_params - Add missing monochrome conditions for the following SPS syntax elements: qtbtt_dual_tree_intra_flag sps_cclm_enabled_flag - Add missing sps_mrl_enabled_flag and associated behavior. - Remove transquant_bypass_enabled_flag from PPS.
-
- Nov 26, 2019
-
-
Chao-Hsiung Hung authored
use MAX_NUM_CHANNEL_TYPE instead of MAX_NUM_COMPONENT - 1
-
- Nov 21, 2019
-
-
Xiaoyu Xiu authored
-
- Add picture header and related syntax changes.
-
- Nov 19, 2019
-
-
Tobias Hinz authored
-
- Nov 06, 2019
-
-
Xiaoyu Xiu authored
-
Xiaoyu Xiu authored
1. enabling the encoder-side RD check of ISP mode when ACT is disabled at CU level 2. ACT intra RD code clean-up
-
- Nov 05, 2019
-
-
Takeshi Tsukuba authored
-
- Nov 01, 2019
-
-
Tung Nguyen authored
-
Santiago de Luxán Hernández authored
-
- Oct 31, 2019
-
-
Xiaoyu Xiu authored
-
Philipp Merkle authored
- remove unnecessary checks, restrict Hadamard encoder search (non-normative, bit-identical for CTC)
-
Hong-Jheng Jhu authored
Detail - Fix the mis-alignment of rate and distortion during palette coding RD decision. - Use different weights on luma component cost and chroma component cost.
-
Takeshi Tsukuba authored
Enable BDPCM for Chroma for 444.
-
- Oct 30, 2019
-
-
Tung Nguyen authored
-
Tung Nguyen authored
-
- Oct 29, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
-
Tung Nguyen authored
-
Philipp Merkle authored
-
Tung Nguyen authored
-
- Oct 28, 2019
-
-
Xiaoyu Xiu authored
-
- Oct 27, 2019
-
-
Jani Lainema authored
-
- Oct 26, 2019
-
-
Santiago de Luxán Hernández authored
-
Santiago de Luxán Hernández authored
-
- Oct 25, 2019
-
-
Takeshi Tsukuba authored
Add a description of ChromaTS into the software manual.
-
- Oct 23, 2019
-
-
Xiaoyu Xiu authored
-
- Oct 18, 2019
-
-
Christopher Hollmann authored
-
- Oct 16, 2019
-
-
Jie authored
-
- Oct 15, 2019
-
-
Frank Bossen authored
-
- Sep 09, 2019
-
-
Gordon CLARE authored
-
- Sep 04, 2019
-
-
Frank Bossen authored
Replaces 2-dimensional arrays for storing reference samples in intra prediction with two 1-dimensional arrays. This reduces memory usage for these buffers from 792KB to 6KB.
-
- Aug 28, 2019
-
-
-
Frank Bossen authored
This reverts commit 8e16ada0.
-
- Aug 25, 2019
-
-
Karsten Suehring authored
-
- Aug 22, 2019
-
-
Karsten Suehring authored
- add option to completely disable - add iparameter to software manual
-
- 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
-
- Aug 14, 2019
-
-
Philipp Merkle authored
-
- Aug 13, 2019
-
-
Frederic Barbier authored
-
- Aug 08, 2019
-
-
Yung-Hsuan Chao (Jessie) authored
-