Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-01-27avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis
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>
2015-11-26avfilter: add '.' at and of long filter description where it is missingPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-07-02avfilter: use AVFILTER_DEFINE_CLASS()Paul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2015-05-12avfilter/vf_cover_rect: Handle the case where the cover rectangle is as ↵Michael Niedermayer
large as the input Fixes division by 0 Fixes CID1297575 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-04avfilter/vf_cover_rect: clip rectangle if it is partly outside the inputMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-02avfilter: Add cover_rect filterMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>