[vlc-commits] gl: rearrange includes

2018-02-14 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Feb 14 15:33:10 2018 +0100| [0e6793148a573389860facb3b62dc808cdd3a18a] | committer: Thomas Guillem gl: rearrange includes Mainly to remove libplacebo include dependencies from gl converters. For now, only the generic

[vlc-commits] opengl: update for libplacebo v0.4.0 API changes

2018-02-14 Thread Niklas Haas
vlc/vlc-3.0 | branch: master | Niklas Haas | Mon Feb 12 15:29:39 2018 +0100| [f33a7b19f0a55e70f1a6dd1fd3542cdec1d29ac6] | committer: Thomas Guillem opengl: update for libplacebo v0.4.0 API changes The ra_ prefix was changed to pl_ for consistency. Modified-by: Thomas Guillem

[vlc-commits] configure: requires libplacebo v0.2.1

2018-02-14 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Feb 14 14:50:05 2018 +0100| [7b2408528966c4a4d53c49f580590f0399f9cf90] | committer: Thomas Guillem configure: requires libplacebo v0.2.1 v0.2.0 should not be used because of known issues, like - typo in gamut warning shader

[vlc-commits] demux: mkv: support OPUS/EXPERIMENTAL codec ID

2018-02-14 Thread Tristan Matthews
vlc/vlc-3.0 | branch: master | Tristan Matthews | Wed Feb 14 23:12:07 2018 -0500| [674d5d6f4c04b3a099100b9869277362ca34e12d] | committer: Tristan Matthews demux: mkv: support OPUS/EXPERIMENTAL codec ID Fixes #19660 (cherry picked from commit

[vlc-commits] demux: mkv: support OPUS/EXPERIMENTAL codec ID

2018-02-14 Thread Tristan Matthews
vlc | branch: master | Tristan Matthews | Wed Feb 14 23:12:07 2018 -0500| [5d0056dc3e2bc11bebf7dfa0ddefaa32f34cefd2] | committer: Tristan Matthews demux: mkv: support OPUS/EXPERIMENTAL codec ID Fixes #19660 >

[vlc-commits] codec/videotoolbox: Bridge to NSDictionary

2018-02-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Feb 15 00:34:29 2018 +0100| [10ee2376b55c5b8401809638c5e4010bc98a59be] | committer: Marvin Scholz codec/videotoolbox: Bridge to NSDictionary >

[vlc-commits] codec/videotoolbox: Enable ARC

2018-02-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Thu Feb 15 00:40:52 2018 +0100| [8199b15c9ef9fc2d169a0e9b391085ae1fca2d7d] | committer: Marvin Scholz codec/videotoolbox: Enable ARC Enable automatic reference counting for the VideoToolbox module >

[vlc-commits] audio_output/coreaudio: Remove check for 10.7

2018-02-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Feb 14 23:42:50 2018 +0100| [ad17fde5c6753e5ed1b13087db62e3b92561227e] | committer: Marvin Scholz audio_output/coreaudio: Remove check for 10.7 This removes the check if we are running 10.7 or higher and therefore support 8.0

[vlc-commits] audio_output/coreaudio: Silence a unused variable warning

2018-02-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Feb 14 23:47:09 2018 +0100| [929d0bd8a5f56c71db557c1f0a035f0df7eeb797] | committer: Marvin Scholz audio_output/coreaudio: Silence a unused variable warning Silence a warning about an unused variable, which is only used in an

[vlc-commits] osx_notifications: Remove availability and SDK checks

2018-02-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Feb 14 22:11:59 2018 +0100| [04edeb6ba8e48b52d03028a249c05bfe2c3cbecc] | committer: Marvin Scholz osx_notifications: Remove availability and SDK checks Targeting 10.10, NSUserNotificationCenter will always be available so there is

[vlc-commits] osx_notifications: Do not check if NSUserNotification is available

2018-02-14 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz | Wed Feb 14 22:14:49 2018 +0100| [359bf62fa8cc4546ed5851f44fd3245f12b10a5a] | committer: Marvin Scholz osx_notifications: Do not check if NSUserNotification is available Targeting 10.10, it will always be available, so this check is

