[FFmpeg-trac] #1412(avcodec:new): ffmpeg crashes when decoding a dirac stream

FFmpeg trac at avcodec.org
Tue Jun 5 00:46:09 CEST 2012


#1412: ffmpeg crashes when decoding a dirac stream
---------------------------------+--------------------------------------
             Reporter:  jamal    |                     Type:  defect
               Status:  new      |                 Priority:  normal
            Component:  avcodec  |                  Version:  git-master
             Keywords:  dirac    |               Blocked By:
             Blocking:           |  Reproduced by developer:  0
Analyzed by developer:  0        |
---------------------------------+--------------------------------------
 Summary: ffmpeg (mingw64 x86_64 GCC 4.7.0, yasm 1.2.0) crashes when trying
 to decode a dirac stream.
 This however doesn't happen if i compile ffmpeg with the --disable-yasm
 option.
 ffprobe and even ffmpeg with no output parameters run fine when reading
 the file and wont crash.

 The command line i used was:
 {{{
 ./ffmpeg -i bbb-tr1000.ts -vcodec zlib -an asd.mkv
 }}}

 And this is the sample i used:
 http://dirac.kw.bbc.co.uk/download/video/maybefinal/bbb-tr1000.ts

 I'm attaching both the ffmpeg log file and gdb's output.
 gdb mentions ff_add_rect_clamped_sse2 as the source of the problem, which
 might explain why disabling yasm got rid of the crash.

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/1412>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list