summaryrefslogtreecommitdiff
path: root/libavfilter/hflip.h
Commit message (Collapse)AuthorAge
* avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt2022-05-06
| | | | | | | | This removes a dependency of checkasm on lavfi/vf_hflip.o and also allows to inline ff_hflip_init() irrespectively of interposing. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
* lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos2020-08-25
| | | | Fixes part of ticket #8819.
* avfilter/vf_hflip : move context func init in ff_hflip_initMartin Vignali2017-12-13
|
* avfilter: add hflip x86 SIMDPaul B Mahol2017-12-04
Signed-off-by: Paul B Mahol <onemda@gmail.com>