[vlc-commits] demux: adaptive: remove redir count parameter

2018-02-13 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 13 14:04:13 2018 +0100| [954874105214e31dbf9b9e05fbd7c12e9b8dd9ca] | committer: Francois Cartegnie demux: adaptive: remove redir count parameter >

[vlc-commits] demux: adaptive: properly handle redirection

2018-02-13 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 13 13:53:25 2018 +0100| [6c36897f7d9e8585af1a1dd0c713892a57e4a690] | committer: Francois Cartegnie demux: adaptive: properly handle redirection >

[vlc-commits] demux: adaptive: compute new location when processing header

2018-02-13 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 13 13:46:11 2018 +0100| [b952a7fea62ddefeee4e9157354d5a9ae756f769] | committer: Francois Cartegnie demux: adaptive: compute new location when processing header >

[vlc-commits] demux: adaptive: expose redirection to caller

2018-02-13 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 13 13:46:46 2018 +0100| [d977ed05fccb96e7238499ccd6b07a8ba5cb305c] | committer: Francois Cartegnie demux: adaptive: expose redirection to caller >

[vlc-commits] demux: adaptive: invalidate connection on redirect

2018-02-13 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 13 12:21:18 2018 +0100| [5479dd0fddf3aac162b2ed336d5bc59263e14042] | committer: Francois Cartegnie demux: adaptive: invalidate connection on redirect >

[vlc-commits] demux:mkv: improve Cues loading dramatically

2018-02-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 13 09:16:29 2018 +0100| [419dcfcdd7639cdaf2bb3932a4eac5085ee04a2c] | committer: Steve Lhomme demux:mkv: improve Cues loading dramatically By reading the data we ignore, rather than skipping over the data. >

[vlc-commits] win32: Inhibit: Remove leftover debug

2018-02-13 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Feb 13 11:50:15 2018 +0100| [f9ab8146e46764b77b785491a829efec07fe99e7] | committer: Hugo Beauzée-Luyssen win32: Inhibit: Remove leftover debug >

[vlc-commits] win32: Inhibit: Fix inhibition on Windows XP

2018-02-13 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Tue Feb 13 14:23:39 2018 +0100| [1b3f5f52a229e6357db6bb9785005caee745610f] | committer: Hugo Beauzée-Luyssen win32: Inhibit: Fix inhibition on Windows XP Fix #19691 >

[vlc-commits] asx: fix SEGV when input isn't UTF8 or can't be XML encoded

2018-02-13 Thread Pierre Lamot
vlc | branch: master | Pierre Lamot | Fri Feb 9 11:44:56 2018 +0100| [8bee99585d2bd3faf023dfcf22b0473d63719ca1] | committer: Hugo Beauzée-Luyssen asx: fix SEGV when input isn't UTF8 or can't be XML encoded Signed-off-by: Hugo Beauzée-Luyssen >

