FFmpeg git repo
Go to file
Michael Niedermayer 20cf58c32b make kaiser windows with other beta than 16 available
Originally committed as revision 8472 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-21 23:44:49 +00:00
doc update links to old probably obsolete bttv patches 2007-03-20 21:17:21 +00:00
libavcodec make kaiser windows with other beta than 16 available 2007-03-21 23:44:49 +00:00
libavformat The NSV demuxer assumes that a video frame's timestamp increases by one on each 2007-03-21 11:05:35 +00:00
libavutil expose av_base64_decode and av_base64_encode 2007-03-19 00:48:47 +00:00
libpostproc
libswscale fix full range (jpeg yuv) chroma 2007-03-18 12:31:53 +00:00
tests AC-3 encoded volume is too high. Revert revision 7160: 2007-03-18 23:18:05 +00:00
vhook
COPYING
CREDITS
Changelog dnxhd decoder 2007-03-18 23:25:00 +00:00
Doxyfile
INSTALL
MAINTAINERS add myself as AC-3 maintainer 2007-03-20 13:29:33 +00:00
Makefile
README
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure
cws2fws.c
ffinstall.nsi
ffmpeg.c add fps stats, patch by Limin Wang <lance lmwang at gmail com> 2007-03-16 16:13:54 +00:00
ffplay.c fix indention 2007-03-15 23:45:45 +00:00
ffserver.c
ffserver.h
output_example.c
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh

README

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.