[FFmpeg-cvslog] r20561 - in trunk: Changelog doc/ffmpeg-doc.texi doc/ffplay-doc.texi doc/ffserver-doc.texi doc/general.texi
daniel
subversion
Fri Nov 20 11:23:40 CET 2009
Author: daniel
Date: Fri Nov 20 11:23:40 2009
New Revision: 20561
Log:
Document -formats split
Modified:
trunk/Changelog
trunk/doc/ffmpeg-doc.texi
trunk/doc/ffplay-doc.texi
trunk/doc/ffserver-doc.texi
trunk/doc/general.texi
Modified: trunk/Changelog
==============================================================================
--- trunk/Changelog Fri Nov 20 08:49:53 2009 (r20560)
+++ trunk/Changelog Fri Nov 20 11:23:40 2009 (r20561)
@@ -42,6 +42,7 @@ version <next>:
- MD STUDIO audio demuxer
- RF64 support in WAV demuxer
- MPEG-4 Audio Lossless Coding (ALS) decoder
+- -formats option split into -formats, -codecs, -bsfs, and -protocols
Modified: trunk/doc/ffmpeg-doc.texi
==============================================================================
--- trunk/doc/ffmpeg-doc.texi Fri Nov 20 08:49:53 2009 (r20560)
+++ trunk/doc/ffmpeg-doc.texi Fri Nov 20 11:23:40 2009 (r20561)
@@ -235,9 +235,20 @@ Show help.
Show version.
@item -formats
-Show available formats, codecs, bitstream filters, protocols, and frame size and frame rate abbreviations.
+Show available formats.
-The fields preceding the format and codec names have the following meanings:
+The fields preceding the format names have the following meanings:
+ at table @samp
+ at item D
+Decoding available
+ at item E
+Encoding available
+ at end table
+
+ at item -codecs
+Show available codecs.
+
+The fields preceding the codec names have the following meanings:
@table @samp
@item D
Decoding available
@@ -253,6 +264,12 @@ Codec supports direct rendering
Codec can handle input truncated at random locations instead of only at frame boundaries
@end table
+ at item -bsfs
+Show available bitstream filters.
+
+ at item -protocols
+Show available protocols.
+
@item -f @var{fmt}
Force format.
@@ -933,7 +950,7 @@ to standard output.
FFmpeg also handles many protocols specified with an URL syntax.
-Use 'ffmpeg -formats' to see a list of the supported protocols.
+Use 'ffmpeg -protocols' to see a list of the supported protocols.
The protocol @code{http:} is currently used only to communicate with
FFserver (see the FFserver documentation). When FFmpeg will be a
Modified: trunk/doc/ffplay-doc.texi
==============================================================================
--- trunk/doc/ffplay-doc.texi Fri Nov 20 08:49:53 2009 (r20560)
+++ trunk/doc/ffplay-doc.texi Fri Nov 20 11:23:40 2009 (r20561)
@@ -36,7 +36,13 @@ Show version.
@item -L
Show license.
@item -formats
-Show available formats, codecs, protocols, ...
+Show available formats.
+ at item -codecs
+Show available codecs.
+ at item -bsfs
+Show available bitstream filters.
+ at item -protocols
+Show available protocols.
@item -x @var{width}
Force displayed width.
@item -y @var{height}
Modified: trunk/doc/ffserver-doc.texi
==============================================================================
--- trunk/doc/ffserver-doc.texi Fri Nov 20 08:49:53 2009 (r20560)
+++ trunk/doc/ffserver-doc.texi Fri Nov 20 11:23:40 2009 (r20561)
@@ -242,7 +242,13 @@ Show version.
@item -L
Show license.
@item -formats
-Show available formats, codecs, protocols, ...
+Show available formats.
+ at item -codecs
+Show available codecs.
+ at item -bsfs
+Show available bitstream filters.
+ at item -protocols
+Show available protocols.
@item -h
Show help.
@item -loglevel @var{loglevel}
Modified: trunk/doc/general.texi
==============================================================================
--- trunk/doc/general.texi Fri Nov 20 08:49:53 2009 (r20560)
+++ trunk/doc/general.texi Fri Nov 20 11:23:40 2009 (r20561)
@@ -32,7 +32,7 @@ GPL components, GPL version 3) to use it
@chapter Supported File Formats and Codecs
-You can use the @code{-formats} option to have an exhaustive list.
+You can use the @code{-formats} and @code{-codecs} options to have an exhaustive list.
@section File Formats
More information about the ffmpeg-cvslog
mailing list