Mercurial > mplayer.hg
view debian/TODO.Debian @ 13249:a6642a4330fa
ensure that avi files have a valid header as soon as possible.
without this, the header says 0x0 video size, which works with mplayer
when the video size is stored in the codec data, but it does NOT work
with other players or with codecs that don't store size (e.g. snow).
actually i don't like having seeks in the muxer module, but i don't
know any other way to implement this fix without major changes to
mencoder. if you have a better fix, please reverse this and commit
yours.
author | rfelker |
---|---|
date | Sun, 05 Sep 2004 16:51:15 +0000 |
parents | 8df33450a374 |
children | 14f41e4c530e |
line wrap: on
line source
- create packages of mp_font (TTF? BITMAP? AND HOW?), depend/recommend them. - create package for win32codecs (WHY?) - global configuration ( /etc/mplayer/mplayer.conf /etc/mplayer/codecs.conf /usr/lib/mplayer/font ) - OBSOLETED: fibmap_mplayer - figure out what to do with suid. - OBSOLETED: create package with odivx and make this one depend/recommend it - OBSOLETED: 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.