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
2017-12-28lavfi/minterpolate: Split struct Pixel to allow higher resolutions.Carl Eugen Hoyos
Raises the maximum resolution from 2716x2707 to approximately 4096x4095. Fixes ticket #6795.
2017-03-30avfilter/vf_minterpolate: Use dx and dyMichael Niedermayer
Fixes CID1396283 and CID1396284 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-02-11lavfi/minterpolate: Remove an unused variable.Carl Eugen Hoyos
2016-09-02avfilter/vf_minterpolate: rename chroma log varsDavinder Singh
also use AVPixFmtDescriptor instead of avcodec_get_chroma_sub_sample() for log2_chroma*.
2016-08-29avfilter/vf_minterpolate: do not right shift negative numbersDavinder Singh
It was source of crashes. Use division instead. Original patch by author. Log message by comitter.
2016-08-26avfilter: added motion estimation and interpolation filtersDavinder Singh
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>