FFmpeg git repo
Go to file
Måns Rullgård 6927c84c82 ogm: don't use deprecated codec_get_{bmp,wav}_id()
Originally committed as revision 9529 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-08 01:41:09 +00:00
doc me option implemented as an AVOption 2007-07-06 11:47:02 +00:00
libavcodec simplify ff_copy_bits() when compiled with config-small 2007-07-07 23:03:14 +00:00
libavformat ogm: don't use deprecated codec_get_{bmp,wav}_id() 2007-07-08 01:41:09 +00:00
libavutil
libpostproc
libswscale
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure handle --enable-small same way as other CONFIG_* options (almost) 2007-07-06 18:41:59 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c me option implemented as an AVOption 2007-07-06 11:47:02 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

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.