[vlc-commits] youtube.lua: update live stream support to website changes

2019-01-18 Thread Pierre Ynard
vlc/vlc-3.0 | branch: master | Pierre Ynard | Sat Jan 19 03:07:38 2019 +0100| [59122257cd1ef52f7c646ba9b7bf0d9f1d932608] | committer: Pierre Ynard youtube.lua: update live stream support to website changes Instead of the previous "hlsvp" parameter, the URL can now be found in a deeper "hlsMani

[vlc-commits] youtube.lua: update live stream support to website changes

2019-01-18 Thread Pierre Ynard
vlc | branch: master | Pierre Ynard | Sat Jan 19 03:07:38 2019 +0100| [c4bdca7aeca0afb2669b0b654d8df9eaafac28f4] | committer: Pierre Ynard youtube.lua: update live stream support to website changes Instead of the previous "hlsvp" parameter, the URL can now be found in a deeper "hlsManifestUrl"

[vlc-commits] resource: use vout_Stop()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 22:50:17 2019 +0200| [4cfe635e6e675331a772adcf090c60cce174d3da] | committer: Rémi Denis-Courmont resource: use vout_Stop() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4cfe635e6e675331a772adcf090c60cce174d3da --- src/input/r

[vlc-commits] aout: do not use input resource for visualization

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:13:25 2019 +0200| [abc6132f802ed64cb35d3af74377194e2fd6ea2d] | committer: Rémi Denis-Courmont aout: do not use input resource for visualization Since the recycle flag is always false, the video output is never preserved, so tracking it

[vlc-commits] aout: remove one useless parameter

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:20:43 2019 +0200| [0d4e757b99c6b728b0c7e2b2355ecb15dd0d5f01] | committer: Rémi Denis-Courmont aout: remove one useless parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0d4e757b99c6b728b0c7e2b2355ecb15dd0d5f01 --- sr

[vlc-commits] resource: add an assertion

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:40:20 2019 +0200| [57eb022892d75b964095528deadfdbe1e69b73ff] | committer: Rémi Denis-Courmont resource: add an assertion After the previous changeset, the three outstanding calls of input_resource_RequestVout() are patently passing a n

[vlc-commits] vout: add vout_Stop()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 22:49:35 2019 +0200| [a46a9cbf5a75a7553de76e9e6e0e8fa19f277984] | committer: Rémi Denis-Courmont vout: add vout_Stop() This stops a vout but leaves it for reuse. So far, this was handled by vout_Request() with a NULL format. > http://git

[vlc-commits] aout: remove another useless parameter

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:22:09 2019 +0200| [89058acba0c979e54f4632f634865abeadfb423c] | committer: Rémi Denis-Courmont aout: remove another useless parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=89058acba0c979e54f4632f634865abeadfb423c ---

[vlc-commits] aout: remove unused variable value

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:27:10 2019 +0200| [82a1eed976d079932f8e54e6de97b320dfe24a9b] | committer: Rémi Denis-Courmont aout: remove unused variable value > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=82a1eed976d079932f8e54e6de97b320dfe24a9b --- sr

[vlc-commits] vout: export vout_Close()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 23:07:47 2019 +0200| [5a46546292f86a39e2f3321d57fc0fc5258bfccc] | committer: Rémi Denis-Courmont vout: export vout_Close() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5a46546292f86a39e2f3321d57fc0fc5258bfccc --- include/vlc

[vlc-commits] resource: split RequestVout in GetVout and PutVout

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:50:19 2019 +0200| [861c13e75ca97001b52abde23d8c8f7c32c33592] | committer: Rémi Denis-Courmont resource: split RequestVout in GetVout and PutVout > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=861c13e75ca97001b52abde23d8c8f7c3

[vlc-commits] resource: inline code of input_resource_TerminateVout()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:43:37 2019 +0200| [6e93268661741022e7b0826c75066201f862a4b6] | committer: Rémi Denis-Courmont resource: inline code of input_resource_TerminateVout() (a second time) > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=6e932686617

