[libav-commits] xcbgrab: XCB-based screen capture

2014-10-27 Thread Luca Barbato
Module: libav Branch: master Commit: a6674d2e7771dbf7a4a5556f5e126be83cadac96 Author:Luca Barbato Committer: Luca Barbato Date: Sun Aug 24 14:18:22 2014 +0200 xcbgrab: XCB-based screen capture Matches the x11grab screen capture by features. --- Changelog|1 + co

[libav-commits] matroskaenc: write correct Display{Width, Height} in stereo encoding

2014-10-27 Thread Vittorio Giovara
Module: libav Branch: master Commit: 090c67d586e3916f9acc49e010b6389d07f97153 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Wed Oct 22 14:36:32 2014 +0100 matroskaenc: write correct Display{Width, Height} in stereo encoding should be the raw amount of pixels (for example 3

[libav-commits] mxfdec: reduce loop bound in mxf_read_pixel_layout()

2014-10-27 Thread Tomas Härdin
Module: libav Branch: master Commit: 11467ecf519788f2e2f49c63a17eb600e618489e Author:Tomas Härdin Committer: Vittorio Giovara Date: Mon Oct 27 13:59:48 2014 +0100 mxfdec: reduce loop bound in mxf_read_pixel_layout() Makes coverity less confused and code more readable. Bug-Id: CID 732

[libav-commits] bethsoftvid: check return value and clean memory

2014-10-27 Thread Vittorio Giovara
Module: libav Branch: master Commit: e6c66f1e4ea19a3aa6ed999c5cb92e1b682c7600 Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 13:15:34 2014 +0100 bethsoftvid: check return value and clean memory CC: libav-sta...@libav.org Bug-Id: CID 733777 --- libavformat/beth

[libav-commits] filmstripdec: avoid integer overflow

2014-10-27 Thread Vittorio Giovara
Module: libav Branch: master Commit: b46b233baffc2076a1a17a264ba9553ae0d4878f Author:Vittorio Giovara Committer: Vittorio Giovara Date: Fri Oct 24 13:15:39 2014 +0100 filmstripdec: avoid integer overflow CC: libav-sta...@libav.org Bug-Id: CID 732246 --- libavformat/filmstripdec.c |