[FFmpeg-cvslog] libavformat/rtmpproto: Plug leak if sending bytes read report fails.

2018-01-25 Thread Josh Allmann
ffmpeg | branch: master | Josh Allmann | Tue Jan 23 16:49:16 2018 -0800| [ee88f31d34c848fd95daf12bdf054b7228efdf14] | committer: Michael Niedermayer libavformat/rtmpproto: Plug leak if sending bytes read report fails. Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ff

[FFmpeg-cvslog] Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba'

2018-01-25 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 25 22:45:45 2018 +| [8e9be8ffba03d3327ca1aaf0b1a5f3e2458ea285] | committer: Mark Thompson Merge commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba' * commit '85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba': intreadwrite: Use __unaligned in MSVC f

[FFmpeg-cvslog] intreadwrite: Use __unaligned in MSVC for ARM64 as well

2018-01-25 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö | Tue Jan 16 15:40:24 2018 +0200| [85e10c0a9321bfe0d2afe0f3983ab6a8df6e3fba] | committer: Martin Storsjö intreadwrite: Use __unaligned in MSVC for ARM64 as well This attribute is supported for this architecture in MSVC as well (but produces errors if us

[FFmpeg-cvslog] rtmp: Plug leak if sending bytes read report fails.

2018-01-25 Thread Josh Allmann
ffmpeg | branch: master | Josh Allmann | Tue Jan 23 16:47:12 2018 -0800| [a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d] | committer: Martin Storsjö rtmp: Plug leak if sending bytes read report fails. Signed-off-by: Martin Storsjö > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=a2a9e4

[FFmpeg-cvslog] Merge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d'

2018-01-25 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 25 22:48:34 2018 +| [b855b570c811d208bfadeb4e140bee90c1598e72] | committer: Mark Thompson Merge commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d' * commit 'a2a9e4eea0e4fde2ed8d3405b4f33f655b600c2d': rtmp: Plug leak if sending bytes read r

[FFmpeg-cvslog] qsv: Skip the packet if decoding failure

2018-01-25 Thread Ruiling , Song
ffmpeg | branch: master | Ruiling, Song | Wed Jan 24 10:14:51 2018 +0800| [559370f2c45110afd8308eec7194437736c323d4] | committer: Luca Barbato qsv: Skip the packet if decoding failure MediaSDK may fail to decode some frame, just skip it. Otherwise, it will keep decoding the failure packet repe

[FFmpeg-cvslog] Merge commit '559370f2c45110afd8308eec7194437736c323d4'

2018-01-25 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 25 22:50:38 2018 +| [04e4ab44d7c5eca9e1929b34d8fb966afc403e3a] | committer: Mark Thompson Merge commit '559370f2c45110afd8308eec7194437736c323d4' * commit '559370f2c45110afd8308eec7194437736c323d4': qsv: Skip the packet if decoding failur

[FFmpeg-cvslog] ffmpeg: Ignore SIGPIPE

2018-01-25 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Thu Jan 18 23:24:05 2018 +| [74cf4a75f74ee3d80d021fc50b05e38bff5940e3] | committer: Mark Thompson ffmpeg: Ignore SIGPIPE On systems which deliver SIGPIPE (Unices), a broken pipe will currently result in the immediate termination of the ffmpeg proce

[FFmpeg-cvslog] lavfi/procamp_vaapi: fix the green video issue if without arguments.

2018-01-25 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 24 09:28:24 2018 +0800| [658ac0672f46cef483e68440061da763e908b68a] | committer: Mark Thompson lavfi/procamp_vaapi: fix the green video issue if without arguments. Fix the green output issue when use procamp_vaapi without any arguments, now if use pr

[FFmpeg-cvslog] lavfi/misc_vaapi: use default value setting if without arguments.

2018-01-25 Thread Jun Zhao
ffmpeg | branch: master | Jun Zhao | Wed Jan 24 09:32:50 2018 +0800| [4e6e1e5350b73bee3122ad4044195bb14d69c229] | committer: Mark Thompson lavfi/misc_vaapi: use default value setting if without arguments. Signed-off-by: Jun Zhao Signed-off-by: Mark Thompson > http://git.videolan.org/gitweb.

[FFmpeg-cvslog] avformat/dashenc: Fix a resource leak when http persistent in enabled

2018-01-25 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Tue Jan 2 14:07:56 2018 +0530| [0df9d0f4cbcb18006f9fde0502671f9ef293e2f2] | committer: Karthick Jeyapal avformat/dashenc: Fix a resource leak when http persistent in enabled > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0df9d0f4cbcb18

[FFmpeg-cvslog] avformat/dashenc: Signal http end of chunk(http_shutdown) explicitly

2018-01-25 Thread Karthick Jeyapal
ffmpeg | branch: master | Karthick Jeyapal | Tue Jan 2 14:07:57 2018 +0530| [18e2ac032e9d7258e57ec033962fca665f2a0be5] | committer: Karthick Jeyapal avformat/dashenc: Signal http end of chunk(http_shutdown) explicitly Currently http end of chunk is signalled implicitly in dashenc_io_open(). T