FFmpeg git repo
Go to file
Nicolas George fd7a7e11b9 lavfi/buffersink: fix possible leaks after allocation failures.
Should fix Coverity CID 1005313, 1005314, 1005315.
2013-04-21 16:11:36 +02:00
compat
doc lavfi: add asetrate filter. 2013-04-21 15:20:50 +02:00
libavcodec init_vlc_sparse: fix leak on error 2013-04-21 11:55:19 +02:00
libavdevice
libavfilter lavfi/buffersink: fix possible leaks after allocation failures. 2013-04-21 16:11:36 +02:00
libavformat mxf_timestamp_to_str: dont leave uninitilaized fields in time. 2013-04-21 00:26:20 +02:00
libavresample
libavutil av_samples_alloc_array_and_samples: Fix sizeof type. 2013-04-21 00:26:17 +02:00
libpostproc
libswresample
libswscale
presets
tests
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add asetrate filter. 2013-04-21 15:20:50 +02:00
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge commit '28bc406c84b04a5f1458b90ff52ddbec73e46202' 2013-04-20 13:21:18 +02:00
ffmpeg.c
ffmpeg.h
ffmpeg_filter.c ffmpeg_filter: fix leak on error 2013-04-21 11:59:34 +02:00
ffmpeg_opt.c
ffplay.c ffplay: only do early frame drop if video queue is not empty 2013-04-20 18:32:09 +02:00
ffprobe.c
ffserver.c
library.mak
version.sh

README

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

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

* Read the documentation in the doc/ directory in git.
  You can also view it online at http://ffmpeg.org/documentation.html

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

* See the LICENSE file.

3) Build and Install
--------------------

* See the INSTALL file.