Custom Query (1442 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (37 - 39 of 1442)

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Ticket Resolution Summary Owner Reporter
#1446 fixed naming mismatch kolya
Description

scalability_mask -> scalability_mask_flag all_ref_layers_active_flag -> default_ref_layers_active_flag sps_strong_intra_smoothing_enable_flag -> strong_intra_smoothing_enabled_flag transquant_bypass_enable_flag -> transquant_bypass_enabled_flag sps_temporal_mvp_enable_flag -> sps_temporal_mvp_enabled_flag sign_data_hiding_flag -> sign_data_hiding_enabled_flag pps_disable_deblocking_filter_flag -> pps_deblocking_filter_disabled_flag slice_disable_deblocking_filter_flag -> slice_deblocking_filter_disabled_flag

#1445 fixed CMake for HM jsauer
Description

Hi,

I created a CMake configuration file for HM. You can find it attached. Create a folder named HM-dir/build/cmake and put it there. I also attached a short script (for Linux) which is meant to be run from the same directory and will build both debug and release configuration. I hope you will find this helpful and include it in future releases. CMake makes it easy to build configuration for a wide variety of systems. I only tested the generation of Unix makefiles for Linux, but other platforms should work as well.

#1444 fixed orphaned line kolya
Description

In TEncGOP.cpp, line 1407

pcPic->getSlice(pcSlice->getSliceIdx())->setMvdL1ZeroFlag(pcSlice->getMvdL1ZeroFlag());

this line does nothing

3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23
Note: See TracQuery for help on using queries.