| Age | Commit message (Collapse) | Author |
|
that lexical_cast will sometimes use a thousands separator
(i.e. it will convert 1234 to a string 1,234). It appears
not to be possible safely to turn this off (you have to set
the global locale). Instead, raw_convert uses a stringstream
which you can imbue() with std::locale::classic() to turn off
the locale-specific behaviour.
|
|
SMPTE.
|
|
|
|
|
|
|
|
|
|
|
|
simpler API.
|
|
-> path.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
from CPL assets and hence provide and test for encrypted() method on DCP.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
enable thread-safe exception handling by callers.
|
|
|
|
|
|
|
|
writes of the MXF header until you know lots of stuff about the JP2K file (to fill in the picture descriptor).
|
|
|
|
classes in the API.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|