summaryrefslogtreecommitdiff
path: root/libavfilter/vf_find_rect.c
Commit message (Collapse)AuthorAge
* avfilter/vf_find_rect: Remove assertMichael Niedermayer2020-01-27
| | | | | | | | | A score of 0 is possible Fixes: Ticket8500 Reviewed-by: Paul B Mahol <onemda@gmail.com> Reviewed-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_find_rect: Increase worst case scoreMichael Niedermayer2020-01-27
| | | | | | score could be 1.0 which lead to uninitialized values Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: add '.' at and of long filter description where it is missingPaul B Mahol2015-11-25
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add find_rect filterMichael Niedermayer2015-05-02
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>