summaryrefslogtreecommitdiff
path: root/libavfilter/vidstabutils.h
Commit message (Collapse)AuthorAge
* avfilter/vf_vidstab(detect|transform): Deduplicate pixel formatsAndreas Rheinhardt2021-10-05
| | | | Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* vidstabutils: improve documentationTimothy Gu2014-08-22
| | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* vidstab*: Remove accidentally exported av_2_vs_pixel_format()Timothy Gu2014-08-22
| | | | | | | | | Also correctly namespace other functions in vidstabutils, and decrease difference from Libav. Initial-patch-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: add video stabilization plugins using vid.stab libraryGeorg Martius2013-04-24
vidstabdetect and vidstabtransform common functions for interfacing vid.stab are in libavfilter/vidstabutils.c Signed-off-by: Georg Martius <martius@mis.mpg.de>