- 23 Feb, 2017 22 commits
-
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Rémi Denis-Courmont authored
If index < 0, then (size_t) index > SSIZE_MAX.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Since version 3.0.0, applications are supposed to set this when operating in non-blocking mode. At this point, this seems to only really affect DTLS though.
-
Rémi Denis-Courmont authored
This helps detect double-close or other bugs.
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
otherwise that line would prevent early overriding
-
François Cartegnie authored
-
Thomas Guillem authored
Sleep a little and try again instead.
-
François Cartegnie authored
Implementation is broken due to use of arbitrary reference level instead of normalized level. Fallback to not better than libav. fixes #9629
-
- 22 Feb, 2017 18 commits
-
-
Rémi Denis-Courmont authored
This was only necessary for interruptible/cancellable name resolution. This is no longer necessary.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Thomas Guillem authored
-
Thomas Guillem authored
A lock was introduced to signal the flush function when the circular buffer was empty. We don't need a mutex/cond here, we can sleep for the duration of the remaining buffer instead. This method is less precise but doesn't introduce a lock in the render callback.
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
-
Thomas Guillem authored
Also fix a AudioUnit leak in case of error.
-
Thomas Guillem authored
-
Thomas Guillem authored
Wrap to wrap 80 columns, put "{}" after a new line.
-
Thomas Guillem authored
Errors should be handled and not asserted!
-
Thomas Guillem authored
Use helpers functions for: - AudioObjectGetPropertyData - AudioObjectIsPropertySettable - AudioObjectSetPropertyData - AudioObjectAddPropertyListener - AudioObjectRemovePropertyListener
-
Thomas Guillem authored
-
François Cartegnie authored
Most blocks contains aligned samples.
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
François Cartegnie authored
Causes out of sync, frame dropping.
-