mirror of https://github.com/mpv-player/mpv
Updated FAQ, TODO
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@36 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
1fd89ee919
commit
c25474941c
|
@ -125,3 +125,6 @@ A: ...but you don't have the X development package installed. It's called
|
|||
Also check if the /usr/X11 symlink exists (this can be a problem on
|
||||
Mandrake systems). It can be created with the 'ln -sf /usr/X11R6 /usr/X11'
|
||||
command. Your distribution may differ from the Linux Filesystem Standard.
|
||||
|
||||
Q: I have files with WMV (Windows Media Video) extension. Can I use'em?
|
||||
A: No, we couldn't find any way to get it work with MPlayer.
|
||||
|
|
|
@ -13,7 +13,7 @@ Fix compilation problems:
|
|||
Libvo features:
|
||||
- framebuffer and svgalib support (both)
|
||||
- real fullscreen (black bands at unused areas) support - DONE for xmga & x11
|
||||
- fix X4.0.x/DRI OpenGL (doesn't work, at least mga & tdfx & nvidia)
|
||||
- fix X4.0.x/DRI OpenGL (doesn't really work, at least mga & tdfx & nvidia)
|
||||
- change libmpeg2 & libvo interface to be compatible with libmpeg2-0.2.0 release
|
||||
|
||||
Player features:
|
||||
|
@ -27,3 +27,6 @@ Player features:
|
|||
- support for more codecs (sample .avi files and .dll needed!) - HELP!
|
||||
- support for MPEG TS (transport streams) and PES format - I need sample files!
|
||||
- verify valid range of numeric options (like '-xy 0')
|
||||
|
||||
Requested codecs:
|
||||
- WMV (Windows Media Video 8)
|
||||
|
|
Loading…
Reference in New Issue