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.
 
 
 
 
 
Ramiro Polla 06e310114a Remove --disable-{v4l,v4l2} options from configure 17 years ago
doc Replace outdated BeOS section with a note that says that it is broken. 17 years ago
libavcodec Add slice-based parallel H.264 decoding 17 years ago
libavformat Give better filenames to bktr and v4l grabbers 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 Enable Matroska muxer 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 using isnan instead of d==d, to signal correctly parsed option 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.