FFmpeg git repo
Go to file
Baptiste Coudurier 6cb1d36169 typo weigth->weight
Originally committed as revision 10687 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-08 12:28:36 +00:00
doc DNxHD (SMPTE VC-3) encoder 2007-10-08 11:27:18 +00:00
libavcodec typo weigth->weight 2007-10-08 12:28:36 +00:00
libavformat DNxHD (SMPTE VC-3) encoder 2007-10-08 11:27:18 +00:00
libavutil add support for yuva420p colorspace (yuv420p + alpha) 2007-09-24 13:21:41 +00:00
libpostproc
libswscale cosmetics: Fix AltiVec spelling. 2007-10-02 10:37:59 +00:00
tests Fix seek regression test for ac3 in rm after r10634 2007-10-01 19:49:50 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog DNxHD (SMPTE VC-3) encoder 2007-10-08 11:27:18 +00:00
Doxyfile
INSTALL
MAINTAINERS DNxHD (SMPTE VC-3) encoder 2007-10-08 11:27:18 +00:00
Makefile
README
cmdutils.c cmdutils.c uses FFMPEG_CONFIGURATION from config.h without directly including 2007-09-29 19:27:11 +00:00
cmdutils.h Implement common show version and banner. 2007-09-27 06:38:40 +00:00
common.mak ln is not available on all platforms, so introduce a variable for it 2007-09-15 11:09:30 +00:00
configure use pr -n -t instead of non-standard cat -n 2007-10-06 17:09:30 +00:00
ffinstall.nsi
ffmpeg.c Implement common show version and banner. 2007-09-27 06:38:40 +00:00
ffplay.c Remove unnecessary copyright notice from ffplay.c:show_help. 2007-09-27 14:45:29 +00:00
ffserver.c Remove redundant banner output from ffserver. 2007-09-30 04:09:10 +00:00
ffserver.h
output_example.c
version.sh

README

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

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

* Read the documentation in the doc/ directory.

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

* Read the file COPYING.LGPL. FFmpeg and the associated libraries EXCEPT
  for libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License, see the file COPYING.GPL for details. Their compilation and use
  in FFmpeg is optional.

* The files libavcodec/jfdctfst.c, libavcodec/jfdctint.c, libavcodec/jrevdct.c
  are taken from libjpeg, see the top of the files for licensing details.

* The file libavcodec/fdctref.c is copyrighted by the MPEG Software Simulation
  Group with all rights reserved. It is only used to create a DCT test program
  and not compiled into libavcodec.