]> git.sesse.net Git - ffmpeg/commit
add signature filter for MPEG7 video signature
authorGerion Entrup <gerion.entrup@flump.de>
Mon, 2 Jan 2017 01:08:57 +0000 (02:08 +0100)
committerMichael Niedermayer <michael@niedermayer.cc>
Mon, 20 Mar 2017 23:11:08 +0000 (00:11 +0100)
commit5e3a418b6047acd848698c4bb4bf0c1b73526744
treeae1c20b1ee5cabe6b417d309af5c001246681e7a
parentb7cc4eb3030b48ba21c0c5de960f89f0240cf091
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>
Changelog
configure
doc/filters.texi
libavfilter/Makefile
libavfilter/allfilters.c
libavfilter/signature.h [new file with mode: 0644]
libavfilter/signature_lookup.c [new file with mode: 0644]
libavfilter/version.h
libavfilter/vf_signature.c [new file with mode: 0644]