Go to file
Aurelien Jacobs ec996a6303 fix flvdec.c file description comment
Originally committed as revision 6773 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23 00:13:02 +00:00
doc 3 more TODO items for volunteers 2006-10-20 10:09:25 +00:00
libavcodec document the extradata protocol for VP6F 2006-10-23 00:10:18 +00:00
libavformat fix flvdec.c file description comment 2006-10-23 00:13:02 +00:00
libavutil Protect code that uses CMOV instructions with HAVE_CMOV, 2006-10-20 17:53:19 +00:00
libpostproc
libswscale
tests
vhook spelling/grammar fixes 2006-10-22 12:12:44 +00:00
berrno.h
build_avopt
Changelog change gif demuxer to gif decoder 2006-10-22 15:05:03 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure use --as-needed just on linux, since *bsd way is broken... (patch from Diego Pettenò <flameeyes@gentoo.org>) 2006-10-22 14:47:12 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c support for sub-only streams; patch by borat subsense com 2006-10-22 09:12:08 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS change gif demuxer to gif decoder 2006-10-22 15:05:03 +00:00
Makefile
output_example.c
pktdumper.c
qt-faststart.c decrease last_offset when ftyp is present 2006-04-10 17:18:35 +00:00
README
unwrap-diff
version.sh
xvmc_render.h

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.