Go to file
Panagiotis Issaris 636d6a4a47 Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"
to "picture" as suggested by Baptiste Coudurier.

Originally committed as revision 8220 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-04 11:53:11 +00:00
doc wording/spelling 2007-03-02 02:40:45 +00:00
libavcodec Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 2007-03-04 11:53:11 +00:00
libavformat make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as 303). 2007-03-04 11:52:46 +00:00
libavutil add R/WB24 functions 2007-03-04 02:48:32 +00:00
libpostproc Typo 2007-03-02 09:15:19 +00:00
libswscale a small step toward 4 plane support 2007-03-02 13:33:18 +00:00
tests Relicense to LGPL and add standard license header. 2007-03-02 10:15:07 +00:00
vhook Simplify .depend file inclusion. 2007-02-26 22:53:38 +00:00
build_avopt
Changelog DCA decoder 2007-02-27 06:30:40 +00:00
clean-diff
cmdutils.c
cmdutils.h Add missing license headers. 2007-02-27 16:05:19 +00:00
common.mak
configure Do not hardcode cc on Darwin, fixing --cc option in the process. 2007-03-03 08:25:38 +00:00
COPYING
CREDITS
cws2fws.c
Doxyfile
ffinstall.nsi
ffmpeg.c Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" 2007-03-04 11:53:11 +00:00
ffplay.c Fix A/V sync error in ffplay with wmv3/wmav2 medias 2007-03-02 13:26:42 +00:00
ffserver.c
ffserver.h Add missing license headers. 2007-02-27 16:05:19 +00:00
INSTALL
MAINTAINERS
Makefile remove useless OBJS variable 2007-02-27 22:56:02 +00:00
output_example.c
pktdumper.c Add standard license header. 2007-02-24 10:53:10 +00:00
qt-faststart.c
README
unwrap-diff
version.sh

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.