- Sep 19, 2019
-
-
Kazui authored
-
- Sep 18, 2019
-
-
Hendry authored
-
Kiyofumi Abe authored
-
- Sep 17, 2019
-
-
Philip Cowan authored
When the brick_splitting_present_flag is equal to 1, the value of rect_slice_flag shall be equal to 1.
-
Hendry authored
-
Hendry authored
-
Bae Keun Lee authored
Replacing num_brick_rows_minus1 with num_brick_rows_minus2
-
Hendry authored
-
- Sep 16, 2019
-
-
Hendry authored
-
- Sep 13, 2019
-
-
FANGJUN PU authored
-
Karsten Suehring authored
-
Karsten Suehring authored
The fix was confirmed as part of the specification.
-
Martin Pettersson authored
The following fixes has been made: - Removed prefixes like 'i' for new variables - Adding braces also for if-clauses with a single statement - Removed some trailing spaces - Changed variable precedingDRAP in Picture from int to bool
-
Tomohiro Ikai authored
-
Tomohiro Ikai authored
-
- Sep 12, 2019
-
-
Philip Cowan authored
-
Philip Cowan authored
-
Karsten Suehring authored
When calling pcPicCurr->finalInit() pointers to LMCS APS or Scalining List APS can be zero. Dereferencing those is undefined. It's also not necessary, because the arguments passed as reference are later converted to pointers again.
-
- Sep 11, 2019
-
-
Philip Cowan authored
Implement option B for NAL unit header syntax. NOTE: Neither the JVET-O0129-v2 or the JVET-O2001-vEJVET-O2001-vE documents specify a nal unit type NAL_UNIT_VPS, and this nal unit type is required. In this implementation NAL_UNIT_VPS is defined to be 25.
-
Martin Pettersson authored
Implementation of the Dependent RAP indication SEI message. Pictures are marked as DRAP pictures using the encoder config parameter DRAPPeriod, which sets DRAP pictures periodically. Conformance checks are performed at the decoder side to verify that the DRAP pictures follow the constraints in the VVC specification.
-
Philipp Merkle authored
-
Karsten Suehring authored
-
Remy Foray authored
-
Remy Foray authored
Move chroma qp offset from PPS extension to PPS
-
- Sep 10, 2019
-
-
- Sep 09, 2019
-
-
Hendry authored
-
Gordon CLARE authored
-
- Sep 07, 2019
-
-
Hendry authored
- CVS to start with GDR
-
- Sep 06, 2019
-
-
Hendry authored
-
- rpls_poc_lsb_lt shall be parsed when !ltrp_in_slice_header_flag - When ltrp_in_slice_header_flag = 0, the value of st_ref_pic_flag are needed to parse slice_poc_lsb_lt. Add the update RefPicIdentifier in this case. - Using two separate index ii and j might cause the overwriting of short term information by long term one as the RefPicIdentifier array are common. Remove j.
-
-
Remy Foray authored
read/write slice sao and alf syntax, dep_quant_enabled_flag, sign_data_hiding_enabled_flag before deblocking_filter_override_flag
-
Remy Foray authored
read/write mvd_l1_zero_flag, cabac_init_flag, collocated_from_l0_flag and WP table after slice_temporal_mvp_enabled_flag
-
Remy Foray authored
-
Remy Foray authored
read/write num_ref_idx_active_override_flag, num_ref_idx_l0_active_minus1 and num_ref_idx_l1_active_minus1 after delta_poc_msb_cycle_lt
-
- Sep 05, 2019
-
-
Karsten Suehring authored
-
Karsten Suehring authored
-
- Sep 04, 2019
-
-
Philip Cowan authored
-
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.
-
Karsten Suehring authored
-