FFmpeg git repo
Go to file
Baptiste Coudurier 33bddcdc13 follow michael suggestion and simplify code at object level
Originally committed as revision 7507 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-14 23:14:36 +00:00
doc links to ARM optimization manuals 2007-01-07 23:39:56 +00:00
libavcodec cosmetics: reindent 2007-01-14 18:18:14 +00:00
libavformat follow michael suggestion and simplify code at object level 2007-01-14 23:14:36 +00:00
libavutil simplify 2007-01-14 21:40:21 +00:00
libpostproc
libswscale cosmetics: typo pallete --> palette 2007-01-13 04:32:14 +00:00
tests Bail out immediately with software scaler instead of failing the tests. 2007-01-10 20:40:02 +00:00
vhook
COPYING
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS I will maintain swf.c 2007-01-14 00:47:22 +00:00
Makefile
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots 2007-01-14 00:08:45 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c Segmentation fault fix when no video device is specified. 2007-01-13 16:51:42 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
xvmc_render.h

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License.

* liba52 and libpostproc are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.