| 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.
|
|
|
|
|
|
|