Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 1557)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#16 fixed Segmentation fault with VC2010 debug version under Cygwin XiangLi
Description

When running debug version of encoder (compiled by VC2010) under Cygwin as follows, segmentation fault was observed.

./TAppEncoder.exe -c c:/cfg/encoder_intra_jvet10.cfg -c c:/cfg/per-sequence/BasketballD.cfg -f 1 -ip 1 -q 22 --SEIDecodedPictureHash=1

The encoder output was as follows

POC 0 TId: 0 ( I-SLICE, nQP 22 QP 22 ) 98992 bits [Y 43.1048 dB U 44.6860 dB V 44.8941 dB] [ET 382 ] [L0 ] [L1 ] [MD5:e574ec244ffcd7444b4f649c576f5d9e,147b8b2dd665f75652082165c0b4775a,a5eca27490b36b9adf0bbaf4fb182bfb] Segmentation fault.

The segmentation fault was only observed for debug version. Release version looks OK.

#17 wontfix harmonization of new arithmetic coders and signaling of window sizes lizhang
Description

Two issues found: 1) when VCEG_AZ05_MULTI_PARAM_CABAC, the adaptive window size introduced by VCEG_AZ07_BAC_ADAPT_WDOW is always disabled at the encoder side. Please refer to the function 'Void TEncBinCABAC::encodeBin()'.

2)parallel and sequential coding results are different with the following macro settings: VCEG_AZ07_BAC_ADAPT_WDOW 1 VCEG_AZ05_MULTI_PARAM_CABAC 0

#18 fixed Memory leak in JEM3.0rc1 decoder tpoirier
Description

Trivial fix in TDecCu.cpp (patch is attached)

Tangi

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.