summaryrefslogtreecommitdiffstats
path: root/libavfilter/signature_lookup.c
Commit message (Expand)AuthorAgeFilesLines
* libavfilter/signature_lookup: fix jaccard distanceGerion Entrup2024-06-071-1/+2
* avfilter/signature_lookup: Dont copy uninitialized stuff aroundMichael Niedermayer2024-04-241-2/+2
* avfilter/signature_lookup: Fix 2 differences to the refernce SWMichael Niedermayer2024-04-241-2/+2
* avutil/common: Don't auto-include mem.hAndreas Rheinhardt2024-03-311-0/+1
* avfilter/signature_lookup: Avoid branch when adding to linked listAndreas Rheinhardt2024-02-181-11/+5
* avfilter/signature_lookup: Remove useless error logsAndreas Rheinhardt2024-02-181-4/+0
* avfilter/signature_lookup: Allocate buffers jointlyAndreas Rheinhardt2024-02-181-7/+7
* avfilter/signature_lookup: Check for allocation errorAndreas Rheinhardt2024-02-181-1/+5
* avfilter/signature_lookup: Do not dereference NULL pointers after malloc failureMichael Niedermayer2024-02-121-0/+6
* avfilter/signature_lookup: dont leave uncleared pointers in sll_free()Michael Niedermayer2024-02-121-11/+11
* avfilter/signature: fix integer rounding cast precedenceJai Luthra2021-08-281-2/+2
* lavfi/signature: fix always true expressionValerii Zapodovnikov2021-07-251-1/+1
* avfilter/vf_signature: Initialize all houghspace elementsJai Luthra2021-07-201-1/+1
* avfilter: don't anonymously typedef structsPaul B Mahol2017-05-131-1/+1
* lavfi/signature: fix -Wformat warnings raised by DJGPPClément Bœsch2017-03-291-3/+10
* add signature filter for MPEG7 video signatureGerion Entrup2017-03-211-0/+573