| Age | Commit message (Collapse) | Author |
|
font declarations / tags (#2339).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We need to round the container size to the nearest multiple of 2
so that cropping subsampled sources does not leave gaps. As far
as I can see:
- the direction that you round x in doesn't matter
- it's better to round y up
(if you calculate the error in the resulting ratio in each case).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
"wrong" order.
|
|
|
|
|
|
|
|
This should mean that if one fails to load, but the others are OK,
we don't re-write everything. I hope this has no bad side-effects
that I didn't think of.
It's particularly helpful in the case of #2319 where a failure to
load cinemas.xml (which was being created by another tool) caused
the config to be re-written, breaking all existing DKDMs.
|
|
|
|
|
|
I can't find any documentation about what we should do here,
but at least this rule fits what
https://registry-page.isdcf.com/ratings/
does.
|
|
for fixes to \c tags in SSA files.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|