FFmpeg git repo
Go to file
Michael Niedermayer 5c4e1928c0 fix indention (dunno why it was messed up ...)
Originally committed as revision 7592 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-20 23:09:27 +00:00
doc Remove outdated Linux section. 2007-01-16 15:59:10 +00:00
libavcodec checking bitstream values and other related changes 2007-01-20 13:50:00 +00:00
libavformat fix indention (dunno why it was messed up ...) 2007-01-20 23:09:27 +00:00
libavutil add AV_WB/WL for lswriting, similar to AV_RB/RL (also increment version) 2007-01-19 22:26:10 +00:00
libpostproc
libswscale cosmetics: typo pallete --> palette 2007-01-13 04:32:14 +00:00
tests Add/update some comments. 2007-01-18 08:23:36 +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 remember the size after switching back from fullscreen 2006-12-31 20:09:10 +00:00
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.