summaryrefslogtreecommitdiff
path: root/libavfilter/motion_estimation.c
Commit message (Collapse)AuthorAge
* Remove unnecessary libavutil/(avutil|common|internal).h inclusionsAndreas Rheinhardt2022-02-24
| | | | | | | | | | Some of these were made possible by moving several common macros to libavutil/macros.h. While just at it, also improve the other headers a bit. Reviewed-by: Martin Storsjö <martin@martin.st> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* avfilter/motion_estimation: Fix pre processor formatingMichael Niedermayer2016-08-26
| | | | | | | IIRC, The spaces are not standard before the # Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/motion_estimation: Fix warning: variable dir_x set but not usedMichael Niedermayer2016-08-26
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter: added motion estimation and interpolation filtersDavinder Singh2016-08-26
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>