- Jun 04, 2019
-
-
Lidong Xu authored
Software implementation for N0278: 1. Added VPS encoding in encoder 2. Add new project StreamMergeApp to N-to-1 bitstream merge 3. Changed decoder to support only decoding the specified layer stream
-
- May 31, 2019
-
-
Xiang Li authored
JVET-N0847: Support scaling matrices See merge request jvet/VVCSoftware_VTM!562
-
Xiang Li authored
[ticket #291] fix for context derivation of par/gtx flags See merge request jvet/VVCSoftware_VTM!572
-
- May 30, 2019
-
-
Karsten Suehring authored
Implement N0124, proposal 1 See merge request !568
-
Implement N0124, proposal 1, an inference rule for when single_tile_per_tile_group_flag is not present.
-
- May 29, 2019
-
-
Heiko Schwarz authored
The change fixes the problem of encoder/decoder mismatches by removing a no longer correct condition for sign hiding in Quant::quant(..).
-
Heiko Schwarz authored
As reported in ticket #291, when sig_flag is inferred, the variables m_tmplCpDiag and m_tmplCpSum1 are not set correctly, but used for deriving the contexts for par_glag, gt1_flag, and gt3_flag. The provided modification fixes this issue by calling cctx.sigCtxIdAbs() also when sig_flag is inferred (except for the last scanning position, where a different mechanism is used). There is no impact on coding efficiency.
-
- May 28, 2019
-
-
Karsten Suehring authored
Fix #289: Accessing uninitialized memory See merge request !571
-
Nan Hu authored
-
Karsten Suehring authored
Implement N0124, proposal 2 See merge request !567
-
Karsten Suehring authored
JVET-N0063: VUI See merge request !542
-
Virginie Drugeon authored
-
Chen-Yen Lai authored
-
- May 27, 2019
-
-
Frank Bossen authored
ALF parameter cleanup See merge request !569
-
-
Remy Foray authored
According to specification, alf_luma_coeff_delta_sign = 1 means that filtCoeff is negative. Idem with alf_chroma_coeff_delta_sign and AlfCoeffC.
-
Chen-Yen Lai authored
-
- May 24, 2019
-
-
Philip Cowan authored
-
Jizheng Xu authored
-
Remy Foray authored
According to specification, alf_ctb_flag is parsed for Cb when (slice_alf_chroma_idc = 1 or slice_alf_chroma_idc = 3), and for Cr when (slice_alf_chroma_idc = 2 or slice_alf_chroma_idc = 3).
-
- May 23, 2019
-
-
Jizheng Xu authored
-
Frederic Barbier authored
-
Frank Bossen authored
remove HEVC_DEPENDENT_SLICES define See merge request !563
-
Karsten Suehring authored
-
Karsten Suehring authored
JVET-N0150: One CTU delay WPP See merge request !508
-
Tomohiro Ikai authored
-
Chen-Yen Lai authored
-
Tomohiro Ikai authored
-
Tomohiro Ikai authored
-
Chen-Yen Lai authored
-
Tomohiro Ikai authored
-
Chen-Yen Lai authored
-
- May 22, 2019
-
-
Remy Foray authored
use position and data from chroma unit when treeType = DUAL_TYPE_CHROMA to derive context
-
Frank Bossen authored
refactor HRD parameters in preparation of JVET-N0353 See merge request jvet/VVCSoftware_VTM!550