<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
<style>
div.markdown { white-space: normal; }
body { font-family: sans-serif; }
h1 { font-size: 1.4em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
blockquote { margin: 0 0 5px; padding-left: 5px; border-left: 2px solid #777777; color: #777777; }
blockquote blockquote { border-left-color: #999999; color: #999999; }
blockquote blockquote blockquote { border-left-color: #BBBBBB; color: #BBBBBB; }
a { color: #3983C4 }
blockquote a { color: #777777; }
blockquote blockquote a { color: #999999; }
blockquote blockquote blockquote a { color: #BBBBBB; }
math[display="inline"] > mrow { padding:5px; }
div.footnotes li p { margin: 0.2em 0; }
</style>
</head>
<body>
<div class="markdown">
<blockquote>
<p dir="auto">vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Wed Oct  5 10:37:58 2016 +0200| [9e68c913a1a97235fae24fa00177daa7f811e18c] | committer: Francois Cartegnie</p>

<p dir="auto">packetizer: h264: simplify h264_AnnexB_get_spspps</p>

<h2><a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e68c913a1a97235fae24fa00177daa7f811e18c">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9e68c913a1a97235fae24fa00177daa7f811e18c</a></h2>

<p dir="auto">modules/codec/omxil/mediacodec.c |  31 +++++----<br>
modules/codec/videotoolbox.m     |  24 +++----<br>
modules/mux/mp4/libmp4mux.c      |   8 +--<br>
modules/packetizer/h264_nal.c    | 139 ++++++++++++++-------------------------<br>
modules/packetizer/h264_nal.h    |  18 +++--<br>
5 files changed, 92 insertions(+), 128 deletions(-)</p>

<p dir="auto">Diff:   <a href="http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=9e68c913a1a97235fae24fa00177daa7f811e18c">http://git.videolan.org/gitweb.cgi/vlc.git/?a=commitdiff;h=9e68c913a1a97235fae24fa00177daa7f811e18c</a></p>
</blockquote>

<p dir="auto">This commit causes problems with the macOS vout, most of the time the image is just green and only<br>
some squares of the video are displayed. Screenshot: <a href="https://i.imgur.com/KWx0DgG.png">https://i.imgur.com/KWx0DgG.png</a></p>

<p dir="auto">From time to time it even causes a crash: <a href="https://gist.github.com/ePirat/7331fe0d73b61e21178661915bcb3a98">https://gist.github.com/ePirat/7331fe0d73b61e21178661915bcb3a98</a></p>
</div>

</body>
</html>