diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2002-11-19 19:16:26 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2002-11-19 19:16:26 +0000 |
commit | 47d944d2be6ab5a70f69f619ef10179ed3fd32b1 (patch) | |
tree | 6c60c12649eef61acd6e239be2351c4414d82b55 /doc/ffmpeg-doc.texi | |
parent | b242baa411976134d950d8106aa86a6e2a7eb3c9 (diff) | |
download | ffmpeg-47d944d2be6ab5a70f69f619ef10179ed3fd32b1.tar.gz |
doc update
Originally committed as revision 1233 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'doc/ffmpeg-doc.texi')
-rw-r--r-- | doc/ffmpeg-doc.texi | 38 |
1 files changed, 36 insertions, 2 deletions
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 |