[vlc-commits] aout: remove constant recycle parameter

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:33:08 2019 +0200| [80727d10b757d80a6a5e5f76df1d3c76e14d6f60] | committer: Rémi Denis-Courmont aout: remove constant recycle parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=80727d10b757d80a6a5e5f76df1d3c76e14d6f60 ---

[vlc-commits] vout: vout_Request() requires a format

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 23:03:39 2019 +0200| [c1dc8c3c0614f0c5e09b28105705b867e3d9946a] | committer: Rémi Denis-Courmont vout: vout_Request() requires a format ...since vout_Stop() is used when there is no format now. > http://git.videolan.org/gitweb.cgi/vlc.gi

[vlc-commits] vout: call vout_Close() directly

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 22:24:31 2019 +0200| [4b6f1d7577a356b0ad5ce29d26f7b9f33b359329] | committer: Rémi Denis-Courmont vout: call vout_Close() directly This removes vout_CloseAndRelease(). > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4b6f1d7577a35

[vlc-commits] aout: remove unused aout_DecNew() parameter

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:38:32 2019 +0200| [deaecce717386b550998554066e123dd665d2723] | committer: Rémi Denis-Courmont aout: remove unused aout_DecNew() parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=deaecce717386b550998554066e123dd665d2723

[vlc-commits] decoder: remove aout_request_vout_t

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:39:34 2019 +0200| [a0d05757ebbfff71c906c27b29e46ffc23bc1c23] | committer: Rémi Denis-Courmont decoder: remove aout_request_vout_t > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a0d05757ebbfff71c906c27b29e46ffc23bc1c23 --- i

[vlc-commits] aout: always create visualization callbacks

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:30:52 2019 +0200| [0ea1fd7f164eb80b59a2e030506bbb6593a8a00c] | committer: Rémi Denis-Courmont aout: always create visualization callbacks This provides bug compatibility with the SDI stream output and, on error, the transcode stream ou

[vlc-commits] aout: remove write-only request_vout object

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:35:49 2019 +0200| [dd8bbbfaacd99c0ff826b2f649bb3f5c01bb5999] | committer: Rémi Denis-Courmont aout: remove write-only request_vout object > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=dd8bbbfaacd99c0ff826b2f649bb3f5c01bb5999

[vlc-commits] transcode: add missing parameter to transcode_audio_clean()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:29:06 2019 +0200| [2c699bb6b548bafdb0b7fb19f75ac59788e66e2e] | committer: Rémi Denis-Courmont transcode: add missing parameter to transcode_audio_clean() Other ES type have it. This will be needed for audio later. > http://git.videola

[vlc-commits] goom: use vout_Close() directly

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 23:09:07 2019 +0200| [826dce64de5b88411764203f12f75fbd2ec56007] | committer: Rémi Denis-Courmont goom: use vout_Close() directly > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=826dce64de5b88411764203f12f75fbd2ec56007 --- modul

[vlc-commits] resource: remove (now) dead code

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:44:33 2019 +0200| [92427d79236671573d0d6497f8ca9b94ebb7bbb4] | committer: Rémi Denis-Courmont resource: remove (now) dead code > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=92427d79236671573d0d6497f8ca9b94ebb7bbb4 --- src/

[vlc-commits] aout: remove transitional aout_filter_PutVout()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 23:10:01 2019 +0200| [eaac577868d0e47605c4d3825e5403cff5c8b21f] | committer: Rémi Denis-Courmont aout: remove transitional aout_filter_PutVout() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=eaac577868d0e47605c4d3825e5403cff5c8

[vlc-commits] vout: factor vlc_object_release() call

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 22:22:55 2019 +0200| [0c99e61a72cc01633cb94899e627b6b3bce9f2ed] | committer: Rémi Denis-Courmont vout: factor vlc_object_release() call > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=0c99e61a72cc01633cb94899e627b6b3bce9f2ed ---

[vlc-commits] aout: remove useless parameter to aout_FiltersNew()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:34:45 2019 +0200| [01fcf9c1d18a5d6056f15c5f4594d9d67ceb53ff] | committer: Rémi Denis-Courmont aout: remove useless parameter to aout_FiltersNew() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=01fcf9c1d18a5d6056f15c5f4594d9d6

