changeset 532:a8ab5e0f5560

do you think the stars see how hard we're fighting for them?
author gabucino
date Thu, 19 Apr 2001 21:06:58 +0000
parents c687c8eee2bd
children ca59ef4ce54d
files DOCS/AUTHORS DOCS/README DOCS/TODO DOCS/mplayer.1
diffstat 4 files changed, 10 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/AUTHORS	Thu Apr 19 20:27:57 2001 +0000
+++ b/DOCS/AUTHORS	Thu Apr 19 21:06:58 2001 +0000
@@ -62,6 +62,7 @@
 - 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)
--- a/DOCS/README	Thu Apr 19 20:27:57 2001 +0000
+++ b/DOCS/README	Thu Apr 19 21:06:58 2001 +0000
@@ -72,6 +72,7 @@
 	(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
--- a/DOCS/TODO	Thu Apr 19 20:27:57 2001 +0000
+++ b/DOCS/TODO	Thu Apr 19 21:06:58 2001 +0000
@@ -2,6 +2,8 @@
 ~~~~~~
 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:
 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
--- a/DOCS/mplayer.1	Thu Apr 19 20:27:57 2001 +0000
+++ b/DOCS/mplayer.1	Thu Apr 19 21:06:58 2001 +0000
@@ -33,6 +33,7 @@
 .RB [ \-subfps\ rate ]
 .RB [ \-subdelay\ sec ]
 .RB [ \-dvd\ device ]
+.RB [ \-z\ <0-8> ]
 .I file
 .PP
 .SH DESCRIPTION
@@ -169,6 +170,11 @@
 .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