| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
We didn't reset the variables used to check for mismatched channel
counts or subtitle languages.
|
|
|
|
|
|
|
|
|
|
|
|
This is distinct from the Bv2.1 warning about subtitles being shorter
than 15 frames. Also fix an assertion failure when negative-length
subtitles are seen.
|
|
This replaces the specific flags passed to DCP::write(), is a property
of the CPL (where it seems to belong) and allows us to write what I hear
is the correct metadata for this mythical Bv2.0 that somebody invented.
|
|
|
|
|
|
|
|
Trying to be consistent with the rule that to_string is a method which
converts a parameter to a string (implying processing) whereas
as_string is a class member which returns a string representation of
the thing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add some documentation for a design "principle" when handling malformatted
data, and make MainSoundConfiguration adhere to that.
|
|
|
|
|
|
The old one was broken if the thousands separator was the same
as the decimal separator (e.g. if you set de_DE and change the
decimal separator to .)
|
|
|
|
#2916).
We would give some errors about the XML even though we can't read the
XML.
|
|
|
|
metadata Properties.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|