# HG changeset patch # User gabucino # Date 987714418 0 # Node ID a8ab5e0f556055de7d0d7535ea6f115559a86f38 # Parent c687c8eee2bd45db167d02f1250cd0802a3e976a do you think the stars see how hard we're fighting for them? diff -r c687c8eee2bd -r a8ab5e0f5560 DOCS/AUTHORS --- 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: - debian packaging support (see debian/* and DOCS/DEBIAN) diff -r c687c8eee2bd -r a8ab5e0f5560 DOCS/README --- 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 diff -r c687c8eee2bd -r a8ab5e0f5560 DOCS/TODO --- 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: ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ diff -r c687c8eee2bd -r a8ab5e0f5560 DOCS/mplayer.1 --- 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