do you think the stars see how hard we're fighting for them?

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@533 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
gabucino 2001-04-19 21:06:58 +00:00
parent 2facab0d7a
commit b7a4f17cb7
4 changed files with 10 additions and 0 deletions

View File

@ -62,6 +62,7 @@ Felix B
- SDL driver fixes
- Additional YUV formats fixes
- New font (coming soon!?)
- PNG file output support in libvo
TeLeNiEkO: <telenieko@telenieko.com>
- debian packaging support (see debian/* and DOCS/DEBIAN)

View File

@ -72,6 +72,7 @@ Supported video output devices:
(NOT supported by us! Don't submit SDL bugreports!)
- fbdev:Output to general framebuffers
- svga: Output to SVGAlib
- png: PNG file output (use -z switch to set compression)
- null: Null output (for speed tests/benchmarking)
- 3dfx: Voodoo2/3 hardware YUV (/dev/3dfx) support (not yet tested, maybe broken)
- odivx:OpenDivX AVI File writer

View File

@ -2,6 +2,8 @@ TO DO:
~~~~~~
Urgent:
- support for more codecs (sample .avi files and .dll needed!) - HELP!
- make a release!
- change to libxmm
They Have Been Around For A Long Time:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

View File

@ -33,6 +33,7 @@ mplayer \- Movie Player for Linux
.RB [ \-subfps\ rate ]
.RB [ \-subdelay\ sec ]
.RB [ \-dvd\ device ]
.RB [ \-z\ <0-8> ]
.I file
.PP
.SH DESCRIPTION
@ -169,6 +170,11 @@ force usage of non-interleaved AVI parser
.TP
.B \-include
specify config file to be parsed after the default
.TP
.B \-z\ <0-8>
specifies compression level for PNG output
0 : no compression
8 : max compression
.IP
.SH "ALPHA/BETA CODE"
.TP