Go to file
Michael Niedermayer 859d95baa1 fix overhead and bitrate statistics
Originally committed as revision 8732 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-14 17:50:39 +00:00
doc
libavcodec
libavformat
libavutil
libpostproc
libswscale
tests
vhook
build_avopt
Changelog
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
COPYING
CREDITS
cws2fws.c
Doxyfile Remove intrinsics checks, they are no longer used. 2006-10-13 16:04:41 +00:00
ffinstall.nsi
ffmpeg.c fix overhead and bitrate statistics 2007-04-14 17:50:39 +00:00
ffplay.c
ffserver.c Fix the poll() loop (ret == 0 means that a timeout expired, so it must be 2007-04-10 14:40:03 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.