[vlc-commits] thread: remove the mutex mark system

2020-02-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Feb 20 21:22:24 2020 +0200| [e7eb4a46fed6546d89061f281b871e65fa75201b] | committer: Rémi Denis-Courmont thread: remove the mutex mark system This is now redundant. >

[vlc-commits] thread: add generic futex-based muteces

2020-02-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Feb 19 21:09:06 2020 +0200| [0a8a53335b5770cd1acaa612b495bdbc41a8d1ee] | committer: Rémi Denis-Courmont thread: add generic futex-based muteces This provides a common implementation of fast (non-debug), error-checking (debug) and recursive

[vlc-commits] thread: remove vlc_cond_destroy()

2020-02-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Feb 20 21:49:07 2020 +0200| [a18c4d65700229eff926ef1381524bb21a7aab95] | committer: Rémi Denis-Courmont thread: remove vlc_cond_destroy() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a18c4d65700229eff926ef1381524bb21a7aab95 ---

[vlc-commits] thread: use the common vlc_cond_t implementation

2020-02-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Feb 19 21:46:09 2020 +0200| [ad6983eef48be550213e3b61f3b44ea1f43adf4a] | committer: Rémi Denis-Courmont thread: use the common vlc_cond_t implementation This gets rid of some platform-specific code. The more interesting consequence is allowing

[vlc-commits] thread: remove vlc_mutex_destroy()

2020-02-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Feb 20 21:39:27 2020 +0200| [a3226cf890ae7e6ea817e72520dcd99388c105e1] | committer: Rémi Denis-Courmont thread: remove vlc_mutex_destroy() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a3226cf890ae7e6ea817e72520dcd99388c105e1 ---

[vlc-commits] win32: simplify vlc_join()

2020-02-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed Feb 19 19:30:08 2020 +0200| [db1fdee136470892b59f596ba07c42ce45185a26] | committer: Rémi Denis-Courmont win32: simplify vlc_join() There are no needs for a cancellation point here. >

[vlc-commits] thread: use the common mutex implementation

2020-02-21 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Thu Feb 20 21:18:45 2020 +0200| [72acfccd5311e8f051843bbd947fd321c7916766] | committer: Rémi Denis-Courmont thread: use the common mutex implementation >

[vlc-commits] darwin/thread: Ignore vlc_mutex_unlock failures

2020-02-21 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Mon Oct 28 18:24:44 2019 +0100| [084b887eb1c25257c9c6f5647ba350e71182bb07] | committer: Thomas Guillem darwin/thread: Ignore vlc_mutex_unlock failures macOS pthread implementation for pthread_cond_wait is buggy, causing sometimes the mutex to not

[vlc-commits] codec: dav1d: MDCV contains SmDm

2020-02-21 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 18 22:09:51 2020 +0100| [8634945c56cdfbc75c64815e913448d8ea7926ac] | committer: Francois Cartegnie codec: dav1d: MDCV contains SmDm logical :/ > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8634945c56cdfbc75c64815e913448d8ea7926ac