ffmpeg/tests/ref
Niklas Haas 1d841635a4 swscale/ops: also include scaling ops in ff_sws_enum_op_lists()
Using the configured scaler from the SwsContext implicitly. This does affect
the output of libswscale/tests/sws_ops.c, which now prints about 4x as much
data (taking roughly 4x as long, but still within a second on my machine).

We can make this process a lot faster by forcing SWS_SCALE_POINT as the
scaler, which skips calculating any actual filter weights in favor of
generating a trivial 1-tap filter.

Signed-off-by: Niklas Haas <git@haasn.dev>
2026-05-15 18:53:05 +02:00
..
acodec avcodec/adpcm: improve decooding output for 4-bit ADPCM IMA WAV 2025-09-22 23:46:29 +00:00
fate swscale/ops: also include scaling ops in ff_sws_enum_op_lists() 2026-05-15 18:53:05 +02:00
lavf fate/lavf: add PDV round-trip and seek coverage 2026-04-09 03:01:43 +00:00
lavf-fate avformat/nal: remove trailing zeroes from NALUs 2026-03-15 19:20:06 -03:00
pixfmt swscale/range_convert: fix truncation bias in range conversion 2025-11-06 20:36:08 +00:00
seek fate/lavf: add PDV round-trip and seek coverage 2026-04-09 03:01:43 +00:00
vsynth tests/fate/vcodec: Test intra_dc_precision 2026-03-07 20:14:36 +01:00