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 204424a4c7 simplify 18 years ago
doc Add THP video and audio decoders. 18 years ago
libavcodec simplify 18 years ago
libavformat Bethsoft VID demuxer and video decoder 18 years ago
libavutil Add first and second output to earlyclobbers in COPY3_IF_LT macro. 18 years ago
libpostproc typos/grammar 18 years ago
libswscale typo 18 years ago
tests YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl) 18 years ago
vhook Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com. 18 years ago
COPYING
CREDITS
Changelog Bethsoft VID demuxer and video decoder 18 years ago
Doxyfile
INSTALL
MAINTAINERS typos 18 years ago
Makefile include only files actually built in SRCS 18 years ago
README
build_avopt
clean-diff
cmdutils.c add OPT_INT64 option 18 years ago
cmdutils.h add OPT_INT64 option 18 years ago
common.mak Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables. 18 years ago
configure Suppress possible error from ulimit not having -c or being missing. 18 years ago
cws2fws.c
ffinstall.nsi
ffmpeg.c print error message 18 years ago
ffplay.c prevent exit missuse 18 years ago
ffserver.c Fix warning: 18 years ago
ffserver.h Add missing license headers. 18 years ago
output_example.c cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
pktdumper.c Add standard license header. 18 years ago
qt-faststart.c Recommend building qt-faststart using make instead of a manual cc invocation. 18 years ago
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.