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 365515ac7f be slightly more careful with copying the codec_tag in the streamcopy case 18 years ago
doc URL of the webinterface 18 years ago
libavcodec there are only 4 rematrixing bands 18 years ago
libavformat set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov 18 years ago
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 18 years ago
libpostproc Uppercase variable overlooked in last commit. 18 years ago
libswscale typo 18 years ago
tests regression tests for yuv440p yuvj440p 18 years ago
tools remove warnings 18 years ago
vhook Make vhook build non-recursive. 18 years ago
COPYING.GPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 years ago
COPYING.LGPL Rename COPYING to COPYING.LGPL, add COPYING.GPL with the text of the GPLv2. 18 years ago
CREDITS adding myself to the CREDITS 18 years ago
Changelog Remove OS/2 support 18 years ago
Doxyfile Remove intrinsics checks, they are no longer used. 18 years ago
INSTALL Use gmake instead of make on *BSD. 19 years ago
MAINTAINERS lcl.c doesnt exist anymore 18 years ago
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 18 years ago
README liba52 was removed, libswscale is also GPLed. 18 years ago
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 18 years ago
cmdutils.h add OPT_INT64 option 18 years ago
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 18 years ago
configure correct order of fixedpoint in CONFIG list 18 years ago
ffinstall.nsi cosmetics: Remove trailing whitespace and tabs. 18 years ago
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 10l to Benoit, poll.h is already included below, and this broke compilation on mingw 18 years ago
ffserver.h Add missing license headers. 18 years ago
output_example.c misc spelling fixes 18 years ago
version.sh kill error messages from failed svn revision extraction commands 18 years ago

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.