FFmpeg git repo
Go to file
Michael Niedermayer 22f7a0601e automatic framerate selection
Originally committed as revision 3132 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-12 16:51:39 +00:00
doc how to encode SVQ1 2004-05-12 12:28:15 +00:00
libavcodec automatic pixel format selection 2004-05-12 16:00:44 +00:00
libavformat support SVQ1 in AVI files, just for fun 2004-05-07 02:57:13 +00:00
postproc bigendian fix by (Romain Dolbeau <dolbeau at irisa dot fr>) 2004-05-02 14:26:28 +00:00
tests svq1 regression test 2004-05-12 03:33:40 +00:00
vhook fix compilation after michaels anti-time change 2004-04-07 13:31:27 +00:00
.cvsignore
berrno.h
Changelog first pass at a Sorenson Video 1 (SVQ1) encoder 2004-05-07 03:10:11 +00:00
cmdutils.c OPT_INT 2004-04-30 13:41:48 +00:00
cmdutils.h OPT_INT 2004-04-30 13:41:48 +00:00
configure imlib2 needs -lm 2004-05-08 11:17:29 +00:00
COPYING
CREDITS
cygwin_inttypes.h
ffinstall.nsi
ffmpeg.c automatic framerate selection 2004-05-12 16:51:39 +00:00
ffplay.c -bug 2004-04-30 18:54:36 +00:00
ffserver.c
ffserver.h
INSTALL
Makefile
output_example.c
qt-faststart.c
README
xvmc_render.h

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.