Go to file
Björn Axelsson 899681cd1d Use dynamically allocated ByteIOContext in AVFormatContext
patch by: Björn Axelsson, bjorn d axelsson a intinor d se
thread: [PATCH] Remove static ByteIOContexts, 06 nov 2007

Originally committed as revision 11071 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-21 07:41:00 +00:00
doc
libavcodec cosmetic (x==NULL -> !x) 2007-11-19 20:33:25 +00:00
libavformat Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
libavutil
libpostproc
libswscale
tests
tools
vhook Fix wrong error message. 2007-11-20 13:42:43 +00:00
Changelog
cmdutils.c
cmdutils.h
common.mak
configure main() --> main(void) 2007-11-20 11:18:52 +00:00
COPYING.GPL
COPYING.LGPL
CREDITS
Doxyfile
ffinstall.nsi
ffmpeg.c Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
ffplay.c Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
ffserver.c Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
ffserver.h
INSTALL
MAINTAINERS
Makefile
output_example.c Use dynamically allocated ByteIOContext in AVFormatContext 2007-11-21 07:41:00 +00:00
README
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 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.