| Age | Commit message (Collapse) | Author |
|
resolve_fonts() is sometimes called for the same asset with different
lists of things to check. If it is called first with a font, and
then without one, we want to keep the font from the first call.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
VerificationNote.
|
|
This is simpler and allows us to remove the hack of allocating some
"maximum" buffer for incoming JPEG2000 data.
It does mean that the buffer is zero-initialized before being written
to, but hopefully that doesn't matter too much.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ASSETMAP.
|
|
|
|
|
|
|
|
|
|
|
|
I guess originally it was a string mostly because it's not very well defined,
and Interop seemingly does whatever it wants. This basic change also means
that things are checked more carefully, and so we must be more relaxed with
some things seen in the wild that I can't find contradictions for in the
standard (and also with the case of channel IDs, which does seem to be
mentioned in the standard).
|
|
|
|
|
|
|
|
They were more confusing than they were worth.
|
|
|
|
|
|
channels that aren't there.
|
|
|
|
|
|
|
|
|
|
the CPL.
|
|
|
|
|
|
The former is only set at configure which is a bit confusing,
and I can't think of a reason to have both.
|
|
and default to writing the 2014 namespace.
|
|
|
|
|
|
|
|
|