Opened 10 years ago
Closed 10 years ago
#4151 closed defect (fixed)
Crash the ffmpeg then convert YV12 (yuv420p) to NV12 if width is less than 32
Reported by: | v0lt | Owned by: | |
---|---|---|---|
Priority: | important | Component: | swscale |
Version: | git-master | Keywords: | crash SIGSEGV |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | yes | |
Analyzed by developer: | no |
Description
Summary of the bug:
I have same samples with lagarith YV12 (yuv420p). When the width is less than 32 fmppeg crash when converting to NV12.
How to reproduce:
% ffmpeg -i bw16x16_yv12.avi -vcodec rawvideo -pix_fmt nv12 bw16x16_nv12.avi ffmpeg version N-68141-g4280150 built on Dec 1 2014 22:02:05 with gcc 4.9.2 (GCC)
Attachments (1)
Change History (4)
by , 10 years ago
Attachment: | bw16x16_yv12.avi added |
---|
comment:1 by , 10 years ago
Keywords: | crash SIGSEGV added |
---|---|
Priority: | normal → important |
Reproduced by developer: | set |
Status: | new → open |
comment:2 by , 10 years ago
Workaround is to compile with --disable-asm
or --disable-mmx
, --cpuflags 0
does not help.
comment:3 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | open → closed |
Note:
See TracTickets
for help on using tickets.
For future tickets: Please always provide your failing command line together with the complete, uncut console output.