[vlc-commits] lua: fix loading file when the fs always reports mtime = 0

2018-04-16 Thread Mathieu Velten
vlc | branch: master | Mathieu Velten | Sat Mar 3 03:04:42 2018 +0100| [6b5a14c1e357a245e9e0419ece5355716c1a2fb7] | committer: Hugo Beauzée-Luyssen lua: fix loading file when the fs always reports mtime = 0 Signed-off-by: Hugo Beauzée-Luyssen > http://git.videolan.org/gitweb.cgi/vlc.git/?a=

[vlc-commits] aout: keep the requested stereo-mode across several inputs

2018-04-16 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Mar 30 11:16:31 2018 +0200| [d0893832c64e18687adf7005db54cd2ce34f8071] | committer: Thomas Guillem aout: keep the requested stereo-mode across several inputs This also fixes the stereo-mode being forgotten when the decoder thread reload its decoder m

[vlc-commits] aout: no "stereo-mode" for mono inputs

2018-04-16 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Mon Apr 16 09:59:59 2018 +0200| [6498cfa126f2ba3dd0a1227aae9d34348bbfb4f4] | committer: Thomas Guillem aout: no "stereo-mode" for mono inputs > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6498cfa126f2ba3dd0a1227aae9d34348bbfb4f4 --- src/audi

[vlc-commits] mmdevice: make --no-volume-save actually work

