Go to file
Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder
Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-09-09 17:19:37 +00:00
doc VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
libavcodec VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
libavformat VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
libavutil Remove unused defines, patch by takis P issaris A uhasselt P be 2006-09-07 13:42:36 +00:00
libpostproc
libswscale Add official GPL header to make license explicit as discussed on ffmpeg-devel. 2006-09-06 10:24:19 +00:00
tests
vhook Add -g to LDFLAGS instead of adding it to the command line. 2006-09-08 17:18:46 +00:00
berrno.h
build_avopt
Changelog VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c enables AVOption for muxing. 2006-09-08 14:21:57 +00:00
ffplay.c Better tag support: 2006-09-07 08:09:15 +00:00
ffserver.c
ffserver.h
INSTALL
MAINTAINERS VP5 and VP6 video decoder 2006-09-09 17:19:37 +00:00
Makefile Add -lav* to the front of LDFLAGS, fixes linking on Linux. 2006-09-08 19:36:21 +00:00
output_example.c
pktdumper.c
qt-faststart.c
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.