| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Instead, we now pass it in directly to Content::examine() and the
Player.
|
|
This is needed because the DCPDecoder ends up needing it when it reads
reel information from CPLs.
Maybe all that stuff should be in our metadata.
|
|
Along the way this helps to fix #2942.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The player's _optimisation was not set up correctly, so it would give
PADDED images instead of COMPACT, raising an assertion in the OpenGL
renderer.
|
|
|
|
raw_convert<string> is gone, so here we use fmt::{to_string,format} instead.
Other raw_converts now use fast_float.
|
|
|
|
|
|
|
|
|
|
The TallKDMOutputPanel is just responsible for layout out the controls.
|
|
CPL menu (#2907).
|
|
|
|
|
|
|
|
|
|
I hope I don't live to regret this.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The wxWidgets docs advise against its use these days.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|