FFmpeg git repo
Go to file
Baptiste Coudurier 98d12b09af move declaration to mov.h
Originally committed as revision 5299 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-04-19 10:02:41 +00:00
doc
libavcodec gcc-2.95 compile fix, patch by Wolfram Gloger <wmglo A dent PIS med PIS uni-muenchen PIS de> 2006-04-18 03:48:30 +00:00
libavformat move declaration to mov.h 2006-04-19 10:02:41 +00:00
libavutil
postproc 10l in rgb2rgb_template.c 2006-04-16 08:27:16 +00:00
tests AC3 encoding volume fix, by Justin Ruggles jruggle earthlink net. 2006-04-10 12:12:26 +00:00
vhook
.cvsignore
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS Add mphq2 admins. 2006-04-15 15:09:45 +00:00
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Allow passing CFLAGS through the environment on all platforms. 2006-04-14 23:33:34 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Cosmetic patch: fix indentation (broken by previous cropping / padding 2006-04-10 10:16:13 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c decrease last_offset when ftyp is present 2006-04-10 17:18:35 +00:00
unwrap-diff
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.