FFmpeg git repo
Go to file
Ramiro Polla 5d915e827e Use av_malloc instead of plain malloc where appropriate
Patch by Ramiro Polla % ramiro86 A hotmail.com %
Original thread:
Date: Aug 20, 2006 5:00 AM
Subject: [Ffmpeg-devel] [PATCH] plain malloc in output_example.c

Originally committed as revision 6125 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-29 12:09:00 +00:00
doc
libavcodec slightly faster deblock 2006-08-29 03:07:58 +00:00
libavformat add support for information in CDXA format 2006-08-29 12:03:07 +00:00
libavutil Add some new pixel formats to libavutil 2006-08-28 09:06:04 +00:00
libpostproc
libswscale
tests
vhook convert null vhook to libswscale 2006-08-28 11:57:19 +00:00
COPYING
CREDITS
Changelog AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 2006-08-29 07:34:58 +00:00
Doxyfile
INSTALL
MAINTAINERS
Makefile FFMPEG_VERSION was moved to version.h. 2006-08-25 14:53:47 +00:00
README
berrno.h
build_avopt
clean-diff
cmdutils.c
cmdutils.h
common.mak
configure AVISynth support, patch by Steve Lhomme % slhomme A divxcorp P com % 2006-08-29 07:34:58 +00:00
cws2fws.c
ffinstall.nsi
ffmpeg.c initial support for AVOption in AVFormatContext 2006-08-27 12:14:13 +00:00
ffplay.c
ffserver.c
ffserver.h
output_example.c Use av_malloc instead of plain malloc where appropriate 2006-08-29 12:09:00 +00:00
pktdumper.c
qt-faststart.c
unwrap-diff
version.sh
xvmc_render.h

README

FFmpeg README
-------------

1) Documentation
----------------

* Read the documentation in the doc/ directory.

2) Licensing
------------

* Read the file COPYING. ffmpeg and the associated libraries EXCEPT
  liba52 and libpostproc are licensed under the Lesser GNU General
  Public License.

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

Fabrice Bellard.