Go to file
Baptiste Coudurier 9a0a2c9f12 no need to duplicate cid table vars in context
Originally committed as revision 9899 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-04 13:09:08 +00:00
doc URL of the webinterface 2007-08-03 21:59:01 +00:00
libavcodec no need to duplicate cid table vars in context 2007-08-04 13:09:08 +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
libswscale typo 2007-07-28 14:17:25 +00:00
tests
tools
vhook
Changelog
cmdutils.c
cmdutils.h
common.mak
configure correct order of fixedpoint in CONFIG list 2007-08-02 11:32:04 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS adding myself to the CREDITS 2007-08-01 02:16:08 +00:00
Doxyfile
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
INSTALL
MAINTAINERS
Makefile
output_example.c
README
version.sh

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.