FFmpeg git repo
Go to file
Clément Bœsch 03179c2426 lavfi/smartblur: add missing draw slice call.
This fixes output with filtergraphs such as 'split[a][b];
[a]pad=iw*2[src]; [b]smartblur=1:1:1[filt]; [src][filt]overlay=w'
2012-10-30 19:37:20 +01:00
compat
doc lavfi: remove palette libmpcodecs wrapper 2012-10-30 16:21:33 +00:00
libavcodec Merge remote-tracking branch 'qatar/master' 2012-10-30 17:47:36 +01:00
libavdevice x11grab: fix mixed declaration and code 2012-10-29 22:24:10 +01:00
libavfilter lavfi/smartblur: add missing draw slice call. 2012-10-30 19:37:20 +01:00
libavformat Merge remote-tracking branch 'qatar/master' 2012-10-30 17:47:36 +01:00
libavresample Merge commit '14f031d7ecfabba0ef02776d4516aa3dcb7c40d8' 2012-10-30 14:40:22 +01:00
libavutil Merge remote-tracking branch 'qatar/master' 2012-10-30 17:47:36 +01:00
libpostproc
libswresample
libswscale swscale.c:remove fill_plane9or10() use fillPlane16() 2012-10-30 18:51:21 +01:00
presets
tests sws: fix BE/LE handling for fillPlane16() 2012-10-30 18:51:15 +01:00
tools
.gitignore
arch.mak
Changelog
cmdutils_common_opts.h
cmdutils.c Merge commit '381dc1a5ec0925b281c573457c413ae643567086' 2012-10-30 13:52:03 +01:00
cmdutils.h
common.mak
configure configure: fix print_config() with broke awks 2012-10-30 19:26:07 +01:00
COPYING.GPLv2
COPYING.GPLv3
COPYING.LGPLv2.1
COPYING.LGPLv3
CREDITS
ffmpeg_filter.c
ffmpeg_opt.c
ffmpeg.c Merge commit '381dc1a5ec0925b281c573457c413ae643567086' 2012-10-30 13:52:03 +01:00
ffmpeg.h
ffplay.c
ffprobe.c
ffserver.c
INSTALL
library.mak
LICENSE
MAINTAINERS Change my GPG fingerprint 2012-10-30 18:51:21 +01:00
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.