summaryrefslogtreecommitdiff
path: root/libavfilter/signature_lookup.c
Commit message (Collapse)AuthorAge
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-13
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/signature: fix -Wformat warnings raised by DJGPPClément Bœsch2017-03-29
| | | | This was forgotten due to the non-gpl build used in 549045254.
* 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>