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.
 
 
 
 
Luca Abeni 8767b80f5f Change avf_sdp_create() to get a pre-allocated buffer as input, and to 18 years ago
doc topic explanations 18 years ago
libavcodec fix decoding of adpcm swf big frames, fix RamboMJPEGAVP6_1Mbps.swf 18 years ago
libavformat Change avf_sdp_create() to get a pre-allocated buffer as input, and to 18 years ago
libavutil
libpostproc
libswscale
tests flashsv regression test 18 years ago
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 18 years ago
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure correct order of fixedpoint in CONFIG list 18 years ago
ffinstall.nsi
ffmpeg.c be slightly more careful with copying the codec_tag in the streamcopy case 18 years ago
ffplay.c cosmetics: be sure all lines fit into 79 characters 18 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. 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.