[libav-commits] imc: add required padding for GetBitContext buffer

2015-06-09 Thread Janne Grunau
Module: libav Branch: master Commit: 210921722bf828b3b895ebcbc34374e6c4452c6f Author:Janne Grunau Committer: Janne Grunau Date: Mon Jun 8 14:48:54 2015 +0200 imc: add required padding for GetBitContext buffer Fixes stack buffer overflow errors detected by address sanitizer in fate-im

[libav-commits] mpjpegdec: don' t try to alloc an AVIOContext when probe is guaranteed to fail

2015-06-09 Thread James Almer
Module: libav Branch: master Commit: b380337020e271c5431aa8ef8f8e9dfda5e919b2 Author:James Almer Committer: Janne Grunau Date: Mon Jun 8 17:19:25 2015 -0300 mpjpegdec: don't try to alloc an AVIOContext when probe is guaranteed to fail The first check is done without the AVIOContext,

[libav-commits] aac_parser: add required padding for GetBitContext buffer

2015-06-09 Thread Janne Grunau
Module: libav Branch: master Commit: fb1473080223a634b8ac2cca48a632d037a0a69d Author:Janne Grunau Committer: Janne Grunau Date: Mon Jun 8 14:45:12 2015 +0200 aac_parser: add required padding for GetBitContext buffer Fixes stack buffer overflow errors detected by address sanitizer in

[libav-commits] ac3_parser: add required padding for GetBitContext buffer

2015-06-09 Thread Janne Grunau
Module: libav Branch: master Commit: 09447f2b0fafac6d9565aab82a4c5f16fc99ee5e Author:Janne Grunau Committer: Janne Grunau Date: Mon Jun 8 14:48:26 2015 +0200 ac3_parser: add required padding for GetBitContext buffer Fixes stack buffer overflow errors detected by address sanitizer in

[libav-commits] mkv: Correctly report the latest packet had been flushed

2015-06-09 Thread Luca Barbato
Module: libav Branch: master Commit: b14086ca38efa1a86cb0f0c6aa147b05f698877b Author:Luca Barbato Committer: Luca Barbato Date: Tue Jun 9 10:47:11 2015 +0200 mkv: Correctly report the latest packet had been flushed Bug-Id: 865 CC: libav-sta...@libav.org --- libavformat/matroskaenc