FFmpeg git repo
Go to file
Steven Robertson 82ecae8a70 lavfi: add alphaextract and alphamerge filters
These filters are designed for storing and transmitting video sequences
with alpha using higher-efficiency codecs such as x264 which don't
natively support an alpha channel. 'alphaextract' takes an input stream
with an alpha channel and returns a video containing just the alpha
component as a grayscale value; 'alphamerge' takes an RGB or YUV stream
and adds an alpha channel recovered from a second grayscale stream.

Signed-off-by: Steven Robertson <steven@strobe.cc>
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-07-22 12:17:34 +02:00
compat
doc lavfi: add alphaextract and alphamerge filters 2012-07-22 12:17:34 +02:00
libavcodec atrac3: switch to av_assert 2012-07-22 05:23:27 +02:00
libavdevice lavd/caca: create display *after* checking dither options 2012-07-22 10:32:21 +02:00
libavfilter lavfi: add alphaextract and alphamerge filters 2012-07-22 12:17:34 +02:00
libavformat Fix yuv4mpeg parsing of 'mono16' files. 2012-07-22 09:59:25 +02:00
libavresample
libavutil
libpostproc
libswresample lswr: channel_map requires input conversion. 2012-07-17 09:50:36 +02:00
libswscale Merge remote-tracking branch 'qatar/master' 2012-07-22 05:05:02 +02:00
mt-work
presets
tests lavfi: add alphaextract and alphamerge filters 2012-07-22 12:17:34 +02:00
tools
.gitignore
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
Changelog lavfi: add alphaextract and alphamerge filters 2012-07-22 12:17:34 +02:00
Doxyfile
INSTALL
LICENSE
MAINTAINERS
Makefile
README
RELEASE
arch.mak
cmdutils.c cmdutils/alloc_buffer: fix typo 2012-07-20 16:42:29 +02:00
cmdutils.h
cmdutils_common_opts.h
common.mak
configure Merge remote-tracking branch 'qatar/master' 2012-07-22 05:05:02 +02:00
ffmpeg.c ffmpeg: probe buffersinks once more after EOF. 2012-07-20 10:18:45 +02:00
ffplay.c ffplay: fix warning that i just mistakenly introduced 2012-07-20 03:47:11 +02:00
ffprobe.c Merge remote-tracking branch 'qatar/master' 2012-07-19 22:01:31 +02:00
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.