- 24 Feb, 2017 1 commit
-
-
Thomas Guillem authored
-
- 23 Feb, 2017 27 commits
-
-
Filip Roséen authored
Given that p_sys->p_obj is yet to be initialized with the value of the obj, the implementation should use the latter (given that the former will be zero-initialized, but nothing more). Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Filip Roséen authored
Both gcc and clang generate warnings for unsupported -f$FLAG by default, meaning that the previous implementation would consider unsupported flags as supported (as a warning is not an error that fails compilation). The addition of -Werror treats warnings as errors, and will prevent false-positives in terms of -f$FLAG support. Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
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 12 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!
-