| Commit message (Expand) | Author | Age | Files | Lines |
* | lavfi/vf_signature: use av_err2str to simplify code | Marvin Scholz | 2024-09-13 | 1 | -6/+2 |
* | lavfi: drop internal.h | Anton Khirnov | 2024-08-19 | 1 | -1/+0 |
* | lavfi: move AVFilterLink.frame_rate to FilterLink | Anton Khirnov | 2024-08-15 | 1 | -1/+4 |
* | avutil/common: Don't auto-include mem.h | Andreas Rheinhardt | 2024-03-31 | 1 | -0/+1 |
* | avfilter/vf_signature: Dont crash on no frames | Michael Niedermayer | 2024-03-28 | 1 | -0/+3 |
* | avfilter/vf_signature: Allocate arrays together | Andreas Rheinhardt | 2024-02-18 | 1 | -7/+2 |
* | all: use designated initializers for AVOption.unit | Anton Khirnov | 2024-02-14 | 1 | -7/+7 |
* | avutil/internal: Move avpriv-file API to a header of its own | Andreas Rheinhardt | 2022-09-03 | 1 | -3/+1 |
* | avfilter/vf_signature: Fix integer overflow in filter_frame() | Michael Niedermayer | 2022-07-12 | 1 | -2/+2 |
* | avfilter: use avpriv_fopen_utf8() instead of plain fopen() | softworkz | 2022-05-24 | 1 | -2/+2 |
* | avfilter: Reindentation after query_formats changes | Andreas Rheinhardt | 2021-10-05 | 1 | -12/+12 |
* | avfilter/vf_signature: Use formats list instead of query function | Andreas Rheinhardt | 2021-10-05 | 1 | -6/+1 |
* | avfilter: Replace query_formats callback with union of list and callback | Andreas Rheinhardt | 2021-10-05 | 1 | -1/+1 |
* | avfilter/vf_signature: Free inpads' names generically | Andreas Rheinhardt | 2021-08-22 | 1 | -5/+1 |
* | avfilter/avfilter: Add numbers of (in|out)pads directly to AVFilter | Andreas Rheinhardt | 2021-08-20 | 1 | -2/+1 |
* | avfilter/avfilter: Remove unused feature to add pads in the middle | Andreas Rheinhardt | 2021-08-17 | 1 | -1/+1 |
* | avfilter/formats: Factor common function combinations out | Andreas Rheinhardt | 2021-08-13 | 1 | -1/+1 |
* | avfilter: Constify all AVFilters | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | Avoid intermediate bitcount for number of bytes in PutBitContext | Andreas Rheinhardt | 2021-03-30 | 1 | -1/+1 |
* | avfilter/vf_signature: Avoid cast from function pointer to void* | Andreas Rheinhardt | 2020-08-26 | 1 | -3/+4 |
* | avfilter/vf_signature: Fix leak of string upon error | Andreas Rheinhardt | 2020-08-26 | 1 | -5/+4 |
* | avfilter/vf_signature: Fix leak of inpads' names | Andreas Rheinhardt | 2020-08-26 | 1 | -0/+2 |
* | avcodec, avfilter, avformat: Remove redundant avpriv_align_put_bits | Andreas Rheinhardt | 2020-08-01 | 1 | -1/+0 |
* | avfilter/vf_signature: use av_strlcpy() | Michael Niedermayer | 2018-04-01 | 1 | -1/+2 |
* | avfilter/vf_signature: fix memory leaks in error cases | Timo Rothenpieler | 2017-06-13 | 1 | -1/+4 |
* | avfilter/vf_signature: Replace uncommon spelling of seperate | Michael Niedermayer | 2017-03-26 | 1 | -1/+1 |
* | add signature filter for MPEG7 video signature | Gerion Entrup | 2017-03-21 | 1 | -0/+767 |