| 1 | (gdb) run "/mnt/hgfs/Passport/bugs/mencoder-swscale-crash/mpeg1-crash.mpg" -of lavf -lavfopts format=mov -ovc raw -vf format=uyvy -ffourcc 2vuy -sws 9 -nosound -o t.mov
|
|---|
| 2 | Starting program: /home/aw/mplayer-svn/mencoder "/mnt/hgfs/Passport/bugs/mencoder-swscale-crash/mpeg1-crash.mpg" -of lavf -lavfopts format=mov -ovc raw -vf format=uyvy -ffourcc 2vuy -sws 9 -nosound -o t.mov
|
|---|
| 3 | [Thread debugging using libthread_db enabled]
|
|---|
| 4 | MEncoder SVN-r32676-4.3.2 (C) 2000-2010 MPlayer Team
|
|---|
| 5 | success: format: 0 data: 0x0 - 0x500000
|
|---|
| 6 | MPEG-PS file format detected.
|
|---|
| 7 | VIDEO: MPEG1 704x480 (aspect 6) 29.970 fps 0.0 kbps ( 0.0 kbyte/s)
|
|---|
| 8 | [V] filefmt:2 fourcc:0x10000001 size:704x480 fps:29.970 ftime:=0.0334
|
|---|
| 9 | ** MUXER_LAVF *****************************************************************
|
|---|
| 10 | REMEMBER: MEncoder's libavformat muxing is presently broken and can generate
|
|---|
| 11 | INCORRECT files in the presence of B-frames. Moreover, due to bugs MPlayer
|
|---|
| 12 | will play these INCORRECT files as if nothing were wrong!
|
|---|
| 13 | *******************************************************************************
|
|---|
| 14 | OK, exit.
|
|---|
| 15 | Opening video filter: [expand osd=1]
|
|---|
| 16 | Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
|
|---|
| 17 | Opening video filter: [format fmt=uyvy]
|
|---|
| 18 | ==========================================================================
|
|---|
| 19 | Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
|
|---|
| 20 | Selected video codec: [ffmpeg1] vfm: ffmpeg (FFmpeg MPEG-1)
|
|---|
| 21 | ==========================================================================
|
|---|
| 22 | Forcing output FourCC to 79757632 [2vuy].
|
|---|
| 23 | Could not find matching colorspace - retrying with -vf scale...
|
|---|
| 24 | Opening video filter: [scale]
|
|---|
| 25 | Movie-Aspect is 1.74:1 - prescaling to correct movie aspect.
|
|---|
| 26 | [swscaler @ 0x8842600]Lanczos scaler, from yuv420p to uyvy422 using MMX2
|
|---|
| 27 | Pos: 0.0s 1f ( 0%) 0.00fps Trem: 0min 0mb A-V:0.000 [0:0]
|
|---|
| 28 | VIDEO CODEC ID: 14
|
|---|
| 29 | Writing header...
|
|---|
| 30 | [mov @ 0x8731fa0]Codec for stream 0 does not use global headers but container format requires global headers
|
|---|
| 31 | [New Thread 0xb75116b0 (LWP 30997)]Trem: 0min 137mb A-V:0.000 [0:0]
|
|---|
| 32 |
|
|---|
| 33 | Program received signal SIGSEGV, Segmentation fault.
|
|---|
| 34 | [Switching to Thread 0xb75116b0 (LWP 30997)]
|
|---|
| 35 | 0x0860d5e2 in hScale_MMX2 (dst=Cannot access memory at address 0xfffffa88
|
|---|
| 36 | ) at swscale_template.c:2051
|
|---|
| 37 | 2051 __asm__ volatile(
|
|---|
| 38 | (gdb) bt
|
|---|
| 39 | #0 0x0860d5e2 in hScale_MMX2 (dst=Cannot access memory at address 0xfffffa88
|
|---|
| 40 | ) at swscale_template.c:2051
|
|---|
| 41 | Cannot access memory at address 0xfffffa84
|
|---|
| 42 |
|
|---|
| 43 | )
|
|---|