FFmpeg git repo
Go to file
Daniel Kristjansson 29d2dc59f9 fix mem leak
patch by Daniel Kristjansson: [danielk cuymedia net]
Original thread: [FFmpeg-devel] [PATCH] alloc_picture needs to free buffer when
it's not going to use it
Date: 07/20/2007 07:27 PM

Originally committed as revision 9838 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-31 14:51:21 +00:00
doc Add a section about C++ and extern "C" in the FAQ. 2007-07-27 13:40:02 +00:00
libavcodec fix mem leak 2007-07-31 14:51:21 +00:00
libavformat kill antiwrapping code, i do not think this did anything good 2007-07-30 18:57:47 +00:00
libavutil Implement av_strlcatf(): a strlcat which adds a printf style formatted string 2007-07-19 06:36:02 +00:00
libpostproc Uppercase variable overlooked in last commit. 2007-07-21 18:56:53 +00:00
libswscale typo 2007-07-28 14:17:25 +00:00
tests regression tests for yuv440p yuvj440p 2007-07-19 16:06:14 +00:00
tools remove warnings 2007-07-18 15:38:04 +00:00
vhook
COPYING.GPL
COPYING.LGPL
CREDITS
Changelog
Doxyfile
INSTALL
MAINTAINERS
Makefile cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
README
cmdutils.c Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT). 2007-07-19 15:24:58 +00:00
cmdutils.h
common.mak cosmetics: Use uppercase names for installation directories in makefiles. 2007-07-21 18:53:06 +00:00
configure Add the possibility to show all configurable encoders, decoders, parsers, 2007-07-27 14:13:34 +00:00
ffinstall.nsi
ffmpeg.c add proper support for subtitles muxing/stream copying 2007-07-25 19:47:44 +00:00
ffplay.c add vst option to select video stream 2007-07-25 20:50:38 +00:00
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. ffmpeg and the associated libraries EXCEPT
  libpostproc and libswscale are licensed under the GNU Lesser General
  Public License.

* libpostproc and libswscale are distributed under the GNU General Public
  License and their compilation and use is optional in ffmpeg.

Fabrice Bellard.