This is a first step towards the ability to produce several different output formats... Refactor the code to separate - the double buffering - the actual image generation, which works in RGB - the conversion routine Furthermore, replace unsigned char by std::byte and introduce std::array and structured binding to avoid many usages of pointers; hopefully this makes the intention of the code clearer. Verified and cross-checked the actual converion logic; in fact this is a conversion to "YUV" as used by MPEG, which in more precise terms is Y'CrCb with Rec.601 colour space and a scan range limitation (16...235) on the Luma component. |
||
|---|---|---|
| .. | ||
| basics | ||
| core | ||
| include | ||
| library | ||
| operation | ||
| plugin | ||
| stage | ||
| tool | ||
| vault | ||
| 00helloworld.tests | ||
| 00support.tests | ||
| 00test.tests | ||
| 10errorhandling.tests | ||
| 10exception.tests | ||
| 11concurrency.tests | ||
| 11list.tests | ||
| 11locking.tests | ||
| 11luid.tests | ||
| 11safeclib.tests | ||
| 11time.tests | ||
| 11vault-memory.tests | ||
| 12metaprogramming.tests | ||
| 15library.tests | ||
| 16calculation.tests | ||
| 20config_lowlevel.tests | ||
| 20threads.tests | ||
| 22config_highlevel.tests | ||
| 25fundamental.tests | ||
| 30backend-file.tests | ||
| 30interfaces.tests | ||
| 31plugin.tests | ||
| 32scheduler.tests | ||
| 40core.tests | ||
| 41asset.tests | ||
| 42query.tests | ||
| 43session.tests | ||
| 44controller.tests | ||
| 45builder.tests | ||
| 46fixture.tests | ||
| 46node.tests | ||
| 47engine.tests | ||
| 48playout.tests | ||
| 49core-integration.tests | ||
| 51-gui-model.tests | ||
| 52-gui-control.tests | ||
| 80-regression.tests | ||
| DIR_INFO | ||
| SConscript | ||
| test.conf | ||
| test.sh | ||
| testrunner.cpp | ||