[issue2561] avcodec_decode_video craches with H.264 steram

2011-01-18 Thread Roman
New submission from Roman rvasile...@smartlabs.tv: steps to reproduce: ffmpeg_g -v 9 -loglevel 99 -i record2.ts -sameq test.mpg Old ffmpeg revision 16573 didn't crashed in this test. FFmpeg issue tracker iss...@roundup.ffmpeg.org https

[issue2544] H.264 decoder crashed in pred_spatial_direct_motion function

2011-01-14 Thread Roman
New submission from Roman rvasile...@smartlabs.tv: H.264 decoder crashed during decoding process. I decoded attached file cyclically. When file starts 2-th run, decoder is crashed in function pred_spatial_direct_motion here: if(FFABS(mv_col[0]) = 1 FFABS(mv_col[1]) = ){ File 'record1.ts

[issue2544] H.264 decoder crashed in pred_spatial_direct_motion function

2011-01-14 Thread Roman
Roman rvasile...@smartlabs.tv added the comment: if(IS_SUB_8X8(sub_mb_type)){ const int16_t *mv_col = l1mv[x8*3 + y8*3*b4_stride]; if(FFABS(mv_col[0]) = 1 FFABS(mv_col[1]) = 1){ FFmpeg issue tracker iss...@roundup.ffmpeg.org https

[issue2544] H.264 decoder crashed in pred_spatial_direct_motion function

2011-01-14 Thread Roman
Roman rvasile...@smartlabs.tv added the comment: revision number 26317 and likely all revisions during last half year at least. Revision 16573 works correctly with the same file. FFmpeg issue tracker iss...@roundup.ffmpeg.org https

[issue1498] AC3 5.1 breaks ffmpeg

2010-12-21 Thread Roman
Roman bst...@pisem.net added the comment: I was converting .mkv with h264 and AAC 5.1 to .avi with XviD and AC3 5.1 and the resulting AVI file had video running twice as fast as it should in WMP. The audio sounded fine but was out of sync as video playback finished half way through the audio