| Age | Commit message (Collapse) | Author |
|
|
|
|
|
I think it's possible that, if an exception is thrown by
an Encoder thread during the clear-out loop at the
top of Encoder::end, that loop will hang waiting for
a notify() on _full_condition that never comes.
Fix this by rethrow()ing in this loop and notifying
_full_condition if an encoder thread throws an exception.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Piece contains a copy of the DCP video rate so we need new pieces
if this changes. Fixes #699.
|
|
|
|
images or a DCP.
|
|
|
|
|
|
in FFmpegDecoder. This offset was not being taken into account for
subtitles prior to this commit.
|
|
|
|
These files have subs which start but are never officially
finished; this means there are no `to' times to find in
find_subtitle_to. Cope with this by stopping the previous sub when
a new one arrives if there hasn't been a proper "stop" in the
mean time.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cancelling jobs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#694).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|