FFmpeg git repo
Go to file
Mike Melanson 59fcece910 rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's
native VLC facilities; also added decoding of some more frame header
fields

Originally committed as revision 1907 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-05-26 17:44:24 +00:00
doc
libavcodec rework SVQ1 decoder to use more intuitive VLC tables as well as ffmpeg's 2003-05-26 17:44:24 +00:00
libavformat 10l 2003-05-25 23:55:47 +00:00
postproc cs_test cleanup and fix compilation if gui enabled 2003-05-23 20:29:36 +00:00
tests
vhook
.cvsignore
COPYING
CREDITS
Changelog
INSTALL
Makefile
README
VERSION
berrno.h
common.h
configure
cygwin_inttypes.h
ffmpeg.c
ffserver.c
ffserver.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.