[MPlayer-dev-eng] sig11 in pp_postprocess
gabucino at mplayerhq.hu
gabucino at mplayerhq.hu
Fri Jun 27 12:04:42 CEST 2003
config file:
vo = xv,x11,mga,fbdev,svga,aa
double = yes
vf = pp
autoq = 100
fs = yes
framedrop = yes
subfont-text-scale = 4
cache = 1024
Starting program: /home/gabucino/mplayer/src/./mplayer ../../x/sample.avi -loop 0
[New Thread 1024 (LWP 13895)]
Using GNU internationalization
Original domain: messages
Original dirname: /usr/share/locale
Current domain: mplayer
Current dirname: /usr/share/locale
MPlayer dev-CVS-030626-18:02-2.95.3 (C) 2000-2003 Árpád Gereöffy (see DOCS)
CPU: Advanced Micro Devices Athlon TB Thunderbird (Family: 6, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: MMX: 1 MMX2: 1 3DNow: 1 3DNow2: 1 SSE: 0 SSE2: 0
Compiled with Runtime CPU Detection - WARNING - this is not optimal!
To get best performance, recompile MPlayer with --disable-runtime-cpudetection
Reading config file /etc/mplayer/mplayer.conf
Reading config file /root/.mplayer/config
Reading /root/.mplayer/codecs.conf: can't open '/root/.mplayer/codecs.conf': No such file or directory
Reading /etc/mplayer/codecs.conf: 58 audio & 148 video codecs
font: can't open file: /root/.mplayer/font/font.desc
font: can't open file: /usr/share/mplayer/font/font.desc
Using Linux hardware RTC timing (1024Hz).
Can't open input config file /root/.mplayer/input.conf : No such file or directory
Input config file /etc/mplayer/input.conf parsed : 51 binds
Playing ../../x/sample.avi
AVI file format detected.
VIDEO: [DIVX] 768x576 24bpp 25.00 fps 2823.7 kbps (344.7 kbyte/s)
==========================================================================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
MP3lib: init layer2&3 finished, tables done
AUDIO: 44100 Hz, 2 ch, 16 bit (0x10), ratio: 8000->176400 (64.0 kbit)
Selected audio codec: [mp3] afm:mp3lib (mp3lib MPEG layer-2, layer-3)
==========================================================================
vo: X11 running at 800x600 with depth 24 and 32 bpp (":0.0" => local display)
Disabling DPMS
Opening video filter: [pp]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm:ffmpeg (FFmpeg MPEG-4)
==========================================================================
[PP] Using external postprocessing filter, max q = 6.
Checking audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
AF_pre: af format: 2 bps, 2 ch, 44100 hz, little endian signed int
AF_pre: 44100Hz 2ch Signed 16-bit (Little-Endian)
AO: [oss] 44100Hz 2ch Signed 16-bit (Little-Endian) (2 bps)
Building audio filter chain for 44100Hz/2ch/16bit -> 44100Hz/2ch/16bit...
Starting playback...
This file was encoded with libavcodec build 4656
VDec: vo config request - 768 x 576 (preferred csp: Planar YV12)
[PP] Using external postprocessing filter, max q = 6.
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.33:1 - prescaling to correct movie aspect.
VO: [xv] 768x576 => 768x576 Planar YV12 [fs]
A: 0.9 V: 0.9 A-V: 0.006 ct: 0.080 23/ 23 63% 36% 10.2% 10 0 0%
Broken frame at 0x265E
A: 0.2 V: 0.1 A-V: 0.099 ct: 0.018 3/ 3 0% 0% 0.0% 0 7 0%%
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 1024 (LWP 13895)]
0x831b2a9 in pp_postprocess (src=0x7e7e7e7e, srcStride=0x7e7e7e7e,
dst=0x898991fc, dstStride=0x89898989, width=-1802197638,
height=-1802201964,
QP_store=0x9f9fb8f8 <Address 0x9f9fb8f8 out of bounds>,
QPStride=-1616928865, vm=0xa9a9cb75, vc=0xa9a9a9a9, pict_type=-1263214861)
at libpostproc/postprocess.c:838
838 if(QP_store==NULL || (mode->lumMode & FORCE_QUANT))
(gdb) bt
#0 0x831b2a9 in pp_postprocess (src=0x7e7e7e7e, srcStride=0x7e7e7e7e,
dst=0x898991fc, dstStride=0x89898989, width=-1802197638,
height=-1802201964,
QP_store=0x9f9fb8f8 <Address 0x9f9fb8f8 out of bounds>,
QPStride=-1616928865, vm=0xa9a9cb75, vc=0xa9a9a9a9, pict_type=-1263214861)
at libpostproc/postprocess.c:838
#1 0x86ecf38 in ?? ()
#2 0x86a7a38 in ?? ()
(gdb) disass $pc-32 $pc+32
Dump of assembler code from 0x831b289 to 0x831b2c9:
0x831b289 <pp_postprocess+97>: mov %edx,%eax
0x831b28b <pp_postprocess+99>: cmp %ecx,%eax
0x831b28d <pp_postprocess+101>: jge 0x831b291 <pp_postprocess+105>
0x831b28f <pp_postprocess+103>: mov %ecx,%eax
0x831b291 <pp_postprocess+105>: push %eax
0x831b292 <pp_postprocess+106>: mov 0x78(%esp,1),%eax
0x831b296 <pp_postprocess+110>: push %eax
0x831b297 <pp_postprocess+111>: mov 0x78(%esp,1),%edx
0x831b29b <pp_postprocess+115>: push %edx
0x831b29c <pp_postprocess+116>: push %ebp
0x831b29d <pp_postprocess+117>: call 0x831aea0 <reallocBuffers>
0x831b2a2 <pp_postprocess+122>: add $0x20,%esp
0x831b2a5 <pp_postprocess+125>: mov 0x70(%esp,1),%ecx
0x831b2a9 <pp_postprocess+129>: mov (%ecx),%eax
0x831b2ab <pp_postprocess+131>: test %ebx,%ebx
0x831b2ad <pp_postprocess+133>: je 0x831b2ce <pp_postprocess+166>
0x831b2af <pp_postprocess+135>: mov %edi,%ecx
0x831b2b1 <pp_postprocess+137>: and $0x10,%ecx
0x831b2b4 <pp_postprocess+140>: mov %edi,0x20(%esp,1)
0x831b2b8 <pp_postprocess+144>: andl $0x7,0x20(%esp,1)
0x831b2bd <pp_postprocess+149>: lea 0x27c(%ebp),%edx
0x831b2c3 <pp_postprocess+155>: mov %edx,0x1c(%esp,1)
0x831b2c7 <pp_postprocess+159>: test $0x200000,%eax
End of assembler dump.
(gdb) info all-registers
eax 0x32 50
ecx 0x32315659 842094169
edx 0x300 768
ebx 0x86ed6d0 141481680
esp 0xbfffd734 0xbfffd734
ebp 0x869e660 0x869e660
esi 0x30 48
edi 0x2 2
eip 0x831b2a9 0x831b2a9
eflags 0x210202 2163202
cs 0x23 35
ss 0x2b 43
ds 0x2b 43
es 0x2b 43
fs 0x0 0
gs 0x7 7
st0 nan (raw 0xffff7b7c7c7d7f818485)
st1 nan (raw 0xffff007b007c007c007d)
st2 nan (raw 0xffff7c7c7d7f7f807f80)
st3 nan (raw 0xffff007c007c007d007f)
st4 nan (raw 0xffff0082008300840085)
st5 nan (raw 0xffff0083008300830084)
st6 0.028884999927072385617066174745559692 (raw 0x3ff9eca03c4104000---Type <return> to continue, or q <return> to quit---
000)
st7 0.037215999906038632616400718688964844 (raw 0x3ffa986fcde7c0000000)
fctrl 0x37f 895
fstat 0x4020 16416
ftag 0xffff 65535
fiseg 0x0 0
fioff 0x0 0
foseg 0x0 0
fooff 0x80d0000 135069696
fop 0x0 0
--
Gabucino
MPlayer Core Team
-------------- 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/20030627/8a063609/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list