[vlc-commits] resource: reindent

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:51:50 2019 +0200| [5791ddcf584673fede5ed1fd9ca6b97b19b407c3] | committer: Rémi Denis-Courmont resource: reindent > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5791ddcf584673fede5ed1fd9ca6b97b19b407c3 --- src/input/resource

[vlc-commits] visual: use vout_Close() directly

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 23:09:21 2019 +0200| [a010b59b0bdf6bb2e33511ec1299214a231dfa6e] | committer: Rémi Denis-Courmont visual: use vout_Close() directly > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a010b59b0bdf6bb2e33511ec1299214a231dfa6e --- mod

[vlc-commits] resource: remove constant recycle parameter

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:42:04 2019 +0200| [c0297ecdf8fd94f21a6aa9c7afe307694010e2ca] | committer: Rémi Denis-Courmont resource: remove constant recycle parameter > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=c0297ecdf8fd94f21a6aa9c7afe307694010e2ca

[vlc-commits] visualization: split RequestVout in GetVout and PutVout

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 20:53:21 2019 +0200| [16fb2fea1623e6b00244737b0d209446ebf3165b] | committer: Rémi Denis-Courmont visualization: split RequestVout in GetVout and PutVout > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=16fb2fea1623e6b00244737b0d20

[vlc-commits] resource: inline RequestVout()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:56:39 2019 +0200| [298f43a3f86af4b3ea0f5aa914adb2382a66b6b4] | committer: Rémi Denis-Courmont resource: inline RequestVout() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=298f43a3f86af4b3ea0f5aa914adb2382a66b6b4 --- src/in

[vlc-commits] aout: move some code

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 21:03:58 2019 +0200| [a9d58132ad453b1f0f9a4a2b9a44d57f7f217c34] | committer: Rémi Denis-Courmont aout: move some code No functional changes. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a9d58132ad453b1f0f9a4a2b9a44d57f7f217c3

[vlc-commits] resource: inline code of input_resource_TerminateVout()

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:39:18 2019 +0200| [8296d6d750c7157db405dad2584df38f7fb9c6d7] | committer: Rémi Denis-Courmont resource: inline code of input_resource_TerminateVout() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8296d6d750c7157db405dad2584d

[vlc-commits] aarch64: Use the asm.S header and function macro for merge_sve.S

2019-01-18 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Sat Dec 22 00:17:10 2018 +0200| [87233054482087df07550316de451ed54d9b1b66] | committer: Martin Storsjö aarch64: Use the asm.S header and function macro for merge_sve.S This fixes building the SVE code for other targets than ELF. > http://git.videolan.or

[vlc-commits] LibVLC: fix documentation

2019-01-18 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Fri Jan 18 19:12:04 2019 +0200| [59313d6f2f86bf84e719fc211190002e0e084383] | committer: Rémi Denis-Courmont LibVLC: fix documentation > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=59313d6f2f86bf84e719fc211190002e0e084383 --- include/vlc

[vlc-commits] sout: chromecast: fix memory corruption

2019-01-18 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 18 17:35:22 2019 +0100| [5ec99d0db39174c6e04ce2957bf9ba89a8e23bf4] | committer: Thomas Guillem sout: chromecast: fix memory corruption Don't write on the sub id that is not owned by this module. Signed-off-by: Thomas Guillem > http://g

[vlc-commits] sout: chromecast: remove unused pause_delay hack

