[FFmpeg-cvslog] doc: Add missing protocols to list of supported protocols.

Diego Biurrun git at videolan.org
Sun Jun 17 23:00:06 CEST 2012


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Thu Jun 14 10:34:16 2012 +0200| [f404c7dcd779f0d57fbaa87084659a1d5f4c467c] | committer: Diego Biurrun

doc: Add missing protocols to list of supported protocols.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=f404c7dcd779f0d57fbaa87084659a1d5f4c467c
---

 doc/general.texi |   15 +++++++++++++--
 1 file changed, 13 insertions(+), 2 deletions(-)

diff --git a/doc/general.texi b/doc/general.texi
index dee8f9e..9a4746a 100644
--- a/doc/general.texi
+++ b/doc/general.texi
@@ -804,19 +804,30 @@ performance on systems without hardware floating point support).
 
 @multitable @columnfractions .4 .1
 @item Name         @tab Support
- at item Apple HTTP Live Streaming @tab X
 @item file         @tab X
 @item Gopher       @tab X
+ at item HLS          @tab X
 @item HTTP         @tab X
- at item MMS          @tab X
+ at item HTTPS        @tab X
+ at item MMSH         @tab X
+ at item MMST         @tab X
 @item pipe         @tab X
+ at item RTMP         @tab X
+ at item RTMPE        @tab E
+ at item RTMPS        @tab E
+ at item RTMPT        @tab E
+ at item RTMPTE       @tab E
 @item RTP          @tab X
+ at item SCTP         @tab X
 @item TCP          @tab X
+ at item TLS          @tab X
 @item UDP          @tab X
 @end multitable
 
 @code{X} means that the protocol is supported.
 
+ at code{E} means that support is provided through an external library.
+
 
 @section Input/Output Devices
 



More information about the ffmpeg-cvslog mailing list