| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
too early in the first reel.
|
|
of simple_sound().
|
|
subtitles_in_reel().
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
I'm not sure if this is what Bv2.1 means, but hopefully it's close
enough.
|
|
|
|
|
|
|
|
|
|
comments.
|
|
|
|
|
|
|
|
|
|
|
|
RFC 5646.
|
|
|
|
|
|
|
|
dcp::LanguageTag.
This makes it work the same as other language tags, and tolerates
bad values while trying not to allow them to be created.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also add an option to save subtitle images to PNGs when they differ.
|
|
|
|
It would check individual bytes of samples to see if they differed
by more than the threshold. Not only is this almost useless, but
the default threshold is 256 so with the default settings it would
always say that two assets of the same length (and channels, etc.)
were the same, even if the sample data was different.
|
|
The old version did not deal with signed-ness correctly. I think
this version is slightly dodgy in that it assumes 2s complement,
but that's probably not so bad.
|
|
|
|
|
|
|
|
|