[libav-commits] cbs_h264: Fix writing streams with auxiliary pictures

2017-09-25 Thread Mark Thompson
Module: libav Branch: master Commit: 9ed18f302b09e444f5b1be01979cce62c4b2c04a Author:Mark Thompson Committer: Mark Thompson Date: Sat Sep 23 16:46:11 2017 +0100 cbs_h264: Fix writing streams with auxiliary pictures Tested with the alphaconformanceG sample. --- libavcodec/cbs_h2645.

[libav-commits] smacker: return meaningful error codes on failure

2017-09-25 Thread Sean McGovern
Module: libav Branch: master Commit: 9e361022782514d4d4ce97b9c9d5a7863a2de519 Author:Sean McGovern Committer: Sean McGovern Date: Sun Sep 24 12:57:54 2017 +0200 smacker: return meaningful error codes on failure --- libavformat/smacker.c | 10 +- 1 file changed, 5 insertions(

[libav-commits] smacker: fix integer overflow with pts_inc

2017-09-25 Thread Michael Niedermayer
Module: libav Branch: master Commit: ec683ed527cef9aad208d1daeb10d0e7fb63e75e Author:Michael Niedermayer Committer: Sean McGovern Date: Sun Sep 24 12:58:42 2017 +0200 smacker: fix integer overflow with pts_inc Bug-Id: 1073 Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed