[vlc-commits] contrib: x264: Fix building for aarch64/windows after the recent x264 update

2018-03-29 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Thu Mar 29 10:40:20 2018 +0300| [31c65810c27b492316e7a32925e599f5bea9db31] | committer: Martin Storsjö contrib: x264: Fix building for aarch64/windows after the recent x264 update The current version of x264 defaults to using

[vlc-commits] Revert "aout: export used module internal name"

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 15:56:03 2018 +0200| [afbd2a8f3b9f1a4accc888a0336362ef7e12de75] | committer: Thomas Guillem Revert "aout: export used module internal name" This reverts commit 3aa4fda0d0742c7a68b57600c8bec311b3078d72. >

[vlc-commits] Revert "mmdevice: add a way to enable/disable passthrough"

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 17:00:30 2018 +0200| [4b5b85f797c3cce2f96f060799b1348c19d6c85e] | committer: Thomas Guillem Revert "mmdevice: add a way to enable/disable passthrough" This reverts commit 872c6011e8e0c978cacf7494e5972ab4b963a6f0. >

[vlc-commits] Revert "qt: win32: add "Digital Output" checkbox in audio device menu"

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 15:55:40 2018 +0200| [ab93b7e518aa99c2d2432303e8445e4bf4167371] | committer: Thomas Guillem Revert "qt: win32: add "Digital Output" checkbox in audio device menu" This reverts commit bc594717e9e234c392306efe4f56492ffaa9dfc4.

[vlc-commits] contrib: mfx: Update to the latest version

2018-03-29 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Thu Mar 29 23:59:26 2018 +0300| [31a382df84b8ac8a6f803318caea829c3b642165] | committer: Martin Storsjö contrib: mfx: Update to the latest version This avoids having to force building in C++98 mode. >

[vlc-commits] contrib: projectM: Don't force building in C++98 mode

2018-03-29 Thread Martin Storsjö
vlc | branch: master | Martin Storsjö | Thu Mar 29 23:57:26 2018 +0300| [e2ea86d8a21d5ddf63f9263aec401f0f8556e671] | committer: Martin Storsjö contrib: projectM: Don't force building in C++98 mode Instead patch the project to fix the error that was clang gave when building

[vlc-commits] chromecast: retry connection after a Dead state

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 10:15:24 2018 +0200| [400fa1a9906bb8d53875c6475eed69a60cdb19f2] | committer: Thomas Guillem chromecast: retry connection after a Dead state Retry only when playing a new input in order to avoid retry busy loops. >

[vlc-commits] chromecast: always quit thread in Dead state

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 10:12:23 2018 +0200| [f8040cd87db949e8bb708b2d80b4ca1fb12cf680] | committer: Thomas Guillem chromecast: always quit thread in Dead state >

[vlc-commits] chromecast: use a pointer for m_communication

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 28 18:46:18 2018 +0200| [a74e7ff8a1d43078a51472c110810cadc8ab1bed] | committer: Thomas Guillem chromecast: use a pointer for m_communication In order to delete/create during the life time of intf_sys_t. >

[vlc-commits] chromecast: rename setOnPausedChangedCb to setDemuxEnabled

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 28 18:54:56 2018 +0200| [90276eb2c3a8b4e4d02233c361dd9f92739801ef] | committer: Thomas Guillem chromecast: rename setOnPausedChangedCb to setDemuxEnabled >

[vlc-commits] chromecast: demux: add deinit()

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Mar 28 12:17:57 2018 +0200| [a7ee0f82f96f6bc26941ceb42365474bc62abb27] | committer: Thomas Guillem chromecast: demux: add deinit() > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=a7ee0f82f96f6bc26941ceb42365474bc62abb27 ---

[vlc-commits] chromecast: reset state only when retrying

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 10:13:52 2018 +0200| [aea0e78e43ca962cc1ea18b15b76ad46bc1ac965] | committer: Thomas Guillem chromecast: reset state only when retrying >

