No Description https://ffmpeg.org/

Benoit Fouet 83ef1fea65 fix tools compilation 17 years ago
doc 1502409e4d Add note about vertical alignment to patch guidelines. 17 years ago
libavcodec 975741e79c Don't segfault if an empty codebook gets used. 17 years ago
libavformat 1fc44ed69e MinGW has those include files. 17 years ago
libavutil 318049b8ed move #include of system headers to top of file 17 years ago
libpostproc 3b7660b002 Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 17 years ago
libswscale fc69cc615e Remove redundant "all rights reserved" statement, OKed by Walken. 17 years ago
tests 51d2ff8044 round timestamps up, k2 broadcast server seems to need it 17 years ago
tools 83ef1fea65 fix tools compilation 17 years ago
vhook ed5614eb56 Make vhook build non-recursive. 17 years ago
COPYING.GPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
COPYING.LGPL 5d3049559a Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 17 years ago
CREDITS 4931546e26 this file credits authors of non-trivial code, which I don't qualify for 18 years ago
Changelog 7c37e504f0 Remove OS/2 support 17 years ago
Doxyfile a88fc5c040 Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL b7d690f89d Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS 471bca1e41 order is name surname 17 years ago
Makefile 83ef1fea65 fix tools compilation 17 years ago
README c1b54be3f9 liba52 was removed, libswscale is also GPLed. 18 years ago
cmdutils.c 0f4e816582 to be able to compile without HAVE_AV_CONFIG_H 17 years ago
cmdutils.h ffdf9a1f2d add OPT_INT64 option 18 years ago
common.mak e4d86a5790 add "checkheaders" target 17 years ago
configure e2525c6f78 The svq3 decoder depends on h264idct.o and also requires h264_parser. 17 years ago
ffinstall.nsi 4ee10633d2 cosmetics: Remove trailing whitespace and tabs. 18 years ago
ffmpeg.c 7495c3066d Check for GetProcessTimes and use it in getutime 17 years ago
ffplay.c 7c37e504f0 Remove OS/2 support 17 years ago
ffserver.c af0f371246 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 17 years ago
ffserver.h f5a90186d7 Add missing license headers. 18 years ago
output_example.c 755bfeabcc misc spelling fixes 18 years ago
version.sh 7a68f7fa22 kill error messages from failed svn revision extraction commands 17 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.