summaryrefslogtreecommitdiff
path: root/libavfilter/vf_signature.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/internal: Move avpriv-file API to a header of its ownAndreas Rheinhardt2022-09-031-3/+1
* avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer2022-07-121-2/+2
* avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-241-2/+2
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-051-12/+12
* avfilter/vf_signature: Use formats list instead of query functionAndreas Rheinhardt2021-10-051-6/+1
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-051-1/+1
* avfilter/vf_signature: Free inpads' names genericallyAndreas Rheinhardt2021-08-221-5/+1
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-201-2/+1
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-171-1/+1
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-131-1/+1
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-271-1/+1
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-301-1/+1
* avfilter/vf_signature: Avoid cast from function pointer to void*Andreas Rheinhardt2020-08-261-3/+4
* avfilter/vf_signature: Fix leak of string upon errorAndreas Rheinhardt2020-08-261-5/+4
* avfilter/vf_signature: Fix leak of inpads' namesAndreas Rheinhardt2020-08-261-0/+2
* avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt2020-08-011-1/+0
* avfilter/vf_signature: use av_strlcpy()Michael Niedermayer2018-04-011-1/+2
* avfilter/vf_signature: fix memory leaks in error casesTimo Rothenpieler2017-06-131-1/+4
* avfilter/vf_signature: Replace uncommon spelling of seperateMichael Niedermayer2017-03-261-1/+1
* add signature filter for MPEG7 video signatureGerion Entrup2017-03-211-0/+767