summaryrefslogtreecommitdiff
path: root/libavfilter/vf_cover_rect.c
Commit message (Collapse)AuthorAge
* avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol2015-07-02
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/vf_cover_rect: Handle the case where the cover rectangle is as ↵Michael Niedermayer2015-05-12
| | | | | | | | | large as the input Fixes division by 0 Fixes CID1297575 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/vf_cover_rect: clip rectangle if it is partly outside the inputMichael Niedermayer2015-05-04
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: Add cover_rect filterMichael Niedermayer2015-05-02
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>