FFmpeg git repo
Go to file
Ronald S. Bultje 8792f52a9b Change protocol_mask into protocol, since we always just try a single one per
iteration in make_setup_request(), and cycling between the different protocols
is now done in the calling function, therefore the need for a mask goes away.
This also makes the function somewhat simpler to read.

Discussed and approved in "[PATCH] RTSP alternate protocol 3/4".

Originally committed as revision 12505 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-03-19 14:07:31 +00:00
doc add some missing formats: lmlm4, pva, pcx and sun rasterfile. 2008-03-18 23:50:55 +00:00
libavcodec Remove useless variable since r8456. 2008-03-18 20:14:57 +00:00
libavdevice
libavfilter
libavformat Change protocol_mask into protocol, since we always just try a single one per 2008-03-19 14:07:31 +00:00
libavutil add missing #include "common.h" to libavutil headers 2008-03-19 08:47:31 +00:00
libpostproc Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. 2008-03-18 22:14:41 +00:00
libswscale Remove redundant ARCH_POWERPC #ifdef around HAVE_ALTIVEC. 2008-03-18 22:14:57 +00:00
tests
tools
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog MSN TCP Webcam stream demuxer. 2008-03-18 19:54:47 +00:00
Doxyfile
INSTALL
MAINTAINERS MSN TCP Webcam stream demuxer. 2008-03-18 19:54:47 +00:00
Makefile
README
cmdutils.c
cmdutils.h
common.mak
configure Check for sys/mman.h and set appropriate definitions. 2008-03-19 10:11:16 +00:00
ffmpeg.c
ffplay.c
ffserver.c
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 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.