- 29 May, 2016 4 commits
-
-
Jean-Baptiste Kempf authored
Close #16893
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Close #16968
-
Andrey Gursky authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 28 May, 2016 8 commits
-
-
Adrien Maglo authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Felix Abecassis authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Adrien Maglo authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 27 May, 2016 19 commits
-
-
Rémi Denis-Courmont authored
We do not call clock_gettime() in this file anymore.
-
Rémi Denis-Courmont authored
This can be used to handle cancellation during msleep() and mwait() if it would not otherwise work out of the box.
-
Rémi Denis-Courmont authored
This replaces the ever flawed condition variables implementation with a less antique back-end. While designed for Windows 8 and later, a less efficient fallback mode is provided for older supported versions.
-
Rémi Denis-Courmont authored
This hopefully deals with both broadcast and cancellation correctly.
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
Where available, use WaitOnAddress(), WakeByAddressSingle(), and WakeByAddressAll(). They map almost directly.
-
Rémi Denis-Courmont authored
This only provides the Linux back-end. Those functions are not exported since they are not universally available (and not meant to be used by plugins at this point).
-
Rémi Denis-Courmont authored
Delay must be rounded up, not down.
-
Rémi Denis-Courmont authored
Test cases do not call vlc_threads_setup(). Some of them still need a working clock. This fixes at least the timer test.
-
Rémi Denis-Courmont authored
Setting the flag in APC had the benefit of not needing atomicity, but it meant the flag only got set at the next opportunity to run APC's. Especially vlc_testcancel() is not an alertable function, so it would typically be slower. If the thread did not go to alertable sleep, then vlc_testcancel() would not work at all. Since vlc_cancel() and vlc_testcancel() do not imply any memory barriers, the loads and stores can be relaxed. That removes most if not all of the overhead of the atomic operations.
-
Thomas Guillem authored
psz_ip6 was invalid outside parse_entries()
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
-
François Cartegnie authored
spsext should be in avcC for high profiles
-
François Cartegnie authored
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
- 26 May, 2016 9 commits
-
-
Rémi Denis-Courmont authored
-
François Cartegnie authored
-
François Cartegnie authored
-
Thomas Guillem authored
-
Rafaël Carré authored
DecodeAdpcmImaQT() can only decode up to stereo files. Fix out of bound write. Reported by: Patrick Coleman <blinken@gmail.com> Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Hugo Beauzée-Luyssen authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-
Steve Lhomme authored
effectively reverting 351cd5a8 Close #16905 Signed-off-by:
Jean-Baptiste Kempf <jb@videolan.org>
-