FFmpeg git repo
Go to file
Jean Delvare 97a290efcb Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in
video4linux2 devices.
Patch by Jean Delvare (khali AT linux-fr DOT org)

Originally committed as revision 15218 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-05 20:36:42 +00:00
doc Make the maximum number of simultaneous HTTP connections handled by 2008-09-03 18:16:34 +00:00
libavcodec Fix nuv decoder to use reget_buffer for non-keyframes and correctly 2008-09-05 16:31:26 +00:00
libavdevice Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565 pixel formats in 2008-09-05 20:36:42 +00:00
libavfilter
libavformat do not fail if audio is uncompressed and frame size is not set, just set it 2008-09-05 02:30:27 +00:00
libavutil Fix typo. 2008-09-04 20:39:09 +00:00
libpostproc Implement postproc_version(). 2008-09-01 18:00:53 +00:00
libswscale simplify function selection code 2008-09-05 01:44:33 +00:00
tests Remove further 1sample=2byte assumptions within FFmpeg to allow 2008-09-04 10:18:04 +00:00
tools
vhook Properly use av_log rather than fprintf/printf. 2008-09-04 20:45:13 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile
README
cmdutils.c Make show_banner()/show_version() print the libpostproc version 2008-09-01 18:02:46 +00:00
cmdutils.h
common.mak
configure add a separate line in Makefile for E-AC-3 decoder and only compile it when 2008-09-02 04:04:26 +00:00
ffmpeg.c add -xerror option, ffmpeg will now exit right when an error occurs 2008-09-04 23:23:44 +00:00
ffplay.c Fix round to even for aspect ratio correction. 2008-09-03 11:16:29 +00:00
ffserver.c Make the nb_max_connections and nb_connections int variables unsigned. 2008-09-03 20:10:32 +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/i386/idct_mmx.c is distributed under the GNU General
  Public License. It is strictly an optimization and its use is optional.

* 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.