2019-01-18 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Jan 17 11:41:13 2019 +0100| [ebe409daaed2aa517ba10767a3776b0d9a2d1fea] | committer: Thomas Guillem sout: chromecast: remove unused pause_delay hack Not needed anymore since timestamps are reset by the muxer. (cherry picked from commit 628a7d

[vlc-commits] sout: chromecast: fix seek after EOF

2019-01-18 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 18 15:22:54 2019 +0100| [0cde951ebc25463b1ecf4e5a751918ffac9186be] | committer: Thomas Guillem sout: chromecast: fix seek after EOF On EOF, the sout can receive one last block, the drained one. In that case, GetSubId() will fail since the

[vlc-commits] decklink: Fix compile breakage on MacOS

2019-01-18 Thread Devin Heitmueller
vlc | branch: master | Devin Heitmueller | Fri Jan 18 11:16:56 2019 -0500| [5856f6c69234e6c0b401c05a5f9d49bcb13491ee] | committer: Marvin Scholz decklink: Fix compile breakage on MacOS The following commit broke compilation of the decklink modules on OSX, since CFStringRef is already const. c

[vlc-commits] sout: chromecast: fix memory corruption

2019-01-18 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 18 17:35:22 2019 +0100| [4b7aea3a1ef91dafe92b5d27299542d98b6024ac] | committer: Thomas Guillem sout: chromecast: fix memory corruption Don't write on the sub id that is not owned by this module. > http://git.videolan.org/gitweb.cgi/vlc.git/?a=co

[vlc-commits] libvlc: makeCurrent_cb and getProcAddress_cb must not be NULL only for opengl

2019-01-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jan 18 16:24:32 2019 +0100| [8e9106fec7d72a3512de2fb769caab8c9385deb0] | committer: Steve Lhomme libvlc: makeCurrent_cb and getProcAddress_cb must not be NULL only for opengl > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8e9106fec7d72a3512de2

[vlc-commits] sout: chromecast: fix seek after EOF

2019-01-18 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 18 15:22:54 2019 +0100| [04e3a46cf918ec1d56cd9ab401d3a90f73f14e51] | committer: Thomas Guillem sout: chromecast: fix seek after EOF On EOF, the sout can receive one last block, the drained one. In that case, GetSubId() will fail since the sout ch

[vlc-commits] direct3d11: fix the first call to D3D11_SetupQuad()

2019-01-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Fri Jan 18 14:45:48 2019 +0100| [ea5d602326d04b420cc61678b471dba3ccd8d45f] | committer: Steve Lhomme direct3d11: fix the first call to D3D11_SetupQuad() It doesn't have the proper dimensions set in rect_src_clipped. > http://git.videolan.org/gitweb.cgi/vlc

[vlc-commits] direct3d9: add an option callback to be signaled when the scene/source size changes

2019-01-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Thu Nov 15 12:46:47 2018 +0100| [cc5b976e2aa9fe66baa34f2bdfce1b2ecb7f0c09] | committer: Steve Lhomme direct3d9: add an option callback to be signaled when the scene/source size changes To be used for "window less" rendering > http://git.videolan.org/gitwe

[vlc-commits] libvlc: return false if setting the vout callback fails

2019-01-18 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Tue Nov 20 11:18:25 2018 +0100| [1b3be396a304d55469a92b76bc9154981ebb87ff] | committer: Steve Lhomme libvlc: return false if setting the vout callback fails The engine provide may have a wrong value or may not be supported on the given platform/build. > ht

[vlc-commits] upnp: set discovery less verbose

2019-01-18 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 18 10:59:02 2019 +0100| [4ae70002641b0b976e164ee3822d4a43c9814546] | committer: Thomas Guillem upnp: set discovery less verbose > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4ae70002641b0b976e164ee3822d4a43c9814546 --- modules/servic

[vlc-commits] mux: avformat: simpler reset-ts implementation

2019-01-18 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Fri Jan 18 10:22:52 2019 +0100| [000b19ab97e499b3c08c4babec05e8f64cd1230c] | committer: Thomas Guillem mux: avformat: simpler reset-ts implementation Use oc->avoid_negative_ts that is available in ffmpeg and libav. Fixes #21743 (cherry picked f

[vlc-commits] mux: avformat: simpler reset-ts implementation

2019-01-18 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Fri Jan 18 10:22:52 2019 +0100| [e8269340661d6d28b613dd913787b20ca8ac2b0d] | committer: Thomas Guillem mux: avformat: simpler reset-ts implementation Use oc->avoid_negative_ts that is available in ffmpeg and libav. Fixes #21743 > http://git.videolan.or