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.
 
 
 
 
Marc Hoffman dc0c20f99b separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation 18 years ago
doc Add note about vertical alignment to patch guidelines. 18 years ago
libavcodec separate the actual math for recovering stereo from a signal channel, this is to allow fixpoint implementation 18 years ago
libavformat .memleak fix by Ronald Bultje. OK'd by Luca. 18 years ago
libavutil move #include of system headers to top of file 18 years ago
libpostproc Remove mangle.h, it is just a duplicate of parts of libavutil/internal.h. 18 years ago
libswscale typo 18 years ago
tests round timestamps up, k2 broadcast server seems to need it 18 years ago
tools create and populate "tools" directory 18 years ago
vhook Make vhook build non-recursive. 18 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 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 18 years ago
Doxyfile
INSTALL
MAINTAINERS Add Balatoni Denes as vorbis dec maintainer 18 years ago
Makefile create and populate "tools" directory 18 years ago
README
cmdutils.c to be able to compile without HAVE_AV_CONFIG_H 18 years ago
cmdutils.h
common.mak add "checkheaders" target 18 years ago
configure The svq3 decoder depends on h264idct.o and also requires h264_parser. 18 years ago
ffinstall.nsi
ffmpeg.c Check for GetProcessTimes and use it in getutime 18 years ago
ffplay.c Remove OS/2 support 18 years ago
ffserver.c 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 18 years ago
ffserver.h
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.