| Age | Commit message (Collapse) | Author |
|
This fixes the problem where the decoder's position would not take
into account that all samples pushed into the resampler do not
always immediately come out. This would result in Player thinking
that there would be gaps when there are not.
|
|
work correctly with different pieces.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
but only for preview.
|
|
* _video_frames_enqueued -> _position
* some int -> Frame replacements
* Call Writer::ref_write when there is nothing to encode / write
for one frame.
* Assume Encoder::encode is called once per output video frame.
* Possibly correct some off-by-1 overlap bugs.
* Don't reset _last_written on FAKE write as I believe there is no need.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
dcp_to_content_audio with some subtle and hopefully reasonable
fixes.
|
|
|
|
content settings rather than using the film's settings. Remove
film property of burn-subtitles.
|
|
|
|
|
|
|
|
|
|
|
|
AudioContent.
|