summaryrefslogtreecommitdiff
path: root/libavfilter/vf_cover_rect.c
Commit message (Collapse)AuthorAge
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-27
| | | | | | | | | | Libav, for some reason, merged this as a public API function. This will aid in future merges. A define is left for backwards compat, just in case some person used it, since it is in a public header. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* 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/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>