- Sep 11, 2019
-
-
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.
-
- Sep 10, 2019
-
-
Karsten Suehring authored
Fix RPL signalling for IDR pictures See merge request !919
-
- Sep 09, 2019
-
-
Hendry authored
-
Gordon CLARE authored
-
- Sep 07, 2019
-
-
Hendry authored
-
- Sep 06, 2019
-
-
Xiang Li authored
Fix ALF SIMD code to match C code for 12-bit coding See merge request jvet/VVCSoftware_VTM!917
-
Frank Bossen authored
-
Karsten Suehring authored
Fix #499: parsing of rpls_poc_lsb_lt and slice_pos_lsb_lt See merge request !909
-
- 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.
-
Karsten Suehring authored
Align syntax element trace name in slice header with specification See merge request !916
-
-
Karsten Suehring authored
Align the syntax elements order of the slice header with the specification See merge request !903
-
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
-
-
Frank Bossen authored
JVET-O0041: Frame Field Information SEI See merge request !914
-
Karsten Suehring authored
-
Frank Bossen authored
JVET-N0353: Idependent parsing of Buffering Period and Timing Information SEIs See merge request jvet/VVCSoftware_VTM!913
-
Karsten Suehring authored
JVET-N0865: GDR syntax implementation See merge request !908
-
Karsten Suehring authored
Cleanup dead methods declaration See merge request !912
-
Karsten Suehring authored
-
Frederic Barbier authored
-
- Sep 04, 2019
-
-
Philip Cowan authored
-
Frank Bossen authored
remove SEIs that are not in the VVC specifications using a macro See merge request !906
-
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
-
- Sep 03, 2019
-
-
Karsten Suehring authored
Fix compiler issues when ENABLE_SPLIT_PARALLELISM is enabled See merge request jvet/VVCSoftware_VTM!905
-
Frank Bossen authored
-
Karsten Suehring authored
Fully remove log2_max_transform_skip_block_size_minus2 from PPS extension after !901 See merge request jvet/VVCSoftware_VTM!904
-
-
Karsten Suehring authored
Fix VTM ticket #474 for signaling the PPS syntax element log2_transform_skip_max_size_minus2 See merge request !901
-
Shih-Ta Hsiang authored
-
Frank Bossen authored
check TemporalSubsampleRatio before using it in division See merge request jvet/VVCSoftware_VTM!902
-
Frank Bossen authored
Ticket #496 (Bugfix on DC value check for ScalingList::checkPredMode()) See merge request jvet/VVCSoftware_VTM!900
-
Karsten Suehring authored
-
Shunsuke Iwamura authored
-
- Sep 02, 2019
-
-
Shih-Ta Hsiang authored
-