| Age | Commit message (Collapse) | Author |
|
|
|
some other long piece of content. Small optimisation to AudioBuffers
to extend size logarithmically.
|
|
|
|
|
|
When checking existing image data go from the end backwards until
a good hash is found rather than from the start forwards until
a bad hash is found. This is a lot quicker for long files but
may miss a corrupted frame somewhere (however unlikely this is).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
libsoxr was crashing on Windows and seems somewhat
unmaintained.
|
|
|
|
Before it would start with a wide column 0 and then
resize on the first click.
|
|
|
|
_terminate was being shared between enqueue() and the encoding
threads so that when terminating and recreating the encoding
threads any pending enqueue() was dropped (#683).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
cancellation during this time (#679).
|
|
|
|
|
|
|
|
|
|
|
|
the GUI thread (via ServersChanged) or from the job thread
(via end ()).
|
|
|
|
if you did a.overlaps(b) cf b.overlaps(a) if they were
just-not overlapping.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|