Opened 13 years ago
Closed 13 years ago
#799 closed defect (invalid)
Crash in x264_predict_8x8_filter_ssse3() on Windows x86
Reported by: | treestump | Owned by: | |
---|---|---|---|
Priority: | important | Component: | undetermined |
Version: | 0.8.7 | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
I'm trying to encode 1920x1080 video with the x264. When I compile without asm optimizations, everything works fine. However, optimized code crashes. I'm using x264-snapshot-20111206-2245 with ffmpeg 0.8.7. Compiled with gcc 4.6.1 on Windows XP (x86). Attached file contains the gdb output. You will notice crash in x264_predict_8x8_filter_ssse3(). I also tried to remove the code from the body of the x264_predict_8x8_init_mmx() and simply use the C implementation. It also crashed.
Attachments (1)
Change History (2)
by , 13 years ago
Attachment: | x264_predict_8x8_filter_ssse3() - gdb.txt added |
---|
comment:1 by , 13 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Please see http://www.videolan.org/developers/x264.html and please understand that after reading the guidelines, you are expected to send a mail to http://mailman.videolan.org/listinfo/x264-devel
If you believe we can somehow better communicate that this bugtracker is for FFmpeg issues (only), please tell us.
gdb output