Michael Niedermayer
|
855305fac2
|
avfilter/vf_minterpolate: Use dx and dy
Fixes CID1396283 and CID1396284
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |
Carl Eugen Hoyos
|
350ce0b9d3
|
lavfi/minterpolate: Remove an unused variable.
|
8 years ago |
Davinder Singh
|
367577dbe2
|
avfilter/vf_minterpolate: rename chroma log vars
also use AVPixFmtDescriptor instead of avcodec_get_chroma_sub_sample()
for log2_chroma*.
|
8 years ago |
Davinder Singh
|
11a631d4a7
|
avfilter/vf_minterpolate: do not right shift negative numbers
It was source of crashes. Use division instead.
Original patch by author. Log message by comitter.
|
8 years ago |
Davinder Singh
|
b07d4a0fb2
|
avfilter: added motion estimation and interpolation filters
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
|
8 years ago |