LUMIERA.clone/tests/basics/time
Ichthyostega 255fc82a1b clean-up: relocate NTSC drop-frame conversion functions
...extract these functions and the associated test
from the low-level C time handling library and
document them with a dedicated C++ header and test.

''This is unfinished work'' —
the extracted functions provide only the low level computations;
actually, a specialised time quantisation or time code would be required.

------------
Note though,
after extracting these functions, the rest of the plain-C test
can be removed, since equivalent functionality is covered in
much more detail by the tests of the C++ time handling framework.

Notably this allows to get rid of the direct component accessor functions.

------------
__Remark__: the base implementation of many time conversion functions
            and especially NTSC drop-frame was provided by Stefan Kangas

See:
6a44134833
2025-05-27 23:39:36 +02:00
..
digxel-configurations-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
digxel-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
format-support-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
quantiser-basics-test.cpp Invocation: Analysis pertaining to storage for param data 2024-12-07 18:15:44 +01:00
time-basics-test.cpp clean-up: retract usages of »time component access« 2025-05-27 20:43:52 +02:00
time-control-test.cpp clean-up: remove gavl_time_t as external dependency 2025-05-17 23:12:47 +02:00
time-dropframe-test.cpp clean-up: relocate NTSC drop-frame conversion functions 2025-05-27 23:39:36 +02:00
time-formats-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
time-mutation-test.cpp clean-up: remove gavl_time_t as external dependency 2025-05-17 23:12:47 +02:00
time-parsing-test.cpp Copyright: clarify and simplify the file headers 2024-11-17 23:42:55 +01:00
time-quantisation-test.cpp Invocation: Analysis pertaining to storage for param data 2024-12-07 18:15:44 +01:00
time-value-test.cpp clean-up: remove gavl_time_t as external dependency 2025-05-17 23:12:47 +02:00