[vlc-commits] chromecast: use vpx encoder if there is no x264 module

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 27 11:26:36 2018 +0200| [87b510a361e544af492d666f01966c59d7ae7281] | committer: Thomas Guillem chromecast: use vpx encoder if there is no x264 module (cherry picked from commit 4529f8add415995c0e959edee3626d063c66885b)

[vlc-commits] chromecast: test encoder modules

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 27 11:44:16 2018 +0200| [264dc7b734dfefa3565aacfaa66fa3bf551fd2e0] | committer: Thomas Guillem chromecast: test encoder modules Instead of just checking if a module exists. Indeed, a module (specially HW ones) is likely

[vlc-commits] avcodec: fail if the specified encoder is not found

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 27 17:40:32 2018 +0200| [234c95094d31c311534fd2779f1a7a9bb8481303] | committer: Thomas Guillem avcodec: fail if the specified encoder is not found Instead of using the default avcodec encoder. (cherry picked from commit

[vlc-commits] chromecast: always quit thread in Dead state

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Mar 29 10:12:23 2018 +0200| [8bd0a7f5d427ec969de0cedb2ed7bfe1e03c0792] | committer: Thomas Guillem chromecast: always quit thread in Dead state (cherry picked from commit f8040cd87db949e8bb708b2d80b4ca1fb12cf680)

[vlc-commits] chromecast: rename setOnPausedChangedCb to setDemuxEnabled

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Mar 28 18:54:56 2018 +0200| [6392b5ac207ebeddc562a6797bc5d3ebdc766559] | committer: Thomas Guillem chromecast: rename setOnPausedChangedCb to setDemuxEnabled (cherry picked from commit

[vlc-commits] avcodec: accept NV12 an input

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 27 19:47:17 2018 +0200| [9a6212cfbdc31a3ca8cf35ce42b21e3d7b31a5cd] | committer: Thomas Guillem avcodec: accept NV12 an input This removes a conversion when both decoder and encoder use NV12. (cherry picked from commit

[vlc-commits] chromecast: refactor

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 27 08:58:48 2018 +0200| [ca95ca24e658abbb2ae4a650ad2eda73072848aa] | committer: Thomas Guillem chromecast: refactor (cherry picked from commit b6484305815cb39606f1b47f92d5f5b2e6d1d387) Signed-off-by: Thomas Guillem

[vlc-commits] vpx: fetch quality-mode only one time

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 27 11:25:21 2018 +0200| [81a309e574e2e41fe6f08d84ebea6ed923da699a] | committer: Thomas Guillem vpx: fetch quality-mode only one time (cherry picked from commit 6f76042990ceaca0c754d830a21cb0580d862517) Signed-off-by:

[vlc-commits] chromecast: test a maximum encoding size

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Tue Mar 27 16:59:22 2018 +0200| [60b2aec07e9c02d29c106749bce71846d3869e63] | committer: Thomas Guillem chromecast: test a maximum encoding size (cherry picked from commit 0d3289c825efd325e06fcd77e2f5b1e37fb15cb5) Signed-off-by:

[vlc-commits] chromecast: don't ignore messages with a sessionId of 0

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 13:58:41 2018 +0200| [f5d3bcf344e1ffce26fed9d0ba1021ed074c5a04] | committer: Thomas Guillem chromecast: don't ignore messages with a sessionId of 0 This fixes the FINISHED message sometimes not handled. >

[vlc-commits] chromecast: don't ignore messages with a sessionId of 0

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Mar 29 13:58:41 2018 +0200| [0375b6d965fcfa0c2c7c574d466366aeff5de364] | committer: Thomas Guillem chromecast: don't ignore messages with a sessionId of 0 This fixes the FINISHED message sometimes not handled. (cherry picked

[vlc-commits] chromecast: retry connection after a Dead state

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Mar 29 10:15:24 2018 +0200| [1fca7d2edd7fda7bc61baf3679ae9cd0772ebf32] | committer: Thomas Guillem chromecast: retry connection after a Dead state Retry only when playing a new input in order to avoid retry busy loops.

[vlc-commits] chromecast: reset state only when retrying

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Mar 29 10:13:52 2018 +0200| [96c18ad9c3d627bb30c16282122ce818d1ba02bd] | committer: Thomas Guillem chromecast: reset state only when retrying (cherry picked from commit aea0e78e43ca962cc1ea18b15b76ad46bc1ac965) Signed-off-by:

[vlc-commits] chromecast: fix wrong state when media app was closed

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Mar 28 10:28:03 2018 +0200| [0d9908673bf99e5a36b593688757a607ab07fc71] | committer: Thomas Guillem chromecast: fix wrong state when media app was closed (cherry picked from commit 9a19ab41c10676df0b4606538544dfcaf0247e57)

[vlc-commits] chromecast: use a pointer for m_communication

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Mar 28 18:46:18 2018 +0200| [93ddf7868ad9663068cb38ed14a5248017deb020] | committer: Thomas Guillem chromecast: use a pointer for m_communication In order to delete/create during the life time of intf_sys_t. (cherry picked

[vlc-commits] chromecast: demux: add deinit()

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Mar 28 12:17:57 2018 +0200| [b8f3bc8269ff2f9b4f2b54ae73cc3b71734d1cbd] | committer: Thomas Guillem chromecast: demux: add deinit() (cherry picked from commit a7ee0f82f96f6bc26941ceb42365474bc62abb27) Signed-off-by: Thomas

[vlc-commits] mmdevice: disable passthrough by default

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Mar 22 09:25:13 2018 +0100| [b3897efd57328066ccd3f5613250b631b61b7a43] | committer: Thomas Guillem mmdevice: disable passthrough by default (cherry picked from commit 8b5389f994b2f4b00e349de467d623f09dbbd84e) Signed-off-by:

[vlc-commits] access: dvdnav: flag cell change as discontinuity

2018-03-29 Thread Francois Cartegnie
vlc | branch: master | Francois Cartegnie | Mon Mar 26 20:17:02 2018 +0800| [10ebd491932a53d0b0f581b064c433c3f3375072] | committer: Jean-Baptiste Kempf access: dvdnav: flag cell change as discontinuity Should close #20110 Signed-off-by: Jean-Baptiste Kempf

[vlc-commits] avcodec: fix black screen with hdtv-fixed videos

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 15:08:13 2018 +0200| [c988b8d58b01ef6d628e3051774a2032dd7f6b7d] | committer: Thomas Guillem avcodec: fix black screen with hdtv-fixed videos In case of indirect rendering. This fixes a regression from

[vlc-commits] avcodec: fix black screen with hdtv-fixed videos

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Mar 29 15:08:13 2018 +0200| [6c54abb7472548f55a0f87bf98a61d729ccc6d32] | committer: Thomas Guillem avcodec: fix black screen with hdtv-fixed videos In case of indirect rendering. This fixes a regression from

[vlc-commits] avcodec: with black screen with hdtv-fixed videos

2018-03-29 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Thu Mar 29 15:08:13 2018 +0200| [fb047c42bc20b1375ec4d36144152be6e9c4ee23] | committer: Thomas Guillem avcodec: with black screen with hdtv-fixed videos In case of indirect rendering. This fixes a regression from

[vlc-commits] avcodec: with black screen with hdtv-fixed videos

2018-03-29 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Thu Mar 29 15:08:13 2018 +0200| [242fccb1c7288ed0ae721db372d14fadae884cc1] | committer: Thomas Guillem avcodec: with black screen with hdtv-fixed videos In case of indirect rendering. This fixes a regression from

[vlc-commits] stream_extractor/archive: use correct format specifier for ssize_t

2018-03-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 29 12:32:12 2018 +0200| [55c30095259704eca30e4d556a1bec78e2a6ac00] | committer: Rémi Denis-Courmont stream_extractor/archive: use correct format specifier for ssize_t Signed-off-by: Rémi Denis-Courmont >

[vlc-commits] interface: remove use of obsolete logger interface

2018-03-29 Thread jnqnfe
vlc | branch: master | jnq...@gmail.com | Fri Mar 23 01:34:56 2018 +| [e1671e404f5c815afc480563fed5f14c225fe589] | committer: Rémi Denis-Courmont interface: remove use of obsolete logger interface patch attached to remove use of the obsolete logger interface in the core

[vlc-commits] stream_filter/cache_block: remove unused variable

2018-03-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 29 10:35:47 2018 +0200| [e5126c83b154502d60c9ae7147eec4fb39376202] | committer: Rémi Denis-Courmont stream_filter/cache_block: remove unused variable Signed-off-by: Rémi Denis-Courmont >

[vlc-commits] stream_filter/cache_block: use correct format for size_t

2018-03-29 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Mar 29 10:35:46 2018 +0200| [bf00410b0e7ec5e96aa2e89cf3a3765397b2ea8d] | committer: Rémi Denis-Courmont stream_filter/cache_block: use correct format for size_t Signed-off-by: Rémi Denis-Courmont >

[vlc-commits] fix ball vfilter help text output

2018-03-29 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Fri Mar 23 01:48:19 2018 +| [3156a062d79016a15b1949b466f32d2c7310aed8] | committer: Rémi Denis-Courmont fix ball vfilter help text output help text for the ball video filter's "ball-speed" and "ball-size" options is misquoted,

[vlc-commits] access_demux: check that ES output is non-NULL

2018-03-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Mar 24 13:01:54 2018 +0200| [eb171844342b4d948eb29c7e3b2c866d45200381] | committer: Rémi Denis-Courmont access_demux: check that ES output is non-NULL A combined access-demux cannot be instantiated without an ES output. This

[vlc-commits] access: pass ES output to access_New()

2018-03-29 Thread Rémi Denis-Courmont
vlc | branch: master | Rémi Denis-Courmont | Sat Mar 24 12:38:59 2018 +0200| [9c6cde9415231dde72ecc396458a42388a36858a] | committer: Rémi Denis-Courmont access: pass ES output to access_New() >

[vlc-commits] stream_extractor/archive: use correct format specifier for ssize_t

2018-03-29 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz | Thu Mar 29 12:32:12 2018 +0200| [9b84234fdbb8ecb588ef0d7d4c3e7a5083789905] | committer: Rémi Denis-Courmont stream_extractor/archive: use correct format specifier for ssize_t Signed-off-by: Rémi Denis-Courmont

[vlc-commits] interface: remove use of obsolete logger interface

2018-03-29 Thread Lyndon Brown
vlc/vlc-3.0 | branch: master | Lyndon Brown | Fri Mar 23 01:34:56 2018 +| [a0c6a1d48661406bad19957745888fff13578d35] | committer: Rémi Denis-Courmont interface: remove use of obsolete logger interface patch attached to remove use of the obsolete logger interface in the

[vlc-commits] fix ball vfilter help text output

2018-03-29 Thread Lyndon Brown
vlc/vlc-3.0 | branch: master | Lyndon Brown | Fri Mar 23 01:48:19 2018 +| [3212e40bfb6ac39ba267568b88495eadfb3ddd59] | committer: Rémi Denis-Courmont fix ball vfilter help text output help text for the ball video filter's "ball-speed" and "ball-size" options is

[vlc-commits] interface: remove use of obsolete logger interface

2018-03-29 Thread Lyndon Brown
vlc | branch: master | Lyndon Brown | Fri Mar 23 01:34:56 2018 +| [f0e01208a39ff1b9f17c6555ee793be4e7c9ecd8] | committer: Rémi Denis-Courmont interface: remove use of obsolete logger interface patch attached to remove use of the obsolete logger interface in the core