| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This appears not to be necessary, and if present it messes up the scrollbars
so that scrolling fully right shows a big empty space at the end of the
timeline items.
|
|
|
|
|
|
|
|
Without this, it's possible to come back from curl_easy_perform
in a different thread to the one that it was called from (in the case
of an error).
As I understand it, this happens because a signal handler is called
(from a different thread) and CURLOPT_NOSIGNAL stops this from
happening.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of them now.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If a template had content with N audio channels there would be various
problems if content with <N channels was subsequently added.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
to stderr.
|