diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-10-30 12:15:28 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-10-31 12:07:11 +0100 |
commit | 3c4aa5062089389a7f076f1411a18ca0400906fe (patch) | |
tree | 6e1b481824afdc6edb4ac7cd7355bc56fd0380d4 /Changelog | |
parent | dc239b3b40adb77ff638f006bc4d633348f3a4ef (diff) | |
download | ffmpeg-3c4aa5062089389a7f076f1411a18ca0400906fe.tar.gz |
lavfi: add field filter
The filter is a port of libmpcodecs/vf_field.c, since there is no common
code I relicensed it as LGPL, while keeping the original author
copyright.
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ version <next>: - LVF demuxer - ffescape tool - metadata (info chunk) support in CAF muxer +- field filter ported from libmpcodecs version 1.0: |