[vlc-commits] spu: remove useless mutex

2019-05-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Wed May 15 20:36:43 2019 +0300| [d0c4aeda0c99aa0bf45e1666de504b5004669d5f] | committer: Rémi Denis-Courmont spu: remove useless mutex For a given SPU instance, spu_Render() is not reentrant and not reentered. This mutex has no effects. >

[vlc-commits] demux: smooth: fix use after free

2019-05-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu May 16 18:03:18 2019 +0200| [c22330b0195056f8fad12a51516492e0294b01e6] | committer: Francois Cartegnie demux: smooth: fix use after free > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c22330b0195056f8fad12a51516492e0294b01e6 ---

[vlc-commits] Revert "contrib: qt: replace the MODULE_AUX_INCLUDES in .pc patch"

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu May 16 16:35:07 2019 +0200| [bce01db51560ed73d5928cad18f3c3d31f94eda9] | committer: Steve Lhomme Revert "contrib: qt: replace the MODULE_AUX_INCLUDES in .pc patch" This reverts commit 8725235b38b8297eb1cadd6fdbe4fd2c66df0d64. Turns out it doesn't fix

[vlc-commits] demux: adaptive: strengthen es recycling rules

2019-05-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu May 16 10:30:37 2019 +0200| [cb9e634a375aac4824b82a5206b242e328a50fc2] | committer: Francois Cartegnie demux: adaptive: strengthen es recycling rules cannot recycle h264 <-> avc1 and the like >

[vlc-commits] demux: adaptive: fix potential use after free on oom

2019-05-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu May 16 16:14:49 2019 +0200| [5d7bc4dbcb27cc74beb43c8eb0a2cf6369cdc4d7] | committer: Francois Cartegnie demux: adaptive: fix potential use after free on oom >

[vlc-commits] demux: adaptive: missing lock

2019-05-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu May 16 14:19:17 2019 +0200| [ed3dea76c6be9a397df4d8b8546381b1cbe68648] | committer: Francois Cartegnie demux: adaptive: missing lock > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ed3dea76c6be9a397df4d8b8546381b1cbe68648 ---

[vlc-commits] macosx/library collection view item: implement prepareForReuse

2019-05-16 Thread Felix Paul Kühne
vlc | branch: master | Felix Paul Kühne | Thu May 16 16:29:54 2019 +0200| [fe552c29411838bded88836155405cf1b8cca736] | committer: Felix Paul Kühne macosx/library collection view item: implement prepareForReuse >

[vlc-commits] audio_output: increase allowed max sample rate to 384 kHz

2019-05-16 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Wed May 15 11:54:35 2019 -0400| [45bd86364e1eafbd1aad5f803e836b18b5b6dcad] | committer: Tristan Matthews audio_output: increase allowed max sample rate to 384 kHz Fixes #21925 >

[vlc-commits] amem: increase allowed max sample rate to 384 kHz

2019-05-16 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Thu May 16 08:09:05 2019 -0400| [6d77717850bf7f1fc3078b29c952537d352a3fb0] | committer: Tristan Matthews amem: increase allowed max sample rate to 384 kHz >

[vlc-commits] bootstrap: return errors to stderr

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri May 3 12:32:58 2019 +0200| [8f99d6b0845a4902f1d28124ef67607cbbb0e049] | committer: Steve Lhomme bootstrap: return errors to stderr > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8f99d6b0845a4902f1d28124ef67607cbbb0e049 --- bootstrap | 4

[vlc-commits] tools: update libtool to 2.4.6

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Mar 6 17:30:30 2019 +0100| [d5b4cec3b4b85a8813bfc68aedf41fc135316953] | committer: Steve Lhomme tools: update libtool to 2.4.6 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d5b4cec3b4b85a8813bfc68aedf41fc135316953 ---

[vlc-commits] tools: update automake to 1.16.1

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 1 11:35:14 2019 +0100| [fd2492f0134ecb0fdd1e5ff5e11fa19407ed2321] | committer: Steve Lhomme tools: update automake to 1.16.1 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=fd2492f0134ecb0fdd1e5ff5e11fa19407ed2321 ---

[vlc-commits] tools: patch automake to recognize the dependencies of CLang on MINGW64

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 1 11:39:21 2019 +0100| [8ef151d9b10433b21dbf2e55075734f95213ebb2] | committer: Steve Lhomme tools: patch automake to recognize the dependencies of CLang on MINGW64 It's like gcc but the pathes are Windows pathes. GNU Make has no problem with these

[vlc-commits] tools: allow fast dependency with gccwindows (LLVM mingw64) as well as gcc

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 1 16:27:01 2019 +0100| [c3a40bafe4732ffce80b072f8a5d7310858922e6] | committer: Steve Lhomme tools: allow fast dependency with gccwindows (LLVM mingw64) as well as gcc >

[vlc-commits] contrib: qt: replace the MODULE_AUX_INCLUDES in .pc patch

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue May 14 13:27:19 2019 +0200| [8725235b38b8297eb1cadd6fdbe4fd2c66df0d64] | committer: Steve Lhomme contrib: qt: replace the MODULE_AUX_INCLUDES in .pc patch By a patch found in Qt 5.13.0 >

[vlc-commits] libvlc: cast between libvlc and vlc colorimetry to check values

2019-05-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 13 14:01:41 2019 +0200| [c4988b1002ebd0a050f9328548d04d5c946177a3] | committer: Steve Lhomme libvlc: cast between libvlc and vlc colorimetry to check values Fixes many warnings >