diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-03-10 14:01:28 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-04-07 13:57:39 +0200 |
commit | 2f83681c79a7419bec14ed6f40bf3a69b5dd16c2 (patch) | |
tree | e890b53a62ae6581ccea26abe9ebe2936f61c526 /Changelog | |
parent | 087b9c326f8c940cefcb0c2fef507ad344c626f5 (diff) | |
download | ffmpeg-2f83681c79a7419bec14ed6f40bf3a69b5dd16c2.tar.gz |
lavfi: port libmpcodecs remove-logo filter
The code is based on the remove-logo filter in MPlayer/libmpcodecs, by
Robert Edele, relicensed to LGPL with consent of the author.
Address trac issue #249.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -21,6 +21,8 @@ version next: - tile video filter - Metal Gear Solid: The Twin Snakes demuxer - OpenEXR image decoder +- removelogo filter + version 0.10: - Fixes: CVE-2011-3929, CVE-2011-3934, CVE-2011-3935, CVE-2011-3936, |