9 Commits

Author SHA1 Message Date
Martin Pulec
2c7bacb65d to_planar: switch to api with data struct 2026-03-04 09:04:52 +01:00
Martin Pulec
96486494cd tests improvements
- suppress the output for unit_evaluate
- improve debug printout codec_conversion_test_testcard_uyvy_to_i420
- improve C variant of ASSERT_EQUAL_MESSAGE macro (prints num values
also in hex)
- remove VLA from codec_conversions_test.cpp (not valid in C++)
2025-04-01 15:42:13 +02:00
Martin Pulec
301aa47a88 y216_to_p010le: handle odd number of rows/lines 2025-04-01 14:02:32 +02:00
Martin Pulec
c06691d045 add test for y216_to_p010le 2025-04-01 14:02:31 +02:00
Martin Pulec
4c114d0b33 unify test API for old and new tests
return int -1 if test failed; 0 if succeeded; 1 if not applicable (but
not failed)

As the old and new tests are mostly compatible now, do not take
different approach handling both groups.
2023-03-07 16:04:36 +01:00
Martin Pulec
84db4767bb rewritten all remaining tests without cppunit 2023-03-07 15:45:45 +01:00
Martin Pulec
33222ed79b unit tests: begin removing cppunit 2023-03-07 15:45:45 +01:00
Martin Pulec
8ec7b7dca0 fixed tests: toI420 is now static + fixed a warn 2022-01-26 08:22:42 +01:00
Martin Pulec
7376a7419e Added tests for testcard ->i420 conversion 2020-03-03 08:02:46 +01:00