FFmpeg git repo
Go to file
Michael Niedermayer a0b468f5db Make sure av_new_packet() initializes the data and destruct pointers.
Some code does call av_free_packet() on failed av_new_packets(), this
prevents the freeing of uninitialized pointers.

Originally committed as revision 20801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-11 21:49:30 +00:00
doc Cosmetics: Fix typos in r20780. 2009-12-09 22:45:56 +00:00
ffpresets Add MBtree support for libx264 2009-12-08 20:01:46 +00:00
libavcodec Make sure av_new_packet() initializes the data and destruct pointers. 2009-12-11 21:49:30 +00:00
libavdevice
libavfilter Make parse_filter() parsing more robust. 2009-12-11 20:02:10 +00:00
libavformat Dump RTMP packet contents in debug mode 2009-12-11 17:13:35 +00:00
libavutil Make av_log_level static at next lavu major version bump. 2009-12-03 18:15:54 +00:00
libpostproc
libswscale Document the differences between the two asm fragments in initMMX2HScaler(). 2009-12-07 03:52:55 +00:00
tests Update seek.regression.ref. This is due to r20758. 2009-12-07 16:01:35 +00:00
tools
Changelog Update Changelog, documentation, and libavformat minor version number for 2009-12-03 00:27:01 +00:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure Check Xfixes.h header presence before enabling x11grab. 2009-11-30 21:43:03 +00:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Doxyfile
ffmpeg.c Do as the comment says and signal an error. 2009-12-08 14:50:46 +00:00
ffplay.c
ffserver.c
ffserver.h
INSTALL
LICENSE
MAINTAINERS
Makefile
README
subdir.mak
version.sh

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

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

* Read the documentation in the doc/ directory.

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

* See the LICENSE file.