diff options
author | Gerion Entrup <gerion.entrup@flump.de> | 2017-01-02 02:08:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2017-03-21 00:11:08 +0100 |
commit | 5e3a418b6047acd848698c4bb4bf0c1b73526744 (patch) | |
tree | ae1c20b1ee5cabe6b417d309af5c001246681e7a /Changelog | |
parent | b7cc4eb3030b48ba21c0c5de960f89f0240cf091 (diff) | |
download | ffmpeg-5e3a418b6047acd848698c4bb4bf0c1b73526744.tar.gz |
add signature filter for MPEG7 video signature
This filter does not implement all features of MPEG7. Missing features:
- compression of signature files
- work only on (cropped) parts of the video
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ version <next>: - Support MOV with multiple sample description tables - XPM decoder - Removed the legacy X11 screen grabber, use XCB instead +- MPEG-7 Video Signature filter version 3.2: |