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.
 
 
 
 
 
John Donaghy 6fea687ec1 DVR-MS probe audio format 18 years ago
doc
libavcodec add a check before find_frame_end call 18 years ago
libavformat DVR-MS probe audio format 18 years ago
libavutil
libpostproc
libswscale cosmetics after last commit; remove superfluous braces 18 years ago
tests
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c
ffplay.c Make some functions which aren't used outside their declaring source file 18 years ago
ffserver.c Fix the poll() loop (ret == 0 means that a timeout expired, so it must be 18 years ago
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

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.