Go to file
Måns Rullgård fac252f95b add --cross-compile option to assume cross-compilation without cross-prefix
Originally committed as revision 5550 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-29 23:32:13 +00:00
doc
libavcodec Fix initialization of vc1_decoder (the same as wmv3_decoder). 2006-06-29 11:17:50 +00:00
libavformat extradata may be used as bitstream reader input so allocate with padding 2006-06-29 19:42:34 +00:00
libavutil
libpostproc
postproc
tests flacenc - rice param search patch by (Justin Ruggles jruggle earthlink net 2006-06-27 21:01:21 +00:00
vhook
berrno.h
build_avopt
Changelog Flash Screen Video decoder (fourcc:FSV1) 2006-06-01 07:31:59 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure add --cross-compile option to assume cross-compilation without cross-prefix 2006-06-29 23:32:13 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c simplify 2006-06-24 09:57:28 +00:00
ffplay.c Make debug work early on ffplay 2006-06-25 16:12:27 +00:00
ffserver.c Use Subversion revision for FFMPEG_VERSION. 2006-06-20 10:24:08 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile get svn version when using separate build tree 2006-06-28 20:46:58 +00:00
output_example.c
pktdumper.c
qt-faststart.c
README
unwrap-diff
version.sh get svn version when using separate build tree 2006-06-28 20:46:58 +00:00
xvmc_render.h COSMETICS: Remove all trailing whitespace. 2005-12-17 18:14:38 +00:00

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.