FFmpeg git repo
Go to file
Baptiste Coudurier bfc2a19d7a 10l, undef DEBUG
Originally committed as revision 5354 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-05-09 22:10:17 +00:00
doc
libavcodec allow insane gop sizes if the user doesnt care about playable streams (doesnt want compliance to any standard) 2006-05-09 08:40:38 +00:00
libavformat 10l, undef DEBUG 2006-05-09 22:10:17 +00:00
libavutil document clip functions 2006-05-01 00:27:24 +00:00
postproc change the type of esp in SwsContext to uint64_t so it can hold a full register 2006-05-07 18:14:49 +00:00
tests
vhook
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
berrno.h
build_avopt
clean-diff Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
cmdutils.c
cmdutils.h
common.mak
configure Further simplify AMR build. 2006-05-06 10:57:38 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff Add missing newlines at end of file. 2006-04-29 16:17:50 +00:00
xvmc_render.h

README

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

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

* Read the documentation in the doc/ directory.

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

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

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

Fabrice Bellard.