This project is a fork of the FFMpeg-mirror.git project. If you have that one already cloned locally, you can use
git clone --reference /path/to/your/FFMpeg-mirror.git/incarnation mirror_URL
to save bandwidth during cloning.
 
descriptionAlex Converse's public FFmpeg staging branch
owneralex.converse@gmail.com
last changeTue, 6 Jan 2009 20:57:28 +0000 (6 15:57 -0500)
content tags
add:
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 file libavcodec/x86/idct_mmx.c is distributed under the GNU General
  Public License. It is strictly an optimization and its use is optional.

* The file libavcodec/ac3dec.c is distributed under the GNU General Public
  License.  In order for (E-)AC-3 decoding to work you need to enable GPL
  components.

* The file libavdevice/x11grab.c is distributed under the GNU General
  Public License. X11 grabbing 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.
shortlog
2009-01-06 Alex ConverseMerge branch 'mirror'master
2009-01-06 cehoyosRename mpeg_set_pixelformat() as mpeg_get_pixelformat().
2009-01-06 diegocosmetics: alphabetical order
2009-01-06 cehoyosFactorise setting of avctx->pix_fmt.
2009-01-06 aurelignore year=0 and track=0
2009-01-06 gpoirierFix float_to_int16_altivec prototype to match float_to_...
2009-01-06 gpoirierfix compilation with GCC-4.3+
2009-01-06 gpoirieroffset and weights are signed, fixes some non-bitexact...
2009-01-06 cehoyos1l: Forgot to rename header guard.
2009-01-06 aurelAdd a metadata compatibility layer, so that when a...
2009-01-05 aureladd a typedef for AVMetadata
2009-01-05 cehoyosExport VDPAU support by installing vdpau.h.
2009-01-05 cehoyosRename vdpau_render.h as vdpau.h.
2009-01-05 gpoirieradd AltiVec implementation of biweight_h264_pixels...
2009-01-05 gpoirierAltiVec version of h264_idct(8)_dc_add
2009-01-05 diegoRevert deprecation of AVFrac structure. Attempts to...
...
heads
15 years ago master