FFmpeg git repo
Go to file
Carl Eugen Hoyos aecb9d39bc rmdec: Forward error messages from rm_assemble_video_frame() to the caller.
Fixes the cause of a null pointer dereference on oom
described in ticket #2724.
2013-07-13 17:16:30 +02:00
compat
doc lavfi/delogo: Document where parameter show=1 draws its rectangle 2013-07-13 17:05:39 +02:00
libavcodec g726: Do not try to decode more than one channel. 2013-07-13 17:16:30 +02:00
libavdevice lavd/fbdev.c: Support RGB565 input colour space. 2013-07-11 18:16:07 +02:00
libavfilter lavfi/delogo: Fix sign extension issue 2013-07-13 17:05:03 +02:00
libavformat rmdec: Forward error messages from rm_assemble_video_frame() to the caller. 2013-07-13 17:16:30 +02:00
libavresample
libavutil Merge commit 'ef5b70affc6376bfeadd1ff649b79bad9a124fa8' 2013-07-12 12:07:14 +02:00
libpostproc
libswresample
libswscale
presets
tests Merge commit '52ea29867070243385220a223d7512ea7d4ae2d2' 2013-07-12 14:51:24 +02:00
tools
.gitignore
arch.mak
Changelog lavfi: add aecho filter 2013-07-10 12:10:58 +00:00
cmdutils_common_opts.h
cmdutils.c
cmdutils.h
common.mak
configure configure: Only build ffserver if SA_RESAMPLE is available. 2013-07-13 17:16:30 +02:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c
ffmpeg.h
ffplay.c ffplay: remove explicit idct option 2013-07-13 15:01:05 +02:00
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS MAINTAINERS: Update which releases are supported 2013-07-10 00:47:01 +02:00
Makefile
README
RELEASE Update for 2.0 2013-07-10 02:15:43 +02:00
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.