FFmpeg git repo
Go to file
Paul B Mahol 942babd87f avcodec/vp56: use av_reallocp_array() and check if allocation failed
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-09-10 15:44:10 +00:00
compat
doc doc: add *install-doc that covers all documentation 2013-09-08 05:25:17 +02:00
libavcodec avcodec/vp56: use av_reallocp_array() and check if allocation failed 2013-09-10 15:44:10 +00:00
libavdevice lavd/v4l2: Improve debug message 2013-09-08 14:30:52 +02:00
libavfilter avfilter/avfilter: fix null pointer dereference with queued ping filters 2013-09-10 13:39:57 +02:00
libavformat avformat/riff: add 0x594a TwoCC 2013-09-10 12:44:26 +02:00
libavresample
libavutil lavu/ripemd: Add a size optimized version of the transform functions 2013-09-09 11:18:48 +02:00
libpostproc
libswresample
libswscale swscale/utils: use memcpy instead of loop in sws_cloneVec() 2013-09-08 16:39:38 +02:00
presets
tests
tools
.gitignore
arch.mak
Changelog lavfi: Weston 3 Field Deinterlacing Filter 2013-09-06 12:46:56 +00:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c ffmpeg: check for unsupported "queing of command on first filter supporting the specific commend" 2013-09-10 14:13:44 +02:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS
Makefile
README
RELEASE
version.sh

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.