[MPlayer-users] Crash with backtrace when playing back demuxed .vc1 or .evo files
infernix
infernix at infernix.net
Thu Feb 15 18:15:45 CET 2007
Hi,
After just hearing about raw .vc1 playback support, I rebuilt both
ffmpeg and mplayer from svn to try this. However, I'm getting segfaults
in the vo for both xv and x11 now, when playing back either a raw vc1
stream or an .evo file. I've rebuilt with --enable-debug=3, and also
tried without runtime cpu detection. IANAC but it looks unrelated to
ffvc1 to me. This didn't happen with last weeks SVN (February 8th).
What follows is the gdb output for an .evo with xv, and after that a
.vc1 with x11. Both files have been uploaded. Any ideas as to what's wrong?
Thanks! :)
infernix
--- .evo with -vo xv (default)
gdb /usr/local/bin/mplayer
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db
library "/lib/tls/libthread_db
.so.1".
(gdb) run -v -vc +ffvc1 ./ffvc1_decode_broken.evo
Starting program: /usr/local/bin/mplayer -v -vc +ffvc1
./ffvc1_decode_broken.evo
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1240926496 (LWP 8167)]
MPlayer dev-SVN-r22221-4.1.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz (Family: 6, Model:
15, Stepping: 6)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
get_path('codecs.conf') -> '/home/gerben/.mplayer/codecs.conf'
Reading /home/gerben/.mplayer/codecs.conf: 107 audio & 227 video codecs
Configuration: --prefix=/usr/local --confdir=/etc/mplayer --enable-gui
--enable-largefiles --enable-
menu --win32codecsdir=/usr/lib/win32/
--enable-libdts --enable-debug=3 --enable-runtime-cpudetection
CommandLine: '-v' '-vc' '+ffvc1' './ffvc1_decode_broken.evo'
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/gerben/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/gerben/.mplayer/input.conf'
Parsing input config file /home/gerben/.mplayer/input.conf
Input config file /home/gerben/.mplayer/input.conf parsed: 67 binds
Setting up LIRC support...
get_path('ffvc1_decode_broken.evo.conf') ->
'/home/gerben/.mplayer/ffvc1_decode_broken.evo.conf'
Playing ./ffvc1_decode_broken.evo.
get_path('sub/') -> '/home/gerben/.mplayer/sub/'
[file] File size is 10240000 bytes
STREAM: [file] ./ffvc1_decode_broken.evo
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
CACHE_PRE_INIT: 0 [0] 0 pre:1677721 eof:0
Cache fill: 0.00% (0 bytes)
Checking for YUV4MPEG2
ASF_check: not ASF guid!
Checking for NuppelVideo
Checking for REAL
Checking for SMJPEG
Searching demuxer type for filename ./ffvc1_decode_broken.evo ext: .evo
Checking for Nullsoft Streaming Video
Checking for MOV
Checking for VIVO
header block 1 size: 0
AVS: avs_check_file - attempting to open file ./ffvc1_decode_broken.evo
AVS: File is too big, aborting...
Checking for PVA
Checking for MPEG-TS...
THIS DOESN'T LOOK LIKE AN MPEG-TS FILE!
TRIED UP TO POSITION 16795, FOUND 0, packet_size= 0, SEEMS A TS? 0
Checking for LMLM4 Stream Format
Invalid packet in LMLM4 stream: ch=0 size=1140851704
LMLM4 Stream Format not found
system stream synced at 0xD (13)!
==> Found video stream: 85
==> Found audio stream: 195
==> Found audio stream: 177
==> Found audio stream: 194
==> Found audio stream: 192
MPEG-PS file format detected.
Searching for VC1 sequence header... found
VIDEO: VC-1 1920x1080, 29.970 fps, header len: 36
[V] filefmt:2 fourcc:0x31435657 size:1920x1080 fps:29.97 ftime:=0.0334
get_path('sub/') -> '/home/gerben/.mplayer/sub/'
X11 opening display: :0.0
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1240926496 (LWP 8167)]
0x08257bf5 in poll (fds=0x8945150, numfds=1, timeout=-1) at os_support.c:157
157 if (FD_ISSET(fds[i].fd, &read_set)) fds[i].revents
|= POLLIN;
(gdb) bt
#0 0x08257bf5 in poll (fds=0x8945150, numfds=1, timeout=-1) at
os_support.c:157
#1 0xb7efef23 in XProcessInternalConnection () from /usr/lib/libX11.so.6
#2 0xb7eff331 in _XRead () from /usr/lib/libX11.so.6
#3 0xb7eeb2ee in XOpenDisplay () from /usr/lib/libX11.so.6
#4 0x080d0289 in vo_init () at x11_common.c:438
#5 0x080d54c5 in preinit (arg=0x0) at vo_xv.c:842
#6 0x080cb651 in init_best_video_out (vo_list=0x0) at video_out.c:319
#7 0x080a031f in reinit_video_chain () at mplayer.c:3335
#8 0x080a3d6c in main (argc=5, argv=0xbf88f964) at mplayer.c:4584
(gdb) disass $pc-32 $pc+32
Dump of assembler code from 0x8257bd5 to 0x8257c15:
0x08257bd5 <poll+389>: je 0x8257c48 <poll+504>
0x08257bd7 <poll+391>: mov $0x1,%edi
0x08257bdc <poll+396>: lea 0x0(%esi),%esi
0x08257be0 <poll+400>: mov 0xfffffff8(%ebx,%edi,8),%eax
0x08257be4 <poll+404>: movw $0x0,0xfffffffe(%ebx,%edi,8)
0x08257beb <poll+411>: mov %eax,%ecx
0x08257bed <poll+413>: mov %eax,%edx
0x08257bef <poll+415>: and $0x1f,%ecx
0x08257bf2 <poll+418>: shr $0x5,%edx
0x08257bf5 <poll+421>: bt %ecx,0xffffff6c(%ebp,%edx,4)
0x08257bfd <poll+429>: setb %al
0x08257c00 <poll+432>: test %al,%al
0x08257c02 <poll+434>: je 0x8257c0b <poll+443>
0x08257c04 <poll+436>: movw $0x1,0xfffffffe(%ebx,%edi,8)
0x08257c0b <poll+443>: bt %ecx,0xfffffeec(%ebp,%edx,4)
0x08257c13 <poll+451>: setb %al
End of assembler dump.
(gdb) info all-registers
eax 0xc20b2fbc -1039454276
ecx 0x1c 28
edx 0x610597d 101734781
ebx 0x8945150 143937872
esp 0xbf88d1a0 0xbf88d1a0
ebp 0xbf88d378 0xbf88d378
esi 0x9 9
edi 0x2 2
eip 0x8257bf5 0x8257bf5 <poll+421>
eflags 0x10207 [ CF PF IF RF ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
st0 0 (raw 0x00000000000000000000)
st1 0 (raw 0x00000000000000000000)
st2 0 (raw 0x00000000000000000000)
st3 0 (raw 0x00000000000000000000)
st4 6.35855579376220703125 (raw 0x4001cb794a0000000000)
st5 0 (raw 0x00000000000000000000)
st6 29.9700298309326171875 (raw 0x4003efc29f0000000000)
st7 6.42307758331298828125 (raw 0x4001cd89da0000000000)
fctrl 0x37f 895
fstat 0x20 32
ftag 0xffff 65535
fiseg 0x73 115
fioff 0x80a3d55 134888789
foseg 0x7b 123
fooff 0xbf88d73c -1081551044
fop 0x55c 1372
xmm0 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm4 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
---Type <return> to continue, or q <return> to quit---
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
mxcsr 0x1f80 [ IM DM ZM OM UM PM ]
mm0 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm1 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm2 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm3 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm4 {uint64 = 0xcb794a0000000000, v2_int32 = {0x0,
0xcb794a00}, v4_int16 = {0x0, 0x0,
0x4a00, 0xcb79}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x4a, 0x79, 0xcb}}
mm5 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm6 {uint64 = 0xefc29f0000000000, v2_int32 = {0x0,
0xefc29f00}, v4_int16 = {0x0, 0x0,
0x9f00, 0xefc2}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xc2, 0xef}}
mm7 {uint64 = 0xcd89da0000000000, v2_int32 = {0x0,
0xcd89da00}, v4_int16 = {0x0, 0x0,
0xda00, 0xcd89}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0xda, 0x89, 0xcd}}
--- .vc1 with -vo x11
gdb /usr/local/bin/mplayer
GNU gdb 6.4.90-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB. Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...Using host libthread_db
library "/lib/tls/libthread_db
.so.1".
(gdb) run -v -vo x11 -vc +ffvc1 demuxed_vc1_stream.vc1
Starting program: /usr/local/bin/mplayer -v -vo x11 -vc +ffvc1
demuxed_vc1_stream.vc1
Failed to read a valid object file image from memory.
[Thread debugging using libthread_db enabled]
[New Thread -1241135392 (LWP 10258)]
MPlayer dev-SVN-r22221-4.1.2 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz (Family: 6, Model:
15, Stepping: 6)
CPUflags: MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
get_path('codecs.conf') -> '/home/gerben/.mplayer/codecs.conf'
Reading /home/gerben/.mplayer/codecs.conf: 107 audio & 227 video codecs
Configuration: --prefix=/usr/local --confdir=/etc/mplayer --enable-gui
--enable-largefiles --enable-
menu --win32codecsdir=/usr/lib/win32/
--enable-libdts --enable-debug=3 --enable-runtime-cpudetection
CommandLine: '-v' '-vo' 'x11' '-vc' '+ffvc1' 'demuxed_vc1_stream.vc1'
init_freetype
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
get_path('fonts') -> '/home/gerben/.mplayer/fonts'
Using nanosleep() timing
get_path('input.conf') -> '/home/gerben/.mplayer/input.conf'
Parsing input config file /home/gerben/.mplayer/input.conf
Input config file /home/gerben/.mplayer/input.conf parsed: 67 binds
Setting up LIRC support...
get_path('demuxed_vc1_stream.vc1.conf') ->
'/home/gerben/.mplayer/demuxed_vc1_stream.vc1.conf'
Playing demuxed_vc1_stream.vc1.
get_path('sub/') -> '/home/gerben/.mplayer/sub/'
[file] File size is 5120000 bytes
STREAM: [file] demuxed_vc1_stream.vc1
STREAM: Description: File
STREAM: Author: Albeu
STREAM: Comment: based on the code from ??? (probably Arpi)
CACHE_PRE_INIT: 0 [0] 0 pre:1677721 eof:0
Cache fill: 0.00% (0 bytes)
Checking for YUV4MPEG2
ASF_check: not ASF guid!
Checking for NuppelVideo
Checking for REAL
Checking for SMJPEG
Searching demuxer type for filename demuxed_vc1_stream.vc1 ext: .vc1
Checking for Nullsoft Streaming Video
Checking for MOV
Checking for VIVO
header block 1 size: 0
AVS: avs_check_file - attempting to open file demuxed_vc1_stream.vc1
AVS: File is too big, aborting...
Checking for PVA
Checking for MPEG-TS...
THIS DOESN'T LOOK LIKE AN MPEG-TS FILE!
TRIED UP TO POSITION 0, FOUND f0, packet_size= 0, SEEMS A TS? 0
Checking for LMLM4 Stream Format
Invalid packet in LMLM4 stream: ch=0 size=-604095510
LMLM4 Stream Format not found
sync_mpeg_ps: seems to be MP3 stream...
MPEG Stream reached EOF
ds_fill_buffer: EOF reached (stream: video)
MPEG packet stats: p100: 0 p101: 0 p1B6: 0 p12x: 0 sli: 0 a: 0 b: 0 c:
0 idr: 0 sps: 0 pps: 0 PES:
0 MP3: 107, synced: 0
Not MPEG System Stream format... (maybe Transport Stream?)
sync_mpeg_ps: seems to be MP3 stream...
MPEG Stream reached EOF
ds_fill_buffer: EOF reached (stream: video)
MPEG packet stats: p100: 0 p101: 0 p1B6: 0 p12x: 0 sli: 0 a: 0 b: 0 c:
0 idr: 0 sps: 0 pps: 0 PES:
0 MP3: 107, synced: 0
Not MPEG System Stream format... (maybe Transport Stream?)
==> Found video stream: 0
ds_fill_buffer: EOF reached (stream: video)
LAVF_check: raw vc1
libavformat file format detected.
==> Found video stream: 0
======= VIDEO Format ======
biSize 73
biWidth 1920
biHeight 1080
biPlanes 0
biBitCount 0
biCompression 826496599='WVC1'
biSizeImage 0
Unknown extra header dump: [0] [0] [1] [f] [db] [fe] [3b] [f2] [1b] [ca]
[3b] [f8] [86] [f1] [80] [c
9] [9] [a5] [b8] [d7] [7] [fc] [0] [0] [1]
[e] [5a] [df] [fc] [ef] [c8] [6c] [40]
===========================
LAVF: 0 audio and 1 video streams found
LAVF: build 3344896
VIDEO: [WVC1] 1920x1080 0bpp 29.970 fps 0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:35 fourcc:0x31435657 size:1920x1080 fps:29.97 ftime:=0.0334
get_path('sub/') -> '/home/gerben/.mplayer/sub/'
X11 opening display: :0.0
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1241135392 (LWP 10258)]
0x08257bf5 in poll (fds=0x8973080, numfds=1, timeout=-1) at os_support.c:157
157 if (FD_ISSET(fds[i].fd, &read_set)) fds[i].revents
|= POLLIN;
(gdb) bt
#0 0x08257bf5 in poll (fds=0x8973080, numfds=1, timeout=-1) at
os_support.c:157
#1 0xb7ecbf23 in XProcessInternalConnection () from /usr/lib/libX11.so.6
#2 0xb7ecc331 in _XRead () from /usr/lib/libX11.so.6
#3 0xb7eb82ee in XOpenDisplay () from /usr/lib/libX11.so.6
#4 0x080d0289 in vo_init () at x11_common.c:438
#5 0x080d30bb in preinit (arg=0x8973110 "") at vo_x11.c:787
#6 0x080cb57c in init_best_video_out (vo_list=0x89001e0) at video_out.c:303
#7 0x080a031f in reinit_video_chain () at mplayer.c:3335
#8 0x080a3d6c in main (argc=7, argv=0xbfc83d54) at mplayer.c:4584
(gdb) disass $pc-32 $pc+32
Dump of assembler code from 0x8257bd5 to 0x8257c15:
0x08257bd5 <poll+389>: je 0x8257c48 <poll+504>
0x08257bd7 <poll+391>: mov $0x1,%edi
0x08257bdc <poll+396>: lea 0x0(%esi),%esi
0x08257be0 <poll+400>: mov 0xfffffff8(%ebx,%edi,8),%eax
0x08257be4 <poll+404>: movw $0x0,0xfffffffe(%ebx,%edi,8)
0x08257beb <poll+411>: mov %eax,%ecx
0x08257bed <poll+413>: mov %eax,%edx
0x08257bef <poll+415>: and $0x1f,%ecx
0x08257bf2 <poll+418>: shr $0x5,%edx
0x08257bf5 <poll+421>: bt %ecx,0xffffff6c(%ebp,%edx,4)
0x08257bfd <poll+429>: setb %al
0x08257c00 <poll+432>: test %al,%al
0x08257c02 <poll+434>: je 0x8257c0b <poll+443>
0x08257c04 <poll+436>: movw $0x1,0xfffffffe(%ebx,%edi,8)
0x08257c0b <poll+443>: bt %ecx,0xfffffeec(%ebp,%edx,4)
0x08257c13 <poll+451>: setb %al
End of assembler dump.
(gdb) info all-registers
eax 0x8973110 144126224
ecx 0x10 16
edx 0x44b988 4503944
ebx 0x8973080 144126080
esp 0xbfc81610 0xbfc81610
ebp 0xbfc817e8 0xbfc817e8
esi 0x9 9
edi 0x6 6
eip 0x8257bf5 0x8257bf5 <poll+421>
eflags 0x210207 [ CF PF IF RF ID ]
cs 0x73 115
ss 0x7b 123
ds 0x7b 123
es 0x7b 123
fs 0x0 0
gs 0x33 51
st0 0 (raw 0x00000000000000000000)
st1 0 (raw 0x00000000000000000000)
st2 0 (raw 0x00000000000000000000)
st3 0 (raw 0x00000000000000000000)
st4 0 (raw 0x00000000000000000000)
st5 0 (raw 0x00000000000000000000)
st6 29.9700298309326171875 (raw 0x4003efc29f0000000000)
st7 0 (raw 0x00000000000000000000)
fctrl 0x37f 895
fstat 0x20 32
ftag 0xffff 65535
fiseg 0x73 115
fioff 0x80a3d55 134888789
foseg 0x7b 123
fooff 0xbfc81b2c -1077404884
fop 0x55c 1372
xmm0 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm1 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm2 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm3 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm4 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
---Type <return> to continue, or q <return> to quit---
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm5 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm6 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
xmm7 {v4_float = {0x0, 0x0, 0x0, 0x0}, v2_double = {0x0, 0x0},
v16_int8 = {
0x0 <repeats 16 times>}, v8_int16 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x0,
0x0, 0x0}, v4_int32 = {0x0,
0x0, 0x0, 0x0}, v2_int64 = {0x0, 0x0}, uint128 =
0x00000000000000000000000000000000}
mxcsr 0x1f80 [ IM DM ZM OM UM PM ]
mm0 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm1 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm2 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm3 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm4 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm5 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
mm6 {uint64 = 0xefc29f0000000000, v2_int32 = {0x0,
0xefc29f00}, v4_int16 = {0x0, 0x0,
0x9f00, 0xefc2}, v8_int8 = {0x0, 0x0, 0x0, 0x0, 0x0, 0x9f, 0xc2, 0xef}}
mm7 {uint64 = 0x0, v2_int32 = {0x0, 0x0}, v4_int16 = {0x0,
0x0, 0x0, 0x0}, v8_int8 = {
0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}
More information about the MPlayer-users
mailing list