[vlc-commits] demux: avformat: don't set pcr on tracks on seek

2018-01-03 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Jan 2 18:01:41 2018 +0100| [28adaf711f9a0b201077d2b62be2739a8d5e1a8e] | committer: Francois Cartegnie demux: avformat: don't set pcr on tracks on seek no guarantee track will start beyond that point. breaks hacks based pcr <>

[vlc-commits] codec: substext: rebase font size px as % of video size

2018-01-03 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jan 3 17:50:14 2018 +0100| [77b78f491f73ef86645ce6065755eb696ce394ef] | committer: Francois Cartegnie codec: substext: rebase font size px as % of video size >

[vlc-commits] vout_subpicture: fix cropping

2018-01-03 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Tue Jan 2 21:41:37 2018 +0100| [f03f900c1d5955f2d75dc6113c470e3fc5127c61] | committer: Francois Cartegnie vout_subpicture: fix cropping >

[vlc-commits] dvdnav: Fix chapters time_offset

2018-01-03 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Tue Jan 2 15:46:32 2018 +0100| [dd3a018c5f934772f6ef5e72277c34ad09875292] | committer: Hugo Beauzée-Luyssen dvdnav: Fix chapters time_offset (cherry picked from commit c0bad88568a2a17be786aeefa7f26126e2bb848a)

[vlc-commits] Contrib: gnutls, do not reject blindly self-signed certificates

2018-01-03 Thread Jean-Baptiste Kempf
vlc/vlc-3.0 | branch: master | Jean-Baptiste Kempf | Wed Jan 3 13:42:07 2018 +0100| [b4af2be82058ab6c5615d19f5ec574db3b84ca08] | committer: Hugo Beauzée-Luyssen Contrib: gnutls, do not reject blindly self-signed certificates See upstream #347 (fixed in 3.6.x branch) Close

[vlc-commits] dvdnav: Fix chapters time_offset

2018-01-03 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Tue Jan 2 15:46:32 2018 +0100| [c0bad88568a2a17be786aeefa7f26126e2bb848a] | committer: Hugo Beauzée-Luyssen dvdnav: Fix chapters time_offset >

[vlc-commits] Contrib: gnutls, do not reject blindly self-signed certificates

2018-01-03 Thread Jean-Baptiste Kempf
vlc | branch: master | Jean-Baptiste Kempf | Wed Jan 3 13:42:07 2018 +0100| [ba61a82a6b3b7961d1da46b9e96481a3cbe5dead] | committer: Jean-Baptiste Kempf Contrib: gnutls, do not reject blindly self-signed certificates See upstream #347 (fixed in 3.6.x branch) Close #19400

[vlc-commits] win32/events: use HideMouse() timer only if vout HWND exists

2018-01-03 Thread Hannes Domani
vlc/vlc-3.0 | branch: master | Hannes Domani | Wed Jan 3 02:40:20 2018 +0100| [cc63f301e64937556ebcd3b942b7467c8f84a9ce] | committer: Jean-Baptiste Kempf win32/events: use HideMouse() timer only if vout HWND exists Close #19368 Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] win32/events: use HideMouse() timer only if vout HWND exists

2018-01-03 Thread Hannes Domani
vlc | branch: master | Hannes Domani | Wed Jan 3 02:40:20 2018 +0100| [c292144a9a3dfa083fa8cf94f4023f6867724200] | committer: Jean-Baptiste Kempf win32/events: use HideMouse() timer only if vout HWND exists Close #19368 Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] codec: avcodec: default to show-corrupted

2018-01-03 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Wed Jan 3 12:24:49 2018 +0100| [103426526ad2f70cc9547c1df8b669b738e90053] | committer: Francois Cartegnie codec: avcodec: default to show-corrupted as with 2.2, since we still have broken frame dropping for the worse.

[vlc-commits] codec: avcodec: default to show-corrupted

2018-01-03 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Wed Jan 3 12:24:49 2018 +0100| [cb65a8a4e979d81b3f3363f855d056ae760e0401] | committer: Francois Cartegnie codec: avcodec: default to show-corrupted as with 2.2, since we still have broken frame dropping for the worse. >

[vlc-commits] demux:mkv: read the CRC32 silently (to avoid a seek)

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:15 2018 +0100| [e397f09756443d54d86783505fab7ef75592cb48] | committer: Jean-Baptiste Kempf demux:mkv: read the CRC32 silently (to avoid a seek) Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] demux:mkv: do not preload the first Cluster

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:18 2018 +0100| [6b10c2e60624aee8b9ca689cef8e0688b8ae35ef] | committer: Jean-Baptiste Kempf demux:mkv: do not preload the first Cluster We stop preload the Matroska head when encountering the first Cluster ID+Length and

[vlc-commits] demux:mkv: do not return VLC_EGENERIC on DEMUX_GET_LENGTH when the duration is unknown

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:11 2018 +0100| [e37f42f4a2620dfcc67b902ed3366b52194f3ef1] | committer: Jean-Baptiste Kempf demux:mkv: do not return VLC_EGENERIC on DEMUX_GET_LENGTH when the duration is unknown The doc says to return 0 (VLC_TS_INVALID)

[vlc-commits] demux:mkv: fix a possible infinite loop looking for a position if there's none

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:17 2018 +0100| [5af8fa8ebfa31a8c10389f8d255c4eca5401d85c] | committer: Jean-Baptiste Kempf demux:mkv: fix a possible infinite loop looking for a position if there's none Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] demux:mkv: use the segment Preload() rather than a local parser

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:09 2018 +0100| [c7574905da49699729fcc5d095069f8d4d6cbbac] | committer: Jean-Baptiste Kempf demux:mkv: use the segment Preload() rather than a local parser This will avoid parsing the same data twice and avoid

[vlc-commits] demux:mkv: do not try to read concatenated segments when we can't seek

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:13 2018 +0100| [3697d002adef72e0b5284cb756b10aa5c84dbf9a] | committer: Jean-Baptiste Kempf demux:mkv: do not try to read concatenated segments when we can't seek Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] demux:mkv: use the more generic EbmlMaster::GetDataStart() method for each parser

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:10 2018 +0100| [9c87aa8e4e6812841f9542e39c6cbc53a7cf7edf] | committer: Jean-Baptiste Kempf demux:mkv: use the more generic EbmlMaster::GetDataStart() method for each parser That resulted in invalid casts in many cases.

[vlc-commits] demux:mkv: use parsers for Tags

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:08 2018 +0100| [121b07c4bd284fa529a69a20b1709e3db71b4513] | committer: Jean-Baptiste Kempf demux:mkv: use parsers for Tags It's better to read them in memory than reinventing the wheel for seek/infinite issues.

[vlc-commits] demux:mkv: do not preload the clusters if we cannot seek

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:14 2018 +0100| [61ea699c1b163d7075c23716dbcde5c2f64a22a3] | committer: Jean-Baptiste Kempf demux:mkv: do not preload the clusters if we cannot seek Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] demux:mkv: store the seekable states on startup

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:12 2018 +0100| [7663e2adcc8f610bc82e2477e58d2c8150f1fd77] | committer: Jean-Baptiste Kempf demux:mkv: store the seekable states on startup Signed-off-by: Jean-Baptiste Kempf >

[vlc-commits] demux:mkv: do not seek to an invalid position

2018-01-03 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Jan 2 16:38:16 2018 +0100| [a6b64961502c1f638c75629ce4f562058472337f] | committer: Jean-Baptiste Kempf demux:mkv: do not seek to an invalid position Signed-off-by: Jean-Baptiste Kempf >