aboutsummaryrefslogtreecommitdiffstats
path: root/tests/checkasm/vf_hflip.c
Commit message (Collapse)AuthorAgeFilesLines
* avfilter/vf_hflip: Move ff_hflip_init into a headerAndreas Rheinhardt2022-05-061-0/+1
| | | | | | | | 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>
* lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov2021-01-011-0/+1
| | | | That is a more appropriate place for it.
* tests: fix warning ISO C90 forbids mixed declarations and codeLimin Wang2020-09-101-1/+1
| | | | Signed-off-by: Limin Wang <lance.lmwang@gmail.com>
* lavfi/hflip: Support Bayer pixel formats.Carl Eugen Hoyos2020-08-251-0/+1
| | | | Fixes part of ticket #8819.
* checkasm/vf_hflip : add test for vf_hflip byte and short simdMartin Vignali2017-12-131-0/+76