[MPlayer-dev-eng] FLI + vo_x11 + swscale = sig11 ;)

Gabucino gabucino at mplayer.dev.hu
Sat Feb 16 10:52:14 CET 2002


mplayer ufo.fli -vo x11 -nozoom -fs	WORKS
mplayer ufo.fli -vo x11 -zoom -fs	SIG11

(gdb) run ~/x/ufo.fli -v -vo x11 -zoom
Starting program: /home/gabucino/mplayer/src/./mplayer ~/x/ufo.fli -v -vo x11 -zoom
[New Thread 1024 (LWP 18656)]


MPlayer CVS-020216-09:29-2.95.3 (C) 2000-2002 Arpad Gereoffy (see DOCS!)

CPU vendor name: AuthenticAMD  max cpuid level: 1
CPU: Advanced Micro Devices K6-2 (Type: 5, Stepping: 12)
extended cpuid-level: 5
CPUflags: Type: 5 MMX: 1 MMX2: 0 3DNow: 1 3DNow2: 0 SSE: 0 SSE2: 0
Compiled with RUNTIME CPU Detection - warning, it's untested!
/home/gabucino/.mplayer/config(1): option: vo
/home/gabucino/.mplayer/config(1): parameter: xmga
/home/gabucino/.mplayer/config(2): option: fs
/home/gabucino/.mplayer/config(2): parameter: igen
/home/gabucino/.mplayer/config(3): option: master
/home/gabucino/.mplayer/config(3): parameter: igen
/home/gabucino/.mplayer/config(5): option: osdlevel
/home/gabucino/.mplayer/config(5): parameter: 1
/home/gabucino/.mplayer/config(6): option: framedrop
/home/gabucino/.mplayer/config(6): parameter: nem
/home/gabucino/.mplayer/config(7): option: vfm
/home/gabucino/.mplayer/config(7): parameter: 5
/home/gabucino/.mplayer/config(9): option: autoq
/home/gabucino/.mplayer/config(9): parameter: 0
/home/gabucino/.mplayer/config(10): option: skin
/home/gabucino/.mplayer/config(10): parameter: MidnightLove
/home/gabucino/.mplayer/config(12): option: cache
/home/gabucino/.mplayer/config(12): parameter: 1024
Reading /home/gabucino/.mplayer/codecs.conf: 29 audio & 79 video codecs
CommandLine: '/home/gabucino/x/ufo.fli' '-v' '-vo' 'x11' '-zoom'
get_path('font/font.desc') -> '/home/gabucino/.mplayer/font/font.desc'
Font /home/gabucino/.mplayer/font/font.desc loaded successfully! (206 chars)
Linux RTC init: ioctl (rtc_pie_on): Permission denied
Using usleep() timing
Playing /home/gabucino/x/ufo.fli
Not an URL!
File size is 2474590 bytes
CACHE_PRE_INIT: 0 [0] 0  pre:0  eof:0  
Cache fill:  0.00% (0 bytes)    Checking for YUV4MPEG2
ASF_check: not ASF guid!
Checking for NuppelVideo
Checking for MOV
Checking for VIVO
Checking for REAL
Detected FLI file format!
==> Found video stream: 0
[V] filefmt:10  fourcc:0x43494C46  size:320x200  fps:14.00  ftime:=0.0714
get_path('sub/') -> '/home/gabucino/.mplayer/sub/'
Trying to force video codec driver family 5 ...
Can't find video codec for forced driver family, fallback to other drivers.
Detected video codec: [fli] drv:12 prio:0 (Autodesk FLI/FLC Animation)
vo: X11 color mask:  FFFFFF  (R:FF0000 G:FF00 B:FF)
vo: X11 running at 800x600 with depth 24 and 32 bits/pixel (":0.0" => local display)
Movie-Aspect is undefined - no prescaling applied.
VO: [x11] 320x200 => 320x200 BGR 32-bit fs zoom 
VO: Description: X11 ( XImage/Shm )
VO: Author: Aaron Holtzman <aholtzma at ess.engr.uvic.ca>
video_out->init(320x200->320x200,flags=5,'MPlayer',0x42475220)
Sharing memory.
INFO: Video OUT driver init OK!
Audio: no sound!!!
Freeing 0 unused audio chunks
Start playing...
mp_image: allocated 256000 bytes for 320x200x32 [0x42475220] image

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 18656)]
0x8110b9c in draw_frame (src=0x8288258) at vo_x11.c:545
545           else if(in_format==IMGFMT_BGR32) stride[0]=swsContext->srcW*4;
(gdb) bt
#0  0x8110b9c in draw_frame (src=0x8288258) at vo_x11.c:545
#1  0x8070b52 in decode_video (video_out=0x8201e00, sh_video=0x8269d50, 
    start=0x82981d0 "l\026", in_size=5740, drop_frame=0) at dec_video.c:1256
#2  0x80688be in main (argc=6, argv=0xbffff934, envp=0xbffff950)
    at mplayer.c:1616
#3  0x405ec906 in __libc_start_main () from /lib/libc.so.6
(gdb) disass $eip-32 $eip+32

Dump of assembler code from 0x8110b7c to 0x8110bbc:
0x8110b7c <draw_frame+96>:      adc    $0x8201e48,%eax
0x8110b81 <draw_frame+101>:     mov    (%edx),%eax
0x8110b83 <draw_frame+103>:     add    %eax,%eax
0x8110b85 <draw_frame+105>:     add    (%edx),%eax
0x8110b87 <draw_frame+107>:     jmp    0x8110ba1 <draw_frame+133>
0x8110b89 <draw_frame+109>:     lea    0x0(%esi,1),%esi
0x8110b90 <draw_frame+116>:     cmp    $0x42475220,%eax
0x8110b95 <draw_frame+121>:     jne    0x8110ba4 <draw_frame+136>
0x8110b97 <draw_frame+123>:     mov    0x8201e48,%eax
0x8110b9c <draw_frame+128>:     mov    (%eax),%eax
0x8110b9e <draw_frame+130>:     shl    $0x2,%eax
0x8110ba1 <draw_frame+133>:     mov    %eax,0xfffffff4(%ebp)
0x8110ba4 <draw_frame+136>:     add    $0xfffffff8,%esp
0x8110ba7 <draw_frame+139>:     push   $0x0
0x8110ba9 <draw_frame+141>:     push   $0x0
0x8110bab <draw_frame+143>:     mov    0x8201e48,%eax
0x8110bb0 <draw_frame+148>:     pushl  0x4(%eax)
0x8110bb3 <draw_frame+151>:     pushl  (%eax)
0x8110bb5 <draw_frame+153>:     lea    0xfffffff4(%ebp),%eax
0x8110bb8 <draw_frame+156>:     push   %eax
0x8110bb9 <draw_frame+157>:     pushl  0x8(%ebp)
End of assembler dump.

-- 
Gabucino
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 232 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20020216/6075523c/attachment.pgp>


More information about the MPlayer-dev-eng mailing list