Christian
Christian
Issue https://github.com/IENT/YUView/issues/475
**Is your feature request related to a problem? Please describe.** In some situations, the color of the drawn grid is not visible (e.g. dark sequence). **Describe the solution you'd like**...
**Is your feature request related to a problem? Please describe.** It would be nice to be able to render outputs as mirrored or rotated (90, 180, 270). **Describe the solution...
**Describe the bug** There are a few issues when using csv files: - [x] The range type indicators are case sensitive. YUView should be a bit more forgiving here. -...
**Is your feature request related to a problem? Please describe.** Currently, all content in YUV is converted to RGB 8bit (maybe with 8 bit alpha channel) for playback. However, it...
Maybe this can be achieved with sparkle? I am not that familiar with how this is done on MAC.
We need a real logging framework: - A (global) logger that collects logs with levels - Track time, level, module, line, message - Discard old messages (maximum nr messages, older...
We should move the documentation from the wiki (which is a mess) to the source tree. I will just create some md files with the same content and then we...
Currently we only have the option to completely parse a file into memory for analysis. This is not optimal. We should be able to parse Access units on demand and...