summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorgabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-19 21:06:58 +0000
committergabucino <gabucino@b3059339-0415-0410-9bf9-f77b7e298cf2>2001-04-19 21:06:58 +0000
commitb7a4f17cb7ee327e32fd361230cbce9fc92f32f2 (patch)
treefc39b80badd3a44430ed7b71824a780fe4a84272 /DOCS
parent2facab0d7a7ac6bcb3dae1836bb8744bd93f059e (diff)
downloadmpv-b7a4f17cb7ee327e32fd361230cbce9fc92f32f2.tar.bz2
mpv-b7a4f17cb7ee327e32fd361230cbce9fc92f32f2.tar.xz
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
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/AUTHORS1
-rw-r--r--DOCS/README1
-rw-r--r--DOCS/TODO2
-rw-r--r--DOCS/mplayer.16
4 files changed, 10 insertions, 0 deletions
diff --git a/DOCS/AUTHORS b/DOCS/AUTHORS
index 3040363c94..eadd82cd8d 100644
--- a/DOCS/AUTHORS
+++ b/DOCS/AUTHORS
@@ -62,6 +62,7 @@ Felix Bünemann: <Felix.Buenemann@gmx.de>
- 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)
diff --git a/DOCS/README b/DOCS/README
index 2375ab98b4..d459870a34 100644
--- a/DOCS/README
+++ b/DOCS/README
@@ -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
diff --git a/DOCS/TODO b/DOCS/TODO
index 802951027b..8098cda40b 100644
--- a/DOCS/TODO
+++ b/DOCS/TODO
@@ -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:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
diff --git a/DOCS/mplayer.1 b/DOCS/mplayer.1
index 27f7a1008e..ac165f965a 100644
--- a/DOCS/mplayer.1
+++ b/DOCS/mplayer.1
@@ -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