| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
databases.
|
|
The override_path is a file, so the initial path for the file picker
must be the parent.
|
|
|
|
|
|
|
|
|
|
This is pretty slow (as it runs the certificate through OpenSSL) and we
don't need to do it for every certificate in a database when we load the
database.
|
|
|
|
|
|
|
|
Constructing/destructing it is a bit more expensive than you'd think.
|
|
...but then ignore it and look it all up again in the database.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
We calculated the DCP time of the first frame (when its content was
trimmed) and it was clamped from -8 frames to 0, which meant it was used
when it should not have been.
|
|
|
|
|
|
|
|
|
|
|