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.
 
 
 
 
 
Michael Niedermayer bf61632b12 revert r10403 17 years ago
doc revert r10403 17 years ago
libavcodec Set data_size to zero when DCA header parse failed 17 years ago
libavformat Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv 17 years ago
libavutil cosmetics: Sort some lines, whitespace changes. 17 years ago
libpostproc Move Apple gcc AltiVec vector declaration syntax to libavutil. 17 years ago
libswscale renaming ARCH_BFIN to HAVE_BFIN 17 years ago
tests Matroska regression tests 17 years ago
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS add Dénes Balatoni to CREDITS 17 years ago
Changelog mention slice-based parallel H.264 decoding in changelog 17 years ago
Doxyfile
INSTALL
MAINTAINERS Enable Matroska muxer 17 years ago
Makefile 10l: Actually add the .libs dependency to the seek_test binary, 17 years ago
README
cmdutils.c
cmdutils.h
common.mak
configure Remove --disable-{v4l,v4l2} options from configure 17 years ago
ffinstall.nsi
ffmpeg.c Cosmetic, change "fvstats" to "vstats_file". 17 years ago
ffplay.c fix 1fps videos 17 years ago
ffserver.c
ffserver.h
output_example.c
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

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

* libpostproc and libswscale are distributed under the GNU General Public
License, see the file COPYING.GPL for details. Their compilation and use
in FFmpeg is optional.