2018-04-16 Thread Rémi Denis-Courmont
vlc/vlc-3.0 | branch: master | Rémi Denis-Courmont | Sun Apr 15 19:43:57 2018 +0300| [0bb9308a594831501b585fe93a6c80a61537324f] | committer: Thomas Guillem mmdevice: make --no-volume-save actually work (fixes #20291) (cherry picked from commit 2c55748ea76bb97d43f41b3959fc0d6ab48cb0d1) Signed-

[vlc-commits] lua: fix loading file when the fs always reports mtime = 0

2018-04-16 Thread Mathieu Velten
vlc/vlc-3.0 | branch: master | Mathieu Velten | Sat Mar 3 03:04:42 2018 +0100| [22bd6aa4d6680b4894b3140f2a924c39f9de9b5e] | committer: Hugo Beauzée-Luyssen lua: fix loading file when the fs always reports mtime = 0 Signed-off-by: Hugo Beauzée-Luyssen (cherry picked from commit 6b5a14c1e357a2

[vlc-commits] videotoolbox: map ap4x to the ProRes 4444 decoder

2018-04-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 16 08:56:45 2018 +0200| [5df0d12659bc8a7b1332d4861580b54aa09dbe91] | committer: Steve Lhomme videotoolbox: map ap4x to the ProRes decoder > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5df0d12659bc8a7b1332d4861580b54aa09dbe91 --- mo

[vlc-commits] fourcc: map "ap4x" to ProRes 4444 XG

2018-04-16 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Mon Apr 16 08:55:02 2018 +0200| [6fe50820dbbf0e8922ace485e9e6c64362e43ba1] | committer: Hugo Beauzée-Luyssen fourcc: map "ap4x" to ProRes XG Fixes #20285 (cherry picked from commit 96751178f676dd67b89d41ce87711502ea0a89d5) Signed-off-by: Hugo

[vlc-commits] lua: io: fix build with recent lua

2018-04-16 Thread Francois Cartegnie
vlc/vlc-3.0 | branch: master | Francois Cartegnie | Tue Apr 10 06:13:08 2018 +0200| [f9a395ad502f7f1c5824a0a08e2c834d3c1aae07] | committer: Hugo Beauzée-Luyssen lua: io: fix build with recent lua Fix #20294 (cherry picked from commit 0151a4fd9fc47df8454072f1443f92a717ca7c9b) Signed-off-by: Hug

[vlc-commits] packetizer: a52: move pts dedup

2018-04-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 16 09:40:28 2018 +0200| [e6cf76ccdb140b8c82a16e5edd2a17cdcdb226a7] | committer: Francois Cartegnie packetizer: a52: move pts dedup > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=e6cf76ccdb140b8c82a16e5edd2a17cdcdb226a7 --- modules

[vlc-commits] demux: mkv: set es policy once

2018-04-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Sun Apr 15 09:16:18 2018 +0200| [082faa75cd764084bc923c41261acb8cfa3efd7a] | committer: Francois Cartegnie demux: mkv: set es policy once > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=082faa75cd764084bc923c41261acb8cfa3efd7a --- modules/

[vlc-commits] demux: ps: check for discontinuities

2018-04-16 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Apr 16 12:26:56 2018 +0200| [a67c43c405f9c1d5fac1d1351214114d21f3e4bb] | committer: Francois Cartegnie demux: ps: check for discontinuities > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a67c43c405f9c1d5fac1d1351214114d21f3e4bb --- mo

[vlc-commits] opengl: remove useless cast

2018-04-16 Thread Zhao Zhili
vlc | branch: master | Zhao Zhili | Mon Apr 16 20:14:06 2018 +0800| [cc3284dc984aee919d06992500fa2961f4636cde] | committer: Thomas Guillem opengl: remove useless cast Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cc3284dc984aee919d06992500fa2961f4636c

[vlc-commits] opengl: clarify comments

2018-04-16 Thread Zhao Zhili
vlc | branch: master | Zhao Zhili | Mon Apr 16 20:13:51 2018 +0800| [a060f674757c55ac407d2488acb6a01ed707151c] | committer: Thomas Guillem opengl: clarify comments Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a060f674757c55ac407d2488acb6a01ed707151c

[vlc-commits] opengl: clarify comments

2018-04-16 Thread Zhao Zhili
vlc | branch: master | Zhao Zhili | Mon Apr 16 20:13:51 2018 +0800| [0fafd8935cbe5c2d4f291d1d563f5adaa8c40659] | committer: Thomas Guillem opengl: clarify comments Signed-off-by: Thomas Guillem > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0fafd8935cbe5c2d4f291d1d563f5adaa8c40659

[vlc-commits] direct3d11: no extra range conversion when the YUV source is already in full range

2018-04-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 16 16:03:57 2018 +0200| [dd284d7ffd5faea2552a1ecdee6a7e6315c74341] | committer: Steve Lhomme direct3d11: no extra range conversion when the YUV source is already in full range Fixes #20288 > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d

[vlc-commits] picture: round the number of visible lines to the upper multiple

2018-04-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 16 15:35:23 2018 +0200| [82f649983443292bd893962cac0484b7df8d1c89] | committer: Steve Lhomme picture: round the number of visible lines to the upper multiple The U/V lines of 4:2:0 chroma are divided by 2. But if the height is an odd number we end u

[vlc-commits] demux: merge access and location parameters as URL

2018-04-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Apr 16 17:49:01 2018 +0300| [169c6aee1c0930dc2290549b5a9856ae7ce4e318] | committer: Rémi Denis-Courmont demux: merge access and location parameters as URL (like is being done for access for a while) > http://git.videolan.org/gitweb.cgi/vlc.git/

[vlc-commits] demux: remove constant demux_New() parameter

2018-04-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Apr 16 17:32:47 2018 +0300| [ef99cf2d66b7c2601d743e3728c0ea70d7f7935c] | committer: Rémi Denis-Courmont demux: remove constant demux_New() parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ef99cf2d66b7c2601d743e3728c0ea70d7f7935

[vlc-commits] input: cosmetic, reindent

2018-04-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Apr 16 17:46:35 2018 +0300| [305ba4500b6ce106a86bd12c8c8fce0736a890df] | committer: Rémi Denis-Courmont input: cosmetic, reindent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=305ba4500b6ce106a86bd12c8c8fce0736a890df --- src/input/i

[vlc-commits] input: make input_SplitMRL() static

2018-04-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Apr 16 17:52:33 2018 +0300| [d6dd3a48ac35f86883db4a3a86161381db6ae7f1] | committer: Rémi Denis-Courmont input: make input_SplitMRL() static > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=d6dd3a48ac35f86883db4a3a86161381db6ae7f1 --- s

[vlc-commits] access: develop stream_FilterAutoNew() calls

2018-04-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Apr 16 17:22:25 2018 +0300| [fc736b3ccfa6417c06f3ad85268dc88ed889] | committer: Rémi Denis-Courmont access: develop stream_FilterAutoNew() calls Moves calls to stream_FilterAutoNew() out of stream_AccessNew(). No overall functional changes.

[vlc-commits] demux_chained: use demux_New(), simplify

2018-04-16 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Mon Apr 16 17:34:32 2018 +0300| [296d0e7b7c6b1046fb773f7829ce0a99d55cea8d] | committer: Rémi Denis-Courmont demux_chained: use demux_New(), simplify > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=296d0e7b7c6b1046fb773f7829ce0a99d55cea8d --

[vlc-commits] Revert "picture: round the number of visible lines to the upper multiple"

2018-04-16 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Mon Apr 16 18:24:59 2018 +0200| [6e8e69914c7434621a820933f044c235c71bd3d5] | committer: Steve Lhomme Revert "picture: round the number of visible lines to the upper multiple" This reverts commit 82f649983443292bd893962cac0484b7df8d1c89. For now... > http:

[vlc-commits] lua: io: Fix typo in usage error message

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 13:09:35 2018 +0200| [36f95c617533a54377e0bf14d09fd6842787c5f5] | committer: Hugo Beauzée-Luyssen lua: io: Fix typo in usage error message > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=36f95c617533a54377e0bf14d09fd6842787c5f5

[vlc-commits] VLSub: Use the os specific path separator

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 13:36:59 2018 +0200| [660e46b16241519322389a37ca94c8d31185071c] | committer: Hugo Beauzée-Luyssen VLSub: Use the os specific path separator > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=660e46b16241519322389a37ca94c8d31185071c

[vlc-commits] lua: io: Add a vlc.io.unlink function

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 13:09:58 2018 +0200| [987952962f25deb6ee2703a5399d22a38df4e48b] | committer: Hugo Beauzée-Luyssen lua: io: Add a vlc.io.unlink function To be able to delete files using an utf8 path > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit

[vlc-commits] VLSub: Remove unused helper

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 13:26:14 2018 +0200| [ad9cccb391271f11fcfc3fc4b2f5a7cd0042ecf3] | committer: Hugo Beauzée-Luyssen VLSub: Remove unused helper > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ad9cccb391271f11fcfc3fc4b2f5a7cd0042ecf3 --- share/l

[vlc-commits] VLSub: Use a more robust OS detection

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 13:40:43 2018 +0200| [a46c030bda7e1f0467366061adba9548ff230ef8] | committer: Hugo Beauzée-Luyssen VLSub: Use a more robust OS detection > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a46c030bda7e1f0467366061adba9548ff230ef8 ---

[vlc-commits] lua: streams: Expose seek & getsize member functions

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 17:15:14 2018 +0200| [502f5c066005576aa5143ffbb8d95e0ab38deeed] | committer: Hugo Beauzée-Luyssen lua: streams: Expose seek & getsize member functions > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=502f5c066005576aa5143ffbb8d95

[vlc-commits] VLSub: Simplify path manipulations

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 17:59:18 2018 +0200| [31855b9c098c2c1ec0bf073dbf1723677af8805f] | committer: Hugo Beauzée-Luyssen VLSub: Simplify path manipulations Most of the info we used to extract isn't required anymore This is now using path instead of URI, this w

[vlc-commits] VLSub: Use vlc.io.unlink

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 13:13:44 2018 +0200| [c4f22557807fa66702b22476f23dcb5c32b87a3a] | committer: Hugo Beauzée-Luyssen VLSub: Use vlc.io.unlink > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c4f22557807fa66702b22476f23dcb5c32b87a3a --- share/lua/

[vlc-commits] VLSub: Clean & simplify hash calculation

2018-04-16 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Mon Apr 16 17:17:27 2018 +0200| [c11a6535cc6915dc81a79daead0dd65654bf3336] | committer: Hugo Beauzée-Luyssen VLSub: Clean & simplify hash calculation Don't attempt to generate the hash by downloading the entire media in case the stream isn't seekab

[vlc-commits] vpx: encoder: check for block allocation failure

2018-04-16 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Mon Apr 16 10:10:49 2018 -0400| [1d22b9a39dc707570f2fd75f5cb13463143c4966] | committer: Tristan Matthews vpx: encoder: check for block allocation failure > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1d22b9a39dc707570f2fd75f5cb13463143c4966

[vlc-commits] vpx: encoder: use vpx_img_wrap to avoid memcpy

2018-04-16 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Thu Apr 12 23:17:38 2018 -0400| [a0883a5e453723ef553506bdb0459724e5d7cb69] | committer: Tristan Matthews vpx: encoder: use vpx_img_wrap to avoid memcpy > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0883a5e453723ef553506bdb0459724e5d7cb69 --

[vlc-commits] qt: always save non-fullscreen widget size

2018-04-16 Thread Romain Vimont
vlc/vlc-3.0 | branch: master | Romain Vimont | Fri Apr 13 18:35:57 2018 +0200| [b3fd77e25d1d37f4c10962dcbab5f5f2fb9a3928] | committer: Jean-Baptiste Kempf qt: always save non-fullscreen widget size restoreStackOldWidget() should always restore the size the widget have when fullscreen is disabl