Mercurial > mplayer.hg
view debian/TODO.Debian @ 1362:11673118f37f
Fix segfault in DShow video decoder. Using directshow, the
sh_video->out_out_buffer is NULL on the first few decoded frames, and is
initialized in loader/DirectShow/outputpin.cpp, method COutputPin::Receive(),
while the video is already running.
Do not try to display a frame while sh_video->out_out_buffer is still NULL.
Such a test was present in the previous to last revision of this file, but
was lost in the last revision.
author | jkeil |
---|---|
date | Fri, 20 Jul 2001 11:35:47 +0000 |
parents | 8c8ed61a98c6 |
children | 225b8fb7653f |
line wrap: on
line source
- fibmap_mplayer - figure out what to do with suid. - global configuration ( /etc/mplayer/mplayer.conf /etc/mplayer/codecs.conf /usr/lib/mplayer/font ) - Add script for copying *.dlls from users windows directory, or figure out some other way of satisfying other dependencies like *.dlls and fonts. In other words - automate win32dll.zip installation. - check debhelper quirks and abilities for config files.