[vlc-commits] caopengllayer: release context before releasing object

2018-02-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Fri Feb 9 22:15:15 2018 +0100| [33005c19fa6f2cca9efee1447bf69d068b3d3ae6] | committer: David Fuhrmann caopengllayer: release context before releasing object Context should be released before the holding object is

[vlc-commits] macosx: don't expose input_item_HasErrorWhenReading to the end-user as this achieves misleading results at best

2018-02-14 Thread Felix Paul Kühne
vlc/vlc-3.0 | branch: master | Felix Paul Kühne | Wed Feb 14 17:54:36 2018 +0100| [db04c76270c3f483fd911b91b6b003cf1bfedcfd] | committer: Felix Paul Kühne macosx: don't expose input_item_HasErrorWhenReading to the end-user as this achieves misleading results at best >

[vlc-commits] demux:mkv: document the 2 values that influence seeking

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 10:38:03 2018 +0100| [1349c4a938dc6f93c97a58a17c5079724f8162ad] | committer: Hugo Beauzée-Luyssen demux:mkv: document the 2 values that influence seeking (cherry picked from commit

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

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Feb 13 13:03:59 2018 +0100| [7235af7e902bf0e4cb7ed223352883cdc2cd5c8e] | committer: Hugo Beauzée-Luyssen direct3d11: only give initialized resource views to the shader May help solving 394ea0e5-7f32-4463-86d4-5a30f65ae243

[vlc-commits] demux:mkv: remove unused variables

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Fri Jan 19 11:24:43 2018 +0100| [d75782831d3e45c357c67fe8d0739bdbcc9facd6] | committer: Hugo Beauzée-Luyssen demux:mkv: remove unused variables (cherry picked from commit 6da67ad66db3f2f8433bde45afb552cbb854a44d) Signed-off-by:

[vlc-commits] demux:mkv: use CurrentEdition() where possible and check for NULL returns

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 14:06:04 2018 +0100| [9c4d7a42da0eba4ebc4757c3c227848548192000] | committer: Hugo Beauzée-Luyssen demux:mkv: use CurrentEdition() where possible and check for NULL returns (cherry picked from commit

[vlc-commits] contrib: Mirror d3d* files on our servers

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 15:23:42 2018 +0100| [9d97d7298968922c005d34cd2369d0e53f7e1d03] | committer: Hugo Beauzée-Luyssen contrib: Mirror d3d* files on our servers Because SF tends to be down quite often (cherry picked from commit

[vlc-commits] demux:mkv: log the position we'll ignore blocks from

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 09:26:40 2018 +0100| [05e32ec4dd3b4ae01090be46b407948b6edb2750] | committer: Hugo Beauzée-Luyssen demux:mkv: log the position we'll ignore blocks from (cherry picked from commit

[vlc-commits] demux:mkv: add a mode to the parser so it doesn't read over it's top element

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 13:09:32 2018 +0100| [157644e8c0ea6fb6153617e341f3f17d1e486715] | committer: Hugo Beauzée-Luyssen demux:mkv: add a mode to the parser so it doesn't read over it's top element It should probably become the default mode

[vlc-commits] demux:mkv: don't read the first Cluster if we can't seek back

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 13:21:02 2018 +0100| [0370d27d7542842a93f7dc225e35945778c32685] | committer: Hugo Beauzée-Luyssen demux:mkv: don't read the first Cluster if we can't seek back (cherry picked from commit

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

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Feb 13 18:04:23 2018 +0100| [34ed87d945ad899cb9f3c74bb98d8d94626344f2] | committer: Hugo Beauzée-Luyssen d3d11_fmt: assume drivers are bad on Winstore builds Since we have no wait to get the version we fallback to the worst

[vlc-commits] demux:mkv: do not read further segments if we can't seek back

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 13:25:50 2018 +0100| [7a009f1e589ae77d3e37f4e3738ac7e5642e969a] | committer: Hugo Beauzée-Luyssen demux:mkv: do not read further segments if we can't seek back (cherry picked from commit

[vlc-commits] demux:mkv: fix the invalid value init for i_skip_until_fpos

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 09:32:41 2018 +0100| [e023fa35596cfe0c07097831de44bc944749d646] | committer: Hugo Beauzée-Luyssen demux:mkv: fix the invalid value init for i_skip_until_fpos There was mismatches between -1 and

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

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Tue Feb 13 15:50:53 2018 +0100| [0005d5e14198547e438849c2b8817878b169fb25] | committer: Hugo Beauzée-Luyssen d3d11_surface: don't use an invalid context in release builds Should help fixing 7c98a952-ee98-42ef-82a3-8bc4049f3562

[vlc-commits] demux:mkv: don't try to seek to an invalid position

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 11:33:21 2018 +0100| [29d0c330be516081a7065c062174ea955f298f53] | committer: Hugo Beauzée-Luyssen demux:mkv: don't try to seek to an invalid position (cherry picked from commit 621a467e11236fc321ec33a9de18eaf24c6d75ae)

[vlc-commits] demux:mkv: refactor the fast/slow seeking code

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 09:59:48 2018 +0100| [a0e1d21cda7aab0b8ed9052cb20b383416259789] | committer: Hugo Beauzée-Luyssen demux:mkv: refactor the fast/slow seeking code (cherry picked from commit 99aae13400215dc9915de98ea6a1fcb168367fb8)

[vlc-commits] demux:mkv: do look far for seekpoints if the segment has no Cues

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 11:10:22 2018 +0100| [01ff700ee2c80cfff8bbc63c4cced9fe53266154] | committer: Hugo Beauzée-Luyssen demux:mkv: do look far for seekpoints if the segment has no Cues Fixes #19631 (cherry picked from commit

[vlc-commits] Update NEWS

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 16:49:03 2018 +0100| [efbc929be0f549d2b955aa187e2092d556432ae8] | committer: Hugo Beauzée-Luyssen Update NEWS >

[vlc-commits] demux:mkv: no need to reset the i_skip_until_fpos on each block read

2018-02-14 Thread Steve Lhomme
vlc/vlc-3.0 | branch: master | Steve Lhomme | Wed Feb 14 09:41:41 2018 +0100| [0d89ce8fc20e8bb42eef5274eb38ed0e039290bb] | committer: Hugo Beauzée-Luyssen demux:mkv: no need to reset the i_skip_until_fpos on each block read Once it's passed it won't be used anymore. (cherry

[vlc-commits] opengl: update for libplacebo v0.4.0 API changes

2018-02-14 Thread Niklas Haas
vlc | branch: master | Niklas Haas | Mon Feb 12 15:29:39 2018 +0100| [ed3e536fc8dbb121475b41b8977096aaf19d6ff7] | committer: Thomas Guillem opengl: update for libplacebo v0.4.0 API changes The ra_ prefix was changed to pl_ for consistency. Modified-by: Thomas Guillem

[vlc-commits] gl: rearrange includes

2018-02-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 14 15:33:10 2018 +0100| [1fe5c1e3b1be29c111e24848854d30759e278978] | committer: Thomas Guillem gl: rearrange includes Mainly to remove libplacebo include dependencies from gl converters. For now, only the generic converter need

[vlc-commits] configure: requires libplacebo v0.2.1

2018-02-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 14 14:50:05 2018 +0100| [971b31d933fff1d1e9ab4e1bad9b696b31432cc7] | committer: Thomas Guillem configure: requires libplacebo v0.2.1 v0.2.0 should not be used because of known issues, like - typo in gamut warning shader -

[vlc-commits] contrib: Mirror d3d* files on our servers

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 15:23:42 2018 +0100| [722e3136c7565921be81a22986e4729b1905e40d] | committer: Hugo Beauzée-Luyssen contrib: Mirror d3d* files on our servers Because SF tends to be down quite often >

[vlc-commits] demux:mkv: use CurrentEdition() where possible and check for NULL returns

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 14:06:04 2018 +0100| [f75afcab241d3dc2ca5860460820ff858bdb558d] | committer: Steve Lhomme demux:mkv: use CurrentEdition() where possible and check for NULL returns >

[vlc-commits] contrib: update libplacebo to 0.2.1

2018-02-14 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Feb 14 09:21:59 2018 +0100| [9d99c5a2807dfeaf7ecd6fe3a92aa28173238a91] | committer: Thomas Guillem contrib: update libplacebo to 0.2.1 Mainly to fix the lack of mix(vecN, vecN, bvecN) on GLSL 120 that broke HLG tone mapping

[vlc-commits] Update News

2018-02-14 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Feb 14 13:52:42 2018 +0100| [63bdf19f59d8d99dbb057db5c38ed700562586ad] | committer: Thomas Guillem Update News > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=63bdf19f59d8d99dbb057db5c38ed700562586ad ---

[vlc-commits] contrib: update libplacebo to 0.2.1

2018-02-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 14 09:21:59 2018 +0100| [9ce3f27cfe102ae73c6726302f866e5ad8ca80ec] | committer: Thomas Guillem contrib: update libplacebo to 0.2.1 Mainly to fix the lack of mix(vecN, vecN, bvecN) on GLSL 120 that broke HLG tone mapping on some

[vlc-commits] Update News

2018-02-14 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Feb 14 13:52:42 2018 +0100| [486f4bbb2a72fc03d0d9f611030d45919f9f1767] | committer: Thomas Guillem Update News > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=486f4bbb2a72fc03d0d9f611030d45919f9f1767 ---

[vlc-commits] contrib: update libplacebo to 0.2.1

2018-02-14 Thread Thomas Guillem
vlc/vlc-3.0 | branch: master | Thomas Guillem | Wed Feb 14 09:21:59 2018 +0100| [5f088e89ad711e184f569ecec256daaa3279dff3] | committer: Thomas Guillem contrib: update libplacebo to 0.2.1 Mainly to fix the lack of mix(vecN, vecN, bvecN) on GLSL 120 that broke HLG tone mapping

[vlc-commits] contrib: update libplacebo to 0.2.1

2018-02-14 Thread Thomas Guillem
vlc | branch: master | Thomas Guillem | Wed Feb 14 09:21:59 2018 +0100| [b282a78f4c47bf1956e506ac311bd92ddda2c6c9] | committer: Thomas Guillem contrib: update libplacebo to 0.2.1 Mainly to fix the lack of mix(vecN, vecN, bvecN) on GLSL 120 that broke HLG tone mapping on some

[vlc-commits] macosx: Fix priorities for black title bar

2018-02-14 Thread David Fuhrmann
vlc/vlc-3.0 | branch: master | David Fuhrmann | Sat Feb 10 11:53:03 2018 +0100| [d7bad8181341d99e920f84a8ceba329c84a2cb80] | committer: Felix Paul Kühne macosx: Fix priorities for black title bar This caused huge windows with overly long file names. (cherry picked

[vlc-commits] demux:mkv: add a mode to the parser so it doesn't read over it's top element

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 13:09:32 2018 +0100| [2876b031e41a200065e1cad4957fa4e5c9c3e76b] | committer: Steve Lhomme demux:mkv: add a mode to the parser so it doesn't read over it's top element It should probably become the default mode in the future,

[vlc-commits] demux:mkv: no need to reset the i_skip_until_fpos on each block read

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 09:41:41 2018 +0100| [9069683b599197804f9461deac59da85f585d913] | committer: Steve Lhomme demux:mkv: no need to reset the i_skip_until_fpos on each block read Once it's passed it won't be used anymore. >

[vlc-commits] demux:mkv: document the 2 values that influence seeking

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 10:38:03 2018 +0100| [6be2ffe9f8bd1a89b05371876853f76a89f6b887] | committer: Steve Lhomme demux:mkv: document the 2 values that influence seeking >

[vlc-commits] demux:mkv: refactor the fast/slow seeking code

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 09:59:48 2018 +0100| [99aae13400215dc9915de98ea6a1fcb168367fb8] | committer: Steve Lhomme demux:mkv: refactor the fast/slow seeking code >

[vlc-commits] demux:mkv: don't try to seek to an invalid position

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 11:33:21 2018 +0100| [621a467e11236fc321ec33a9de18eaf24c6d75ae] | committer: Steve Lhomme demux:mkv: don't try to seek to an invalid position >

[vlc-commits] demux:mkv: do not read further segments if we can't seek back

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 13:25:50 2018 +0100| [ab042aa7a8befcf9fe80b5f46fb5320bfe7a0230] | committer: Steve Lhomme demux:mkv: do not read further segments if we can't seek back >

[vlc-commits] demux:mkv: don't read the first Cluster if we can't seek back

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 13:21:02 2018 +0100| [afdf229fa903a4a3c4d0d67502c5efa1bdec237f] | committer: Steve Lhomme demux:mkv: don't read the first Cluster if we can't seek back >

[vlc-commits] demux:mkv: log the position we'll ignore blocks from

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 09:26:40 2018 +0100| [7f53a24527edc5a07b815bab7f189c0b2847f1f2] | committer: Steve Lhomme demux:mkv: log the position we'll ignore blocks from >

[vlc-commits] demux:mkv: do look far for seekpoints if the segment has no Cues

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 11:10:22 2018 +0100| [359e82a9bd80efd006922992f4a2c2bfef0069a9] | committer: Steve Lhomme demux:mkv: do look far for seekpoints if the segment has no Cues Fixes #19631 >

[vlc-commits] demux:mkv: fix the invalid value init for i_skip_until_fpos

2018-02-14 Thread Steve Lhomme
vlc | branch: master | Steve Lhomme | Wed Feb 14 09:32:41 2018 +0100| [31897aaf4bf7bf594dc52a486977097fccdee09b] | committer: Steve Lhomme demux:mkv: fix the invalid value init for i_skip_until_fpos There was mismatches between -1 and std::numeric_limits::max(). >

[vlc-commits] playlist: Fix use after free

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 12:28:17 2018 +0100| [45956905cd229a12d3b686f35acaaf9d8e947488] | committer: Hugo Beauzée-Luyssen playlist: Fix use after free Nodes shouldn't be inserted in the playlist item array. ChangeToNode is expected to

[vlc-commits] playlist: Remove trailing whitespaces

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 12:32:48 2018 +0100| [a4de4ecc2d3e3a02fd6a7990dcc7fb7b717947cf] | committer: Hugo Beauzée-Luyssen playlist: Remove trailing whitespaces (cherry picked from commit 6a8f6d723bfde0231b8a17375158e349993622ea)

[vlc-commits] playlist: Remove unneeded forward declaration

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 12:31:58 2018 +0100| [2c96b6e48e6235e93d783ce074b6c00dd8c7ac69] | committer: Hugo Beauzée-Luyssen playlist: Remove unneeded forward declaration (cherry picked from commit

[vlc-commits] playlist: Remove trailing whitespaces

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 12:32:48 2018 +0100| [6a8f6d723bfde0231b8a17375158e349993622ea] | committer: Hugo Beauzée-Luyssen playlist: Remove trailing whitespaces >

[vlc-commits] playlist: Fix use after free

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 12:28:17 2018 +0100| [70174a131ac045b33a8db417e7c626ec67cb0f53] | committer: Hugo Beauzée-Luyssen playlist: Fix use after free Nodes shouldn't be inserted in the playlist item array. ChangeToNode is expected to remove

[vlc-commits] playlist: Remove unneeded forward declaration

2018-02-14 Thread Hugo Beauzée-Luyssen
vlc | branch: master | Hugo Beauzée-Luyssen | Wed Feb 14 12:31:58 2018 +0100| [0b27022dd7a3ef8409b1322a0f1a39b2d565d986] | committer: Hugo Beauzée-Luyssen playlist: Remove unneeded forward declaration >