[vlc-commits] input: es_out_timeshift: fix asynchronous accounting of ES

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 20 20:21:19 2020 +0200| [8c45bb0a195c2c32b5cb5fd23a76732005230207] | committer: Francois Cartegnie input: es_out_timeshift: fix asynchronous accounting of ES You can't keep track of scheduled ES as they don't exist and they expire with the

[vlc-commits] configure.ac: handle faad pkgconfig

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Thu Apr 30 14:26:14 2020 +0200| [eea2b42638cd5d6e1a5b0b78f41f71f325160b51] | committer: Francois Cartegnie configure.ac: handle faad pkgconfig > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eea2b42638cd5d6e1a5b0b78f41f71f325160b51 ---

[vlc-commits] input: es_out_timeshift: store commands as different sizes

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Apr 22 18:21:48 2020 +0200| [3344cd4145511d22664acfd29fc2eddb2cd3e719] | committer: Francois Cartegnie input: es_out_timeshift: store commands as different sizes >

[vlc-commits] es_out: split controls range

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Apr 22 19:53:16 2020 +0200| [04a3611845a4b49167d7392f4f7d18e728d88220] | committer: Francois Cartegnie es_out: split controls range you can't have assert() between priv/public spaces if the enums can collide >

[vlc-commits] input: es_out_timeshift: use own aligned memory storage

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Apr 22 16:24:56 2020 +0200| [943823d8dda9e196073e1c0d26fce8fa32d002d7] | committer: Francois Cartegnie input: es_out_timeshift: use own aligned memory storage >

[vlc-commits] input: es_out_timeshift: use union for block offset

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Apr 22 17:56:50 2020 +0200| [4ca9fab36255787f9d798abad7d51d47ac2518f4] | committer: Francois Cartegnie input: es_out_timeshift: use union for block offset >

[vlc-commits] demux: adaptive: rely on live offset for edge control

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon May 18 15:39:59 2020 +0200| [75c2df6cee84452ac65038ddccaff2a2c18bbb7c] | committer: Francois Cartegnie demux: adaptive: rely on live offset for edge control fixes start case when min buffering < playlist duration refs VLCKit/-/issues/374 >

[vlc-commits] demux: adaptive: add ac4 formatnamespace mapping

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Fri May 15 10:04:05 2020 +0200| [f55a71fe4a45a18af914e4a51b6b98bf8269e2e1] | committer: Francois Cartegnie demux: adaptive: add ac4 formatnamespace mapping >

[vlc-commits] demux: adaptive: use current segment number when available

2020-05-18 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon May 18 17:56:46 2020 +0200| [a59a0690dce601b26ed205a6bb1cf408f745a007] | committer: Francois Cartegnie demux: adaptive: use current segment number when available >

[vlc-commits] win32: use CreateThread instead of _beginthreadex in winstore builds

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Apr 28 11:05:19 2020 +0200| [f9bfd84b2eda703e8cbc41ef1543de9b924314fa] | committer: Steve Lhomme win32: use CreateThread instead of _beginthreadex in winstore builds _beginthreadex is forbidden. We already used CreateThread in such builds via

[vlc-commits] contrib: harfbuzz: turn local patches into patches against the harfbuzz git

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 18 14:19:24 2020 +0200| [d7c824529ceab78909e8239cc422b756ceb87710] | committer: Steve Lhomme contrib: harfbuzz: turn local patches into patches against the harfbuzz git It's easier to apply & rebase patches when updating to a newer version. >

[vlc-commits] crystalhd: remove this ancient hardware video decoder module

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 30 12:00:20 2020 +0200| [e1a90aa943b55734cdf8f25f5e2dc12a547b0c30] | committer: Steve Lhomme crystalhd: remove this ancient hardware video decoder module >

[vlc-commits] contrib: taglib: use SetFilePointerEx instead of SetFilePointer

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon May 18 14:12:27 2020 +0200| [9b2a81babe92ee718dd8e0a008e1b2ed1188ab17] | committer: Steve Lhomme contrib: taglib: use SetFilePointerEx instead of SetFilePointer It's available on more Win10 versions with UCRT builds and provides the same features. >

