| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
frame rates.
|
|
playback on Win XP 32 as the player keeps requesting the same
frame from the decoder rather than the next one."
This reverts commit e386b94425586760374d8e1cb16be99af09cf07f.
The actual cause of the Win XP 32 bug appears to be -ffast-math.
|
|
|
|
playback on Win XP 32 as the player keeps requesting the same
frame from the decoder rather than the next one.
|
|
|
|
|
|
|
|
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.
|
|
|
|
3D (#635).
|
|
|
|
|
|
|
|
content settings rather than using the film's settings. Remove
film property of burn-subtitles.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fix everything up so that the audio mapping view in
the audio panel reflects the processor (or lack of).
|
|
AudioContent.
|
|
in a similar way to the V1 patch.
|
|
|
|
|
|
|
|
down to nearest 4 pixels to try and speed up scaling. It didn't
work as the two estimates of what would be scaled didn't always
agree. It could probably be resurrected.
|
|
|
|
|
|
|
|
size() with a round of 4.
|
|
need to adjust both the request position AND the amount, not just the position.
|
|
|
|
|
|
example, factor will be 0.5 and so to convert some frames in the DCP
to frames in the content we must divide by factor (i.e. multiply by 2)
to get the content frame.
|