[vlc-commits] demux:mkv: improve Cues loading dramatically

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Feb 13 09:16:29 2018 +0100| [8b0547a29dad0c0f189726ac0ec35eeebdb9343e] | committer: Hugo Beauzée-Luyssen demux:mkv: improve Cues loading dramatically By reading the data we ignore, rather than skipping over the data. (cherry

[vlc-commits] direct3d11: the luminance scaling is always the same for a given transfer function

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Feb 13 10:36:31 2018 +0100| [ec74962feb6c63e196f5708547d7d0994133] | committer: Hugo Beauzée-Luyssen direct3d11: the luminance scaling is always the same for a given transfer function (cherry picked from commit

[vlc-commits] win32: inhibit: Ensure we restore the state when cancelled

2018-02-13 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Tue Feb 13 11:09:24 2018 +0100| [1e59e3ec840967d7a5746ed0d1ae8ae8e3d35ed3] | committer: Hugo Beauzée-Luyssen win32: inhibit: Ensure we restore the state when cancelled (cherry picked from commit

[vlc-commits] direct3d11: avoid a potential crash

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 15:21:11 2018 +0100| [4556ff4a4a754f0e546b97706b6af1c660e36e75] | committer: Hugo Beauzée-Luyssen direct3d11: avoid a potential crash It should not happen but it seems that Manage could be called when the resources

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

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 14:55:35 2018 +0100| [d19188ad5673117c98902ece324ca2a0c29cf6e1] | committer: Hugo Beauzée-Luyssen direct3d11: protect the context that might be used in UpdatePicQuadPosition() It can only happen in 360 videos.

[vlc-commits] direct3d11: rework the luminance scaling

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 10:45:42 2018 +0100| [e042185a57f906dcdf13c0696fc8ea3e662bda9d] | committer: Hugo Beauzée-Luyssen direct3d11: rework the luminance scaling Apply the luminance before the tone mapping. It gives more saturated/natural

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

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 14:24:20 2018 +0100| [0b98f9b2a75300658e5d3acd1c8c1d42e8bf5e8a] | committer: Hugo Beauzée-Luyssen d3d11_fmt: make sure we don't try to use an array size bigger than what we have (cherry picked from commit

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

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 14:25:17 2018 +0100| [6bc59720b5acf095c213c069ac67c452ed58ba42] | committer: Hugo Beauzée-Luyssen direct3d11: reorder the pool allocation code (cherry picked from commit ab3f3d4f8df0c50a6768b9bbf8990a669e17faf9)

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

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 14:36:16 2018 +0100| [d7a56834b9a9617a2a113b34153a78ac628f39a5] | committer: Hugo Beauzée-Luyssen direct3d11: allocate the SPU texture directly in the quad structure (cherry picked from commit

[vlc-commits] hw:d3d11: attempt to fix a crash when releasing the d3d11_deinterlace

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri Feb 9 14:05:58 2018 +0100| [74361a31b6b40b554fb61ce59c65e6f84c534c8d] | committer: Hugo Beauzée-Luyssen hw:d3d11: attempt to fix a crash when releasing the d3d11_deinterlace The filter is not supposed to be released after

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

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 08:47:06 2018 +0100| [b3c8b1f45106d413bc86701ddfdfb6b0bc36a62a] | committer: Hugo Beauzée-Luyssen direct3d9: log why the D3D9 device cannot be created Ref #19652 (cherry picked from commit

[vlc-commits] win32: inhibit: Ensure we restore the state when cancelled

2018-02-13 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Feb 13 11:09:24 2018 +0100| [3784076449bf9fabd146710908013496befd9700] | committer: Hugo Beauzée-Luyssen win32: inhibit: Ensure we restore the state when cancelled >

[vlc-commits] demux:mkv: multiple cues is not an error for VLC but in the file

2018-02-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 13 09:17:03 2018 +0100| [ade2e4e480921d6fcbe38ddf5bdf19608793f6ce] | committer: Steve Lhomme demux:mkv: multiple cues is not an error for VLC but in the file Only warn about it >

[vlc-commits] fix build / c++ parity usage

2018-02-13 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Feb 13 10:00:06 2018 +0100| [ccc3b13f181ae573c6539e0a8e8806742423fe0e] | committer: Francois Cartegnie fix build / c++ parity usage >

[vlc-commits] demux:mkv: multiple cues is not an error for VLC but in the file

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Feb 13 09:17:03 2018 +0100| [fd6c4c78d15c8f23f472de7d4cba79cbc78ba47a] | committer: Hugo Beauzée-Luyssen demux:mkv: multiple cues is not an error for VLC but in the file Only warn about it (cherry picked from commit

[vlc-commits] qt: Fix Icecast mrl generation

2018-02-13 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Mon Feb 12 15:37:44 2018 +0100| [d228a19d8c4006a03ace3a32326c58cff174af63] | committer: Hugo Beauzée-Luyssen qt: Fix Icecast mrl generation refs #19659 (cherry picked from commit bc9e4a42c38ca76fcd5777157751db70b83746f6)

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

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

[vlc-commits] d3d11va: fill the whole array

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Feb 12 14:23:44 2018 +0100| [5b7a19d255cac28bd3d0f68624191d25212d] | committer: Hugo Beauzée-Luyssen d3d11va: fill the whole array Even though there's no real DXGI format that uses 3 resource views. (cherry picked from

[vlc-commits] direct3d11: use the right interface to release

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri Feb 9 16:40:59 2018 +0100| [d4344d49eb1b61e5bac5625385aabd14c8116601] | committer: Hugo Beauzée-Luyssen direct3d11: use the right interface to release (cherry picked from commit 4fa9e48986d365a2f66de437e59a4c802fc3a539)

[vlc-commits] hw:d3d11: clean filter_sys_t usage

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Sat Feb 10 09:10:42 2018 +0100| [4bbc366b9b887997f7bd694873463e48bd822053] | committer: Hugo Beauzée-Luyssen hw:d3d11: clean filter_sys_t usage Might resulting in free an uninitialized pointer in case of error. The compiler

[vlc-commits] asx: fix SEGV when input isn't UTF8 or can't be XML encoded

2018-02-13 Thread Pierre Lamot
vlc/vlc-3.0 | branch: master | Pierre Lamot | Fri Feb 9 11:44:56 2018 +0100| [49d30ad4cc0f47172d5ed8c638c9a8b5b3f5cd1c] | committer: Hugo Beauzée-Luyssen asx: fix SEGV when input isn't UTF8 or can't be XML encoded Signed-off-by: Hugo Beauzée-Luyssen

[vlc-commits] direct3d11: fix a potential leak on error

2018-02-13 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri Feb 9 14:17:20 2018 +0100| [ea90f898f3622ce868bc6e56992d772f313fdfe1] | committer: Hugo Beauzée-Luyssen direct3d11: fix a potential leak on error For now it shouldn't leak as on error we release the whole quad anyway.

[vlc-commits] direct3d11: the luminance scaling is always the same for a given transfer function

2018-02-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 13 10:36:31 2018 +0100| [e2866b07b4db78440ce12d97924129a2406ce2c1] | committer: Steve Lhomme direct3d11: the luminance scaling is always the same for a given transfer function >

[vlc-commits] direct3d11: adjust HLG luminance scaling

2018-02-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 13 10:46:10 2018 +0100| [a01d9fa288a7148b759bcf7cfd5c6084063f0338] | committer: Steve Lhomme direct3d11: adjust HLG luminance scaling >

[vlc-commits] d3d11_surface: don't use an invalid context in release builds

2018-02-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 13 15:50:53 2018 +0100| [2c07a5d9d1ec63e20c88450c0cb844e04ca88fe4] | committer: Steve Lhomme d3d11_surface: don't use an invalid context in release builds Should help fixing 7c98a952-ee98-42ef-82a3-8bc4049f3562 >

[vlc-commits] direct3d11: only give initialized resource views to the shader

2018-02-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 13 13:03:59 2018 +0100| [de40ab5dfc3efd932ed3d298674353bbcf427578] | committer: Steve Lhomme direct3d11: only give initialized resource views to the shader May help solving 394ea0e5-7f32-4463-86d4-5a30f65ae243 >

[vlc-commits] satip: fix non-sensical logic (fixes #19634)

2018-02-13 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Feb 13 19:02:47 2018 +0200| [15660bca6c2eb6e3856c7fbb48cf8cb7da275d62] | committer: Rémi Denis-Courmont satip: fix non-sensical logic (fixes #19634) >

[vlc-commits] satip: fix non-sensical logic (fixes #19634)

2018-02-13 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Tue Feb 13 19:02:47 2018 +0200| [aeb09e0220dd30387869dd58356cfb935fed7da5] | committer: Rémi Denis-Courmont satip: fix non-sensical logic (fixes #19634) (cherry picked from commit 15660bca6c2eb6e3856c7fbb48cf8cb7da275d62)

[vlc-commits] es_out: deobfuscate expression (fixes #19635)

2018-02-13 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Tue Feb 13 19:07:54 2018 +0200| [581bd93a578720599b29c6c1173b4e23575f26a2] | committer: Rémi Denis-Courmont es_out: deobfuscate expression (fixes #19635) >

[vlc-commits] es_out: deobfuscate expression (fixes #19635)

2018-02-13 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Tue Feb 13 19:07:54 2018 +0200| [a2a4fc3dcd7d8392acc0e1f2e842413be5a47f91] | committer: Rémi Denis-Courmont es_out: deobfuscate expression (fixes #19635) (cherry picked from commit 581bd93a578720599b29c6c1173b4e23575f26a2)

[vlc-commits] d3d11_fmt: assume drivers are bad on Winstore builds

2018-02-13 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Feb 13 18:04:23 2018 +0100| [8529cee3658f5f6fb5cb74a499e7410a14d1400e] | committer: Steve Lhomme d3d11_fmt: assume drivers are bad on Winstore builds Since we have no wait to get the version we fallback to the worst case. >