[vlc-commits] contrib: taglib: only use APIs in winstore builds

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Apr 28 12:49:27 2020 +0200| [1730fe70e72ff41c6ca3cc78befc30142db8ec4f] | committer: Steve Lhomme contrib: taglib: only use APIs in winstore builds - CreateFile2 where CreateFileW is used - GetFileInformationByHandleEx instead of GetFileSize (which is

[vlc-commits] contrib: libarchive: use bcrypt rather than wincrypt

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 5 14:49:26 2018 +0200| [a2bbb0e0caab57f25410a92473ab1333bf128d75] | committer: Steve Lhomme contrib: libarchive: use bcrypt rather than wincrypt > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a2bbb0e0caab57f25410a92473ab1333bf128d75 ---

[vlc-commits] contrib: flac: update the winstore fixes for 1.3.3

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Apr 3 13:26:27 2020 +0200| [079eb01b962620baaa8df78efe4a01ec086f9219] | committer: Steve Lhomme contrib: flac: update the winstore fixes for 1.3.3 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=079eb01b962620baaa8df78efe4a01ec086f9219 ---

[vlc-commits] contrib: libarchive: Fix winrt build

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 9 09:59:27 2018 +0200| [a4106108162d541bcdeda499755bce7c7344cf7a] | committer: Steve Lhomme contrib: libarchive: Fix winrt build don't force compilation for Windows XP don't call DebugBreak() (in debug builds) >

[vlc-commits] modules: remove unneeded signal.h include

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 30 07:08:49 2020 +0200| [4d2df8f8791e2fbe03ee8a4306fcfe64570d3d64] | committer: Steve Lhomme modules: remove unneeded signal.h include > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d2df8f8791e2fbe03ee8a4306fcfe64570d3d64 ---

[vlc-commits] contrib: gcrypt: use bcrypt rather than wincrypt

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 5 13:29:40 2018 +0200| [7f2ee886713dcebb5197033b1d127a0f4c27db75] | committer: Steve Lhomme contrib: gcrypt: use bcrypt rather than wincrypt > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7f2ee886713dcebb5197033b1d127a0f4c27db75 ---

[vlc-commits] contrib: harfbuzz: fix winstore API detection in mingw64

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Apr 3 13:10:31 2020 +0200| [2146608cc60b74dd7e61c70c2bc67dc43bcf8c91] | committer: Steve Lhomme contrib: harfbuzz: fix winstore API detection in mingw64 WINAPI_FAMILY_PC_APP and WINAPI_FAMILY_PHONE_APP are not available but it's OK. >

[vlc-commits] contrib: libarchive: don't force the Windows version to target

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 2 15:37:54 2020 +0200| [497622119be27f2972ae7d0541a9f11ea56c1e01] | committer: Steve Lhomme contrib: libarchive: don't force the Windows version to target We may want to build for Win10/UWP via the command-line. >

[vlc-commits] contrib: libarchive: use the proper define for the internal mode_t

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Mar 27 16:33:33 2020 +0100| [adc9535f9c2200f3a9a59def29036892db7f725e] | committer: Steve Lhomme contrib: libarchive: use the proper define for the internal mode_t >

[vlc-commits] contrib: gcrypt: fix getpid usage in winstore builds

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 30 15:17:43 2020 +0200| [bc123afaba142bc07617a35ee31ab679a933e75a] | committer: Steve Lhomme contrib: gcrypt: fix getpid usage in winstore builds > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=bc123afaba142bc07617a35ee31ab679a933e75a ---

[vlc-commits] contrib: libarchive: fix winrt patches

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 2 14:58:53 2020 +0200| [d3b67e26cc40e787693f7353d6504a9a2b199f4f] | committer: Steve Lhomme contrib: libarchive: fix winrt patches > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d3b67e26cc40e787693f7353d6504a9a2b199f4f ---

[vlc-commits] update: do not launch the downloaded exe in Winstore builds

2020-05-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Apr 9 11:55:16 2020 +0200| [0bb6e050d43bc862a3cdda908ac57e237598be03] | committer: Steve Lhomme update: do not launch the downloaded exe in Winstore builds The API is forbidden. It could be done with this winrt API: