You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Vitor Sessak b37bce6b61 Minor simplification 17 years ago
doc Editorial cleanup, thanks Diego =) 17 years ago
libavcodec Minor simplification 17 years ago
libavformat remove useless check 17 years ago
libavutil Document aes init code writing on purpose beyond round_key array into state array. 17 years ago
libpostproc Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 17 years ago
libswscale use YUV440P in swscale 17 years ago
tests round timestamps up, k2 broadcast server seems to need it 17 years ago
tools revert my accidental previous commit 17 years ago
vhook Make vhook build non-recursive. 17 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS this file credits authors of non-trivial code, which I don't qualify for 18 years ago
Changelog Remove OS/2 support 17 years ago
Doxyfile Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS lcl.c doesnt exist anymore 17 years ago
Makefile fix tools compilation 17 years ago
README liba52 was removed, libswscale is also GPLed. 18 years ago
cmdutils.c to be able to compile without HAVE_AV_CONFIG_H 17 years ago
cmdutils.h add OPT_INT64 option 18 years ago
common.mak add "checkheaders" target 18 years ago
configure The svq3 decoder depends on h264idct.o and also requires h264_parser. 17 years ago
ffinstall.nsi cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c use av_q2d as in the rest of the file 17 years ago
ffplay.c Remove OS/2 support 17 years ago
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 17 years ago
ffserver.h Add missing license headers. 18 years ago
output_example.c misc spelling fixes 18 years ago
version.sh kill error messages from failed svn revision extraction commands 18 years ago

README

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.