| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
appropriate (#609).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Film::ContentChanged.
|
|
|
|
|
|
This makes Film::audio_channels() return a minimum of any active
processor's output channel count, even if fewer DCP channels have
been selected. It may have been neater code-wise to make Player cope
if such a setting is made, but it would probably confuse people
if we don't auto-fix it (like this commit does).
|
|
|
|
|
|
I don't know why this works, but it's what 1.x has been using;
I can't find any documentation on what AVSEEK_FLAG_BACKWARD is supposed
to mean.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
close button (#602).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This feels wrong: it means that it is possible for FFmpegDecoder
to discard packets. I can't see how this is ok in all cases:
maybe we were lucky that it worked at all.
|
|
|
|
|
|
|
|
|
|
|
|
|