From 47d944d2be6ab5a70f69f619ef10179ed3fd32b1 Mon Sep 17 00:00:00 2001 From: Fabrice Bellard Date: Tue, 19 Nov 2002 19:16:26 +0000 Subject: doc update Originally committed as revision 1233 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/ffmpeg-doc.texi | 38 ++++++++++++++++++++++++++++++++++++-- 1 file changed, 36 insertions(+), 2 deletions(-) (limited to 'doc/ffmpeg-doc.texi') diff --git a/doc/ffmpeg-doc.texi b/doc/ffmpeg-doc.texi index beb5a9a5cc..781d8dc68c 100644 --- a/doc/ffmpeg-doc.texi +++ b/doc/ffmpeg-doc.texi @@ -266,8 +266,8 @@ dump video coding statistics to file @section Protocols -The output file can be "-" to output to a pipe. This is only possible -with mpeg1 and h263 formats. +The filename can be @file{-} to read from the standard input or to write +to the standard output. ffmpeg handles also many protocols specified with the URL syntax. @@ -398,6 +398,40 @@ solutions. @code{I} means that an integer only version is available too (ensures highest performances on systems without hardware floating point support). +@chapter Platform Specific information + +@section Linux + +ffmpeg should be compiled with at least GCC 2.95.3. GCC 3.2 is the +prefered compiler now for ffmpeg. All futur optimizations will depend on +features only found in GCC 3.2. + +@section BSD + +@section Windows + +@section MacOS X + +@section BeOS + +The configure script should guess the configuration itself. +Networking support is currently not finished. +errno issues fixed by Andrew Bachmann. + +Old stuff: + +François Revol - revol at free dot fr - April 2002 + +The configure script should guess the configuration itself, +however I still didn't tested building on net_server version of BeOS. + +ffserver is broken (needs poll() implementation). + +There is still issues with errno codes, which are negative in BeOs, and +that ffmpeg negates when returning. This ends up turning errors into +valid results, then crashes. +(To be fixed) + @chapter Developpers Guide @section API -- cgit v1.2.3