FFmpeg git repo
Go to file
Justin Ruggles 75b9b0369b cosmetics: use more appropriate names for iterator variables.
Originally committed as revision 9907 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04 13:52:56 +00:00
doc URL of the webinterface 2007-08-03 21:59:01 +00:00
libavcodec cosmetics: use more appropriate names for iterator variables. 2007-08-04 13:52:56 +00:00
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 2007-08-04 12:33:34 +00:00
libavutil
libpostproc Uppercase variable overlooked in last commit. 2007-07-21 18:56:53 +00:00
libswscale typo 2007-07-28 14:17:25 +00:00
tests regression tests for yuv440p yuvj440p 2007-07-19 16:06:14 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 2007-08-01 02:16:08 +00:00
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 2007-07-19 15:24:58 +00:00
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
configure correct order of fixedpoint in CONFIG list 2007-08-02 11:32:04 +00:00
ffinstall.nsi
ffmpeg.c drop non keyframes before the first keyframe for stream copy 2007-08-03 23:25:03 +00:00
ffplay.c cosmetics: be sure all lines fit into 79 characters 2007-08-03 18:46:59 +00:00
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.