FFmpeg git repo
Go to file
Stefano Sabatini 7c1d608ece Make v4l_read_header() don't free a stream in case of failure when
reading its header. The stream will be freed later in
av_open_input_stream(). Fix a segmentation fault due to a double free
on the same pointer.

Originally committed as revision 14246 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-15 20:39:20 +00:00
doc
libavcodec ARM: optimised MAC64 and MLS64 2008-07-15 19:06:32 +00:00
libavdevice Make v4l_read_header() don't free a stream in case of failure when 2008-07-15 20:39:20 +00:00
libavfilter
libavformat Make flic probe check a few more things. 2008-07-14 22:55:07 +00:00
libavutil ARM: ARMv6 optimised FASTDIV 2008-07-15 19:06:18 +00:00
libpostproc
libswscale Cosmetics: reindent. 2008-07-13 22:27:50 +00:00
tests
tools
vhook
Changelog only animated gif (gifdec.c) was removed) 2008-07-14 12:08:48 +00:00
cmdutils.c
cmdutils.h
common.mak
configure ARM: disable use of system byteswap.h 2008-07-15 19:06:09 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffmpeg.c -itsscale to scale timestamps 2008-07-13 22:55:52 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c
README
subdir.mak
version.sh

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.