Author: diego Date: Fri Mar 7 22:30:01 2008 New Revision: 26198 Log: Grayscale encoding/decoding with FFmpeg is no longer enabled, remove references from the documentation and the relevant options from the glue code.
Modified: trunk/DOCS/man/en/mplayer.1 Changes in other areas also in this revision: Modified: trunk/Changelog trunk/libmpcodecs/vd_ffmpeg.c trunk/libmpcodecs/ve_lavc.c Modified: trunk/DOCS/man/en/mplayer.1 ============================================================================== --- trunk/DOCS/man/en/mplayer.1 (original) +++ trunk/DOCS/man/en/mplayer.1 Fri Mar 7 22:30:01 2008 @@ -3211,7 +3211,6 @@ Will usually only work with "\-fstype \- .TP .B \-zrbw (\-vo zr only) Display in black and white. -For optimal performance, this can be combined with '\-lavdopts gray'. . .TP .B \-zrcrop <[width]x[height]+[x offset]+[y offset]> (\-vo zr only) @@ -4290,7 +4289,7 @@ Separate multiple options with a colon. .I EXAMPLE: .PD 0 .RSs -\-lavdopts gray:skiploopfilter=all:skipframe=nonref +\-lavdopts skiploopfilter=all:skipframe=nonref .RE .PD 1 .sp 1 @@ -4391,8 +4390,6 @@ Enable optimizations which do not comply potentially cause problems, like simpler dequantization, simpler motion compensation, assuming use of the default quantization matrix, assuming YUV 4:2:0 and skipping a few checks to detect damaged bitstreams. -.IPs "gray\ " -grayscale only decoding (a bit faster than with color) .IPs "idct=<0\-99> (see \-lavcopts)" For best decoding quality use the same IDCT algorithm for decoding and encoding. This may come at a price in accuracy, though. @@ -8336,10 +8333,6 @@ good choice slice structured mode for H.263+ . .TP -.B "gray\ \ \ " -grayscale only encoding (faster) -. -.TP .B vfdct=<0\-10> DCT algorithm .PD 0 _______________________________________________ MPlayer-DOCS mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/mplayer-docs
