summaryrefslogtreecommitdiff
path: root/libavfilter/vf_signature.c
Commit message (Collapse)AuthorAge
* avfilter/vf_signature: fix memory leaks in error casesTimo Rothenpieler2017-06-13
| | | | Fixes CIDs 1403234 and 1403235
* avfilter/vf_signature: Replace uncommon spelling of seperateMichael Niedermayer2017-03-26
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* add signature filter for MPEG7 video signatureGerion Entrup2017-03-21
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>