summaryrefslogtreecommitdiff
path: root/libavfilter/transform.c
Commit message (Collapse)AuthorAge
* avfilter/transform: Stop exporting internal functionsAndreas Rheinhardt2021-04-27
| | | | | | | | | | | | avfilter_transform, avfilter_(add|sub|mult)_matrix are not part of the public API (transform.h is not a public header), yet they are currently exported because of their name. This commit changes this: avfilter_transform is renamed to ff_affine_transform; the other functions are just removed as they have never been used at all. Found-by: Anton Khirnov <anton@khirnov.net> Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* lavfi: modify avfilter_get_matrix to support separate scale factorsJarek Samic2019-08-22
|
* Factorize avpriv_mirror() outMichael Niedermayer2015-01-05
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter: various cosmeticsPaul B Mahol2013-09-12
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* transform: give avfilter_transform() a return value for returning an errorMichael Niedermayer2012-11-04
| | | | | Fixes CID703674 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavfilter/transform: fix mirroring.Michael Niedermayer2012-06-20
| | | | | | | | | mirror() borrowed from dwt.c, this could be moved to libavutil and made public API, Ill submit a patch for this Fixes Ticket1278 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* cleanup: for(intMichael Niedermayer2011-12-13
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* doxygen: remove a few @file parameters.Clément Bœsch2011-10-04
| | | | It is not mandatory and prevents breakage on rename.
* libavfilter: image transform codedanielgtaylor2011-10-04
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>