| Age | Commit message (Collapse) | Author |
|
|
|
|
|
When checking existing image data go from the end backwards until
a good hash is found rather than from the start forwards until
a bad hash is found. This is a lot quicker for long files but
may miss a corrupted frame somewhere (however unlikely this is).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
frame rates.
|
|
|
|
|
|
|
|
|
|
This reverts commit 32823e7cc89965bf706fecab13be444e5a2aaa09.
|
|
|
|
|
|
|
|
|
|
trying to fill each individual piece of content as if it was providing
both L and R frames.
|
|
|
|
|
|
I believe both are necessary; doing floor instead of round caused #648.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when DCP frame rate is changed (#637).
|
|
dcp_to_content_audio with some subtle and hopefully reasonable
fixes.
|
|
|
|
|
|
|
|
|
|
|
|
|