[libav-commits] matroskadec: make sure not to leave EbmlBin in an inconsistent state

2017-01-04 Thread Anton Khirnov
Module: libav Branch: release/11 Commit: 80bd3e5cde1f31cd0e1c2ed702a67b0661b2ae21 Author:Anton Khirnov Committer: Sean McGovern Date: Wed Dec 28 13:15:14 2016 +0100 matroskadec: make sure not to leave EbmlBin in an inconsistent state If a read fails, the current code will free the dat

[libav-commits] matroskadec: make sure not to leave EbmlBin in an inconsistent state

2017-01-04 Thread Anton Khirnov
Module: libav Branch: release/12 Commit: dcf984bf52ab329fcaec62595ea26764b18443fa Author:Anton Khirnov Committer: Sean McGovern Date: Wed Dec 28 13:15:14 2016 +0100 matroskadec: make sure not to leave EbmlBin in an inconsistent state If a read fails, the current code will free the dat

[libav-commits] matroskadec: make sure not to leave EbmlBin in an inconsistent state

2017-01-04 Thread Anton Khirnov
Module: libav Branch: master Commit: 9026ec8aaf5fa19cb4fb266c16f608af0d863b2b Author:Anton Khirnov Committer: Sean McGovern Date: Wed Dec 28 13:15:14 2016 +0100 matroskadec: make sure not to leave EbmlBin in an inconsistent state If a read fails, the current code will free the data bu

[libav-commits] vaapi_h264: Fix POC on IDR frames

2017-01-04 Thread Jun Zhao
Module: libav Branch: master Commit: 9b1db2d33883c6ff3f8c7b2453146501ba14ca20 Author:Jun Zhao Committer: Mark Thompson Date: Fri Nov 11 14:53:49 2016 +0800 vaapi_h264: Fix POC on IDR frames In H.264 section 8.2.1, we have that "The bitstream shall not contain data that result in Min(T

[libav-commits] vaapi_h265: Fix build failure with old libva without 10-bit surfaces

2017-01-04 Thread Mark Thompson
Module: libav Branch: master Commit: d08e02d929ff8be5f56bb1da0e439bf1ae557552 Author:Mark Thompson Committer: Mark Thompson Date: Sat Dec 10 15:57:01 2016 + vaapi_h265: Fix build failure with old libva without 10-bit surfaces 10-bit surface support was added in libva 1.6.2, earlie