FFmpeg git repo
Go to file
Michael Niedermayer 203fa6b4d1 fix indention
Originally committed as revision 16540 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-11 16:17:36 +00:00
doc Fix documentation for -passlogfile, the argument is not a file name 2008-12-26 13:40:02 +00:00
ffpresets Add some lossless h.264 encoding presets as suggested by Jason 2009-01-07 17:38:29 +00:00
libavcodec fix indention 2009-01-11 16:17:36 +00:00
libavdevice Remove the frame rate from struct video_data, and allow using a variable 2009-01-07 13:34:29 +00:00
libavfilter Fix capitalization and missing periods issues. 2009-01-10 10:26:05 +00:00
libavformat cosmetics 2009-01-11 10:42:24 +00:00
libavutil Use posix_memalign() if available. 2009-01-07 23:36:34 +00:00
libpostproc
libswscale Add PIX_FMT_VDPAU_H264. 2009-01-08 19:54:43 +00:00
tests Fix PTS returned by the demuxers for mpeg4 without a decoder. 2008-12-21 21:47:29 +00:00
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog RV30 decoder 2008-12-20 18:06:01 +00:00
Doxyfile
INSTALL
MAINTAINERS added my gnupg fingerprint 2009-01-08 19:30:10 +00:00
Makefile Add a separate 'testclean' rule to clean regression test data without 2009-01-10 20:31:40 +00:00
README Rename libavcodec/i386/ --> libavcodec/x86/. 2008-12-22 09:12:42 +00:00
cmdutils.c Bump year number. 2009-01-02 11:09:37 +00:00
cmdutils.h
common.mak Rename libavcodec/i386/ --> libavcodec/x86/. 2008-12-22 09:12:42 +00:00
configure Use coff as objformat for dos. 2009-01-11 02:19:33 +00:00
ffmpeg.c Check the return of audio and video encoders. 2009-01-11 16:15:34 +00:00
ffplay.c fix warning: assignment makes pointer from integer without a cast 2009-01-10 23:49:50 +00:00
ffserver.c initialize AVFormatContext before calling av_write_header() 2009-01-09 20:03:53 +00:00
ffserver.h
output_example.c
subdir.mak
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 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.