| Age | Commit message (Collapse) | Author |
|
pressing on with a possibly-incorrect autodetection.
|
|
|
|
|
|
|
|
parsing a subtitle file fails.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Make the shuffler longer; I've seen examples where the video and sound
are over a second apart within the muxed file.
Allow the shuffler to pass through complete missed frames;
e.g. if the input is L1 R1 L3 R3 we can pass that through without
worrying about the missing frame #2.
Add a log warning if the shuffler fills: at this point, 3D sync
may be lost.
|
|
with a lock on _servers_mutex; handlers to that signal may call
::servers() which tries to take a lock on the same mutex.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
subtitles at the same vposition from different reference points (#1458).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead.
|
|
|
|
|
|
|
|
(#1441).
|
|
Then when the thread AND Hints object are destroyed we get the Signaller's
destructor stuff to stop left-over hint signals being delivered.
Also add a hint about > 30fps DCP rates.
|