From 0147f198569a8e8d857df184d29ad22c8089b91e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Revol?= Date: Sat, 20 Jul 2002 20:05:50 +0000 Subject: =?UTF-8?q?beos/mov/adpcm=20patch=20by=20Fran=C3=A7ois=20Revol=20=20*=20Some=20BeOS=20fixes:=20-=20?= =?UTF-8?q?errno=20stuff=20-=20nanosleep()=20replacement=20-=20added=20a?= =?UTF-8?q?=20doc/README.beos?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * mov reader still has problems with most videos (skips many chunks), - It should now read .mov files with zlib-compressed moov headers (aka cmov) - added SVQ1 support. - removed mapping 'raw ' and 'yuv2' to h263, was my mistake. - added IMA4 support. (tested) - fixed frame rate (it reported 0 fps or something before) - extended file probing ('wide' and 'free' atoms) - improved .mov/.mp4 detection (or so I think) * adpcm * added zlib support, with header file and lib check Originally committed as revision 780 to svn://svn.ffmpeg.org/ffmpeg/trunk --- doc/README.beos | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 doc/README.beos (limited to 'doc') diff --git a/doc/README.beos b/doc/README.beos new file mode 100644 index 0000000000..b127e72233 --- /dev/null +++ b/doc/README.beos @@ -0,0 +1,23 @@ +Compilation on BeOS: +-------------------- + +François Revol - revol@free.fr - July 2002 + +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@free.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) + -- cgit v1.2.3