[vlc-commits] direct3d11: rework the luminance scaling

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 10:45:42 2018 +0100| [62b2170649734c50fb030b8d036c401beb65e164] | committer: Steve Lhomme direct3d11: rework the luminance scaling Apply the luminance before the tone mapping. It gives more saturated/natural colours. >

[vlc-commits] contrib: libdsm: fix macos build

2018-02-12 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Mon Feb 12 10:49:20 2018 +0100| [c433a4c2a7e3d08032d59f5bf5c954e5aaa1b28c] | committer: Thomas Guillem contrib: libdsm: fix macos build (cherry picked from commit 858bb3f447ad927d710c7e6e7d533258ffbd6ec4) Signed-off-by: Thomas

[vlc-commits] Contribs: disable dsm on Windows

2018-02-12 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Sun Feb 11 19:00:49 2018 +0100| [9a7c4c914ee3a115a792a8fea110ff0e1813e742] | committer: Thomas Guillem Contribs: disable dsm on Windows Windows does native SMB/CIFS (cherry picked from commit

[vlc-commits] codec: hxxx_helper: fix null-deref when the SPS is not yet parsed

2018-02-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 12 13:10:44 2018 +0100| [48cdd917f5c23f87b4313b2a8dd9602f703a134a] | committer: Thomas Guillem codec: hxxx_helper: fix null-deref when the SPS is not yet parsed Crash introduced by 1b7e1c4bfcda375e2d4e657135aeaf3732e44af2 >

[vlc-commits] qt: Don't handle remaining time in Elapsed TimeLabel

2018-02-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Feb 12 12:38:13 2018 +0100| [da46603300f0d68c8a312added17c8928571e1ab] | committer: Hugo Beauzée-Luyssen qt: Don't handle remaining time in Elapsed TimeLabel Fix #19677 Regression introduced by

[vlc-commits] contrib: libdsm: fix macos build

2018-02-12 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Feb 12 10:49:20 2018 +0100| [2e6b03bd24135e1f40f625ea6b26b04307cb86d4] | committer: Thomas Guillem contrib: libdsm: fix macos build > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2e6b03bd24135e1f40f625ea6b26b04307cb86d4 ---

[vlc-commits] codec: hxxx_helper: fix null-deref when the SPS is not yet parsed

2018-02-12 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Mon Feb 12 13:10:44 2018 +0100| [57de111fb0c8a3a46af4f5c7a9ff0b6692a33969] | committer: Thomas Guillem codec: hxxx_helper: fix null-deref when the SPS is not yet parsed Crash introduced by 1b7e1c4bfcda375e2d4e657135aeaf3732e44af2

[vlc-commits] qt: Fix Icecast mrl generation

2018-02-12 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Feb 12 15:37:44 2018 +0100| [bc9e4a42c38ca76fcd5777157751db70b83746f6] | committer: Hugo Beauzée-Luyssen qt: Fix Icecast mrl generation refs #19659 >

[vlc-commits] configure: pipe2 and accept4 are NOT Linux-specific

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 19:00:11 2018 +0200| [9a972698d79cc3bab97d5fa1f59bf8d007c1283d] | committer: Rémi Denis-Courmont configure: pipe2 and accept4 are NOT Linux-specific While both system calls originate on Linux, they are part of POSIX.next

[vlc-commits] d3d11_fmt: make sure we don't try to use an array size bigger than what we have

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 14:24:20 2018 +0100| [92c069befeef7d19ccdcf73adadad5e1fde73cd5] | committer: Steve Lhomme d3d11_fmt: make sure we don't try to use an array size bigger than what we have >

[vlc-commits] direct3d11: avoid a potential crash

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 15:21:11 2018 +0100| [e407cf0fd40e7aed0a58d49b27773409a0455834] | committer: Steve Lhomme direct3d11: avoid a potential crash It should not happen but it seems that Manage could be called when the resources have been destroyed.

[vlc-commits] configure: pipe2 and accept4 are NOT Linux-specific

2018-02-12 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Mon Feb 12 19:00:11 2018 +0200| [3b9799f78de196103db83665acaaf0ecded7f494] | committer: Rémi Denis-Courmont configure: pipe2 and accept4 are NOT Linux-specific While both system calls originate on Linux, they are part of

[vlc-commits] linux: split out Linux-specific stuff from filesystem.c

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 19:29:05 2018 +0200| [037cd828565da3c027553046ceb7bc52a705001c] | committer: Rémi Denis-Courmont linux: split out Linux-specific stuff from filesystem.c >

[vlc-commits] src: remove a bunch of !__linux__ preprocessor

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 19:26:12 2018 +0200| [ea81c71c730605ea3a5ffb97a42d2500cb05844c] | committer: Rémi Denis-Courmont src: remove a bunch of !__linux__ preprocessor The portable code won't be linked on Linux, but at least it will be compiled

[vlc-commits] cpu: missing static qualifier

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 19:25:06 2018 +0200| [7b0a111d142399b1ccff2a1cfb5d6fabc3727a46] | committer: Rémi Denis-Courmont cpu: missing static qualifier >

[vlc-commits] Add VLC_WEAK wrapper

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 19:09:11 2018 +0200| [40b92a1446e6f253badba0d9d22bd34703a18225] | committer: Rémi Denis-Courmont Add VLC_WEAK wrapper > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=40b92a1446e6f253badba0d9d22bd34703a18225 ---

[vlc-commits] posix: drop lstat() test

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 19:41:14 2018 +0200| [055268706e64d369d9d0f2b38e0fd62e47b5c8c7] | committer: Rémi Denis-Courmont posix: drop lstat() test POSIX has required this since forever. Non-POSIX OS have their own back-end already.

[vlc-commits] direct3d11: allocate the SPU texture directly in the quad structure

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 14:36:16 2018 +0100| [28a0ae9f6ad49590c8058e20da97c5f7574077b3] | committer: Steve Lhomme direct3d11: allocate the SPU texture directly in the quad structure >

[vlc-commits] direct3d11: protect the context that might be used in UpdatePicQuadPosition()

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 14:55:35 2018 +0100| [b80ed34d2909ef9f8e242bdb9ce757edcf316d44] | committer: Steve Lhomme direct3d11: protect the context that might be used in UpdatePicQuadPosition() It can only happen in 360 videos. Unlikely to fix

[vlc-commits] direct3d11: reorder the pool allocation code

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 14:25:17 2018 +0100| [ab3f3d4f8df0c50a6768b9bbf8990a669e17faf9] | committer: Steve Lhomme direct3d11: reorder the pool allocation code >

[vlc-commits] d3d11va: fill the whole array

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 14:23:44 2018 +0100| [7ef17556541fbaea370518ef94b03a4dd3770af7] | committer: Steve Lhomme d3d11va: fill the whole array Even though there's no real DXGI format that uses 3 resource views. >

[vlc-commits] posix: remove non-standard flag

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:57:04 2018 +0200| [d3f1e231a06de02de2a547a6b7a5f74fbad5ff37] | committer: Rémi Denis-Courmont posix: remove non-standard flag >

[vlc-commits] posix: do not open("/tmp") on non-Linux

2018-02-12 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:57:45 2018 +0200| [ba3ec085d02918f86fb495410c124b219768aa95] | committer: Rémi Denis-Courmont posix: do not open("/tmp") on non-Linux >

[vlc-commits] codec: avcodec: map cineform HD

2018-02-12 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Feb 12 23:53:31 2018 +0100| [2bf3ccac8886ea87bbd81a67bc2ab6513e49dec4] | committer: Francois Cartegnie codec: avcodec: map cineform HD >

[vlc-commits] codec: avcodec: map cineform HD

2018-02-12 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Mon Feb 12 23:53:31 2018 +0100| [014290af555e210eddc6180f089581158faf5d1d] | committer: Francois Cartegnie codec: avcodec: map cineform HD (cherry picked from commit 2bf3ccac8886ea87bbd81a67bc2ab6513e49dec4) >

[vlc-commits] shout: remove dead code

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:19:13 2018 +0200| [e55bdd048ab9670fb6c7195779dd24064ce0ceb7] | committer: Rémi Denis-Courmont shout: remove dead code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e55bdd048ab9670fb6c7195779dd24064ce0ceb7

[vlc-commits] shout: fix dst parameter backward compatibility (fixes #19659)

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:26:13 2018 +0200| [edc566d489e104b534c08117ee50d016d80a6923] | committer: Rémi Denis-Courmont shout: fix dst parameter backward compatibility (fixes #19659) >

[vlc-commits] file out: remove dead code

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:18:56 2018 +0200| [ecedf7ff6606d89da3fc6df89b3323861899fec7] | committer: Rémi Denis-Courmont file out: remove dead code >

[vlc-commits] sout: handle an error

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:17:51 2018 +0200| [6a0bc8f944fafc59b89c4d9fd5b4801045df64ab] | committer: Rémi Denis-Courmont sout: handle an error > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6a0bc8f944fafc59b89c4d9fd5b4801045df64ab ---

[vlc-commits] podcast: fix demux name (fixes #18709)

2018-02-12 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:01:41 2018 +0200| [1c32ad68f56f993b2be1abdd854373ac0275391f] | committer: Rémi Denis-Courmont podcast: fix demux name (fixes #18709) >

[vlc-commits] podcast: fix demux name (fixes #18709)

2018-02-12 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:01:41 2018 +0200| [056601b5284b4058d31456bb7e6de49d631f91e9] | committer: Rémi Denis-Courmont podcast: fix demux name (fixes #18709) (cherry picked from commit 1c32ad68f56f993b2be1abdd854373ac0275391f)

[vlc-commits] shout: fix dst parameter backward compatibility (fixes #19659)

2018-02-12 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Mon Feb 12 23:26:13 2018 +0200| [14ea97de65eeef9823de149eac9b0c777fcc73f2] | committer: Rémi Denis-Courmont shout: fix dst parameter backward compatibility (fixes #19659) (cherry picked from commit

[vlc-commits] direct3d9: log why the D3D9 device cannot be created

2018-02-12 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Feb 12 08:47:06 2018 +0100| [8febe7d112768a1a4d0efe9dce397bd5058a5665] | committer: Steve Lhomme direct3d9: log why the D3D9 device cannot be created Ref #19652 >