summaryrefslogtreecommitdiff
path: root/libavfilter/vf_signature.c
Commit message (Expand)AuthorAge
* avfilter/vf_signature: Fix integer overflow in filter_frame()Michael Niedermayer2022-07-12
* avfilter: use avpriv_fopen_utf8() instead of plain fopen()softworkz2022-05-24
* avfilter: Reindentation after query_formats changesAndreas Rheinhardt2021-10-05
* avfilter/vf_signature: Use formats list instead of query functionAndreas Rheinhardt2021-10-05
* avfilter: Replace query_formats callback with union of list and callbackAndreas Rheinhardt2021-10-05
* avfilter/vf_signature: Free inpads' names genericallyAndreas Rheinhardt2021-08-22
* avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilterAndreas Rheinhardt2021-08-20
* avfilter/avfilter: Remove unused feature to add pads in the middleAndreas Rheinhardt2021-08-17
* avfilter/formats: Factor common function combinations outAndreas Rheinhardt2021-08-13
* avfilter: Constify all AVFiltersAndreas Rheinhardt2021-04-27
* Avoid intermediate bitcount for number of bytes in PutBitContextAndreas Rheinhardt2021-03-30
* avfilter/vf_signature: Avoid cast from function pointer to void*Andreas Rheinhardt2020-08-26
* avfilter/vf_signature: Fix leak of string upon errorAndreas Rheinhardt2020-08-26
* avfilter/vf_signature: Fix leak of inpads' namesAndreas Rheinhardt2020-08-26
* avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bitsAndreas Rheinhardt2020-08-01
* avfilter/vf_signature: use av_strlcpy()Michael Niedermayer2018-04-01
* avfilter/vf_signature: fix memory leaks in error casesTimo Rothenpieler2017-06-13
* avfilter/vf_signature: Replace uncommon spelling of seperateMichael Niedermayer2017-03-26
* add signature filter for MPEG7 video signatureGerion Entrup2017-03-21