diff options
author | Jérémy Tran <tran.jeremy.av@gmail.com> | 2012-08-28 18:41:06 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-08-28 19:48:16 +0200 |
commit | 316afee708047a04af0192cd0555dec5a9821050 (patch) | |
tree | 3bb872e819491eb73ac9714bc03da7f7b9249913 /Changelog | |
parent | 18217bb0f5fb4ad9d93ea02edab078111cd83910 (diff) | |
download | ffmpeg-316afee708047a04af0192cd0555dec5a9821050.tar.gz |
lavfi: add smartblur filter
This is a port of the MPlayer smartblur filter (libmpcodecs/vf_smartblur.c)
by Michael Niedermayer.
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ version next: - Ut Video encoder - Matroska demuxer now identifies SRT subtitles as AV_CODEC_ID_SUBRIP instead of AV_CODEC_ID_TEXT +- smartblur filter ported from MPlayer version 0.11: |