| Age | Commit message (Collapse) | Author |
|
|
|
|
|
all) and ClosedCaptions must have the same count on all reels.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
RFC 5646.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|