Custom query (1557 matches)

Filters
 
or
 
  
 
Columns

Show under each result:


Results (31 - 33 of 1557)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
Ticket Resolution Summary Owner Reporter
#13 fixed Decoder crash when using -d 8 for 8 bit yuv output gordon
Description

Decoding a stream with -d 8 -o out.yuv to get 8-bit output crashes when writing output frames. The problems seem to be in TVideoIOYuv::write. One when copying into an 8-bit picture, one when writing from it. Wrong strides are being used.

The attached patch shows a possible solution.

#15 fixed New VS work spaces ksuehring
Description

Work spaces for newer version of Visual Studio should be added.

It's probably easy to merge them from HM-dev.

#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.

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