FFmpeg git repo
Go to file
Nigel Pearson 30a3e5d490 Use add_cflags/add_ldflags/add_extralibs instead of manually manipulating
those variables.
patch by Nigel Pearson, nigel .at. ind .dot. tansu .dot. com .dot. au

Originally committed as revision 6077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-24 14:14:14 +00:00
doc Update the FAQ with the current status of image formats. 2006-08-24 14:03:08 +00:00
libavcodec add codec id and tag for JPEG 2000 2006-08-24 14:13:57 +00:00
libavformat add codec id and tag for JPEG 2000 2006-08-24 14:13:57 +00:00
libavutil
libpostproc
libswscale Allow to compile swscale tests 2006-08-21 12:15:29 +00:00
tests wide atom is only defined in mov, use free for mp4/3gp 2006-08-24 10:32:09 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure Use add_cflags/add_ldflags/add_extralibs instead of manually manipulating 2006-08-24 14:14:14 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
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.