[libav-commits] lavc: make sure not to return EAGAIN from codecs

2017-02-25 Thread Anton Khirnov
Module: libav Branch: release/12 Commit: 92e0ead60cc920493a04dcf466f0e94f777f05ed Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Feb 14 20:51:06 2017 +0100 lavc: make sure not to return EAGAIN from codecs This error is treated specially by the API. CC: libav-sta...@libav.org

[libav-commits] h264dec: fix dropped initial SEI recovery point

2017-02-25 Thread John Stebbins
Module: libav Branch: release/12 Commit: 0cc75c845aa9568e7b310e3e58f2d2e476e78d9c Author:John Stebbins Committer: Anton Khirnov Date: Thu Feb 23 14:22:56 2017 -0700 h264dec: fix dropped initial SEI recovery point (cherry picked from commit 248dc5c1646dcdd96fe79761105c4ae889e711fd) Sig

[libav-commits] asfdec: fix reading files larger than 2GB

2017-02-25 Thread John Stebbins
Module: libav Branch: release/12 Commit: ff1a1bbe275e811881281a1a6531d414732e0453 Author:John Stebbins Committer: Anton Khirnov Date: Thu Feb 23 16:47:58 2017 -0700 asfdec: fix reading files larger than 2GB avio_skip returns file position and overflows int (cherry picked from commit

[libav-commits] apetag: fix flag value to signal footer presence

2017-02-25 Thread James Almer
Module: libav Branch: release/12 Commit: 0bd593fe55589366d1f3fa575df34e5996693021 Author:James Almer Committer: Anton Khirnov Date: Fri Feb 10 20:24:26 2017 -0300 apetag: fix flag value to signal footer presence According to the spec[1], a value of 0 means the footer is present and a

[libav-commits] apetag: account for header size if present when returning the start position

2017-02-25 Thread James Almer
Module: libav Branch: release/12 Commit: 00be23405733a010ce72e3fb53137b2a02113d98 Author:James Almer Committer: Anton Khirnov Date: Fri Feb 10 20:24:27 2017 -0300 apetag: account for header size if present when returning the start position The size field in the header/footer accounts

[libav-commits] rtmppkt: Check for packet size mismatches

2017-02-25 Thread Michael Niedermayer
Module: libav Branch: release/12 Commit: a1d1bc1ba37e6d58b58982a94a1cdf7b6819d8a7 Author:Michael Niedermayer Committer: Anton Khirnov Date: Mon Dec 5 11:14:51 2016 +0100 rtmppkt: Check for packet size mismatches When receiving fragmented packets, the first packet declares the size, a

[libav-commits] apetag: account for header size if present when returning the start position

2017-02-25 Thread James Almer
Module: libav Branch: master Commit: 4cc0227040adb9efc63be6a5765e3214f5c6f662 Author:James Almer Committer: Anton Khirnov Date: Fri Feb 10 20:24:27 2017 -0300 apetag: account for header size if present when returning the start position The size field in the header/footer accounts for

[libav-commits] apetag: fix flag value to signal footer presence

2017-02-25 Thread James Almer
Module: libav Branch: master Commit: 3f258f5ee05c9da05f61447b802ae3e39629f44b Author:James Almer Committer: Anton Khirnov Date: Fri Feb 10 20:24:26 2017 -0300 apetag: fix flag value to signal footer presence According to the spec[1], a value of 0 means the footer is present and a valu

[libav-commits] lavc: make sure not to return EAGAIN from codecs

2017-02-25 Thread Anton Khirnov
Module: libav Branch: master Commit: 984736dd9e5b50987a5910e22495304e4a6d975c Author:Anton Khirnov Committer: Anton Khirnov Date: Tue Feb 14 20:51:06 2017 +0100 lavc: make sure not to return EAGAIN from codecs This error is treated specially by the API. CC: libav-sta...@libav.org --

[libav-commits] svq3: fix the slice size check

2017-02-25 Thread Anton Khirnov
Module: libav Branch: master Commit: b2788fe9347c02b1355574f3d28d60bfe1250ea7 Author:Anton Khirnov Committer: Anton Khirnov Date: Wed Feb 1 11:50:38 2017 +0100 svq3: fix the slice size check Currently it incorrectly compares bits with bytes. Also, move the check right before where i