[libav-commits] dsputil/pngdsp: fix signed/unsigned type in end comparison

2014-02-01 Thread Michael Niedermayer
Module: libav Branch: release/9 Commit: af9799790d7a6342027e0261b5dd87657abb7a0b Author:Michael Niedermayer Committer: Reinhard Tartler Date: Fri Aug 30 23:14:32 2013 +0200 dsputil/pngdsp: fix signed/unsigned type in end comparison Fixes out of array accesses and integer overflows. (

[libav-commits] avi: directly resync on DV in AVI read failure

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/0.8 Commit: 976a7b72a3f51c18fee573985987bdcdd445af0d Author:Luca Barbato Committer: Reinhard Tartler Date: Tue Aug 6 03:52:48 2013 +0200 avi: directly resync on DV in AVI read failure Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-st

[libav-commits] vqavideo: check chunk sizes before reading chunks

2014-02-01 Thread Michael Niedermayer
Module: libav Branch: release/0.8 Commit: d04194db45711f82e3e87fab62c9224ac03998c3 Author:Michael Niedermayer Committer: Reinhard Tartler Date: Fri Jan 25 06:11:59 2013 +0100 vqavideo: check chunk sizes before reading chunks Fixes out of array writes Found-by: Mateusz "j00ru" Jurczyk

[libav-commits] dsputil/pngdsp: fix signed/unsigned type in end comparison

2014-02-01 Thread Michael Niedermayer
Module: libav Branch: release/0.8 Commit: ef6c90e102a393c136a38c1eee42bfd26e964de5 Author:Michael Niedermayer Committer: Reinhard Tartler Date: Fri Aug 30 23:14:32 2013 +0200 dsputil/pngdsp: fix signed/unsigned type in end comparison Fixes out of array accesses and integer overflows.

[libav-commits] flashsv: Check diff_start diff_height values

2014-02-01 Thread Michael Niedermayer
Module: libav Branch: release/9 Commit: 10d48fe6d3963842319b1d8d738a318020836e72 Author:Michael Niedermayer Committer: Reinhard Tartler Date: Tue Aug 20 23:18:48 2013 +0200 flashsv: Check diff_start diff_height values Fix out of array accesses. Found-by: ami_stuff Signed-off-by: Mich

[libav-commits] flashsv: Check diff_start diff_height values

2014-02-01 Thread Michael Niedermayer
Module: libav Branch: release/0.8 Commit: cb5d0ea0bec119ecbe327bd7d3834987ab42ec1a Author:Michael Niedermayer Committer: Reinhard Tartler Date: Tue Aug 20 23:18:48 2013 +0200 flashsv: Check diff_start diff_height values Fix out of array accesses. Found-by: ami_stuff Signed-off-by: Mi

[libav-commits] avutil: use align == 0 for default alignment in audio sample buffer functions

2014-02-01 Thread Justin Ruggles
Module: libav Branch: release/0.8 Commit: b68e5b119588cb1e01f8d16986f2a23db825d8b2 Author:Justin Ruggles Committer: Reinhard Tartler Date: Tue Mar 27 21:31:14 2012 -0400 avutil: use align == 0 for default alignment in audio sample buffer functions Fixes: http://pad.lv/1264886, http://

[libav-commits] hevc: Reject impossible slice segment

2014-02-01 Thread Luca Barbato
Module: libav Branch: master Commit: 816e5b997028c8215c804b1e58b2388592ed612b Author:Luca Barbato Committer: Luca Barbato Date: Sat Jan 11 11:32:07 2014 +0100 hevc: Reject impossible slice segment A dependent slice cannot have address 0. Prevent an out of array bound load in ff_hevc_c

[libav-commits] mxf: Handle negative edit_rate

2014-02-01 Thread Luca Barbato
Module: libav Branch: master Commit: 7d56f2fffc14ad02001ee0689bee76a759da9ede Author:Luca Barbato Committer: Luca Barbato Date: Wed Jan 8 01:20:00 2014 +0100 mxf: Handle negative edit_rate Default to 1/25. --- libavformat/mxfdec.c |9 + 1 file changed, 9 insertions(+)

[libav-commits] hevc: Consider first quantization group any reference to 0, 0

2014-02-01 Thread Luca Barbato
Module: libav Branch: master Commit: 09e2203b8ba6943d5c0fe6d73b65b145c3fdf98e Author:Luca Barbato Committer: Luca Barbato Date: Sat Jan 11 04:22:50 2014 +0100 hevc: Consider first quantization group any reference to 0, 0 According to my understanding of T-REC-H.265-2013044 chapter 8.6

[libav-commits] mxf: Read field dominance flag

2014-02-01 Thread Matthieu Bouron
Module: libav Branch: master Commit: c716624853339ea4b1086a3957b334829370204c Author:Matthieu Bouron Committer: Luca Barbato Date: Sat Feb 16 13:52:29 2013 +0100 mxf: Read field dominance flag And export the information in field_order. Signed-off-by: Luca Barbato --- libavformat/

[libav-commits] segafilm: fix leaks if reading the header fails

2014-02-01 Thread Anton Khirnov
Module: libav Branch: release/9 Commit: f728782c0d30433efa11f1238a16aed994e9b563 Author:Anton Khirnov Committer: Reinhard Tartler Date: Thu Nov 28 10:54:35 2013 +0100 segafilm: fix leaks if reading the header fails Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-sta...

[libav-commits] vmnc: Check the cursor dimensions

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 4b24eb1a03f2076f177a1f37521175dab7039320 Author:Luca Barbato Committer: Sean McGovern Date: Wed Oct 9 05:51:20 2013 +0200 vmnc: Check the cursor dimensions And manage the reallocation failure path. Reported-by: Mateusz "j00ru" Jurczyk and Gynv

[libav-commits] vmnc: K&R formatting cosmetics

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: f1476459b7013d306eb911573f1dc81e74ccd082 Author:Luca Barbato Committer: Sean McGovern Date: Wed Oct 9 12:58:42 2013 +0200 vmnc: K&R formatting cosmetics Signed-off-by: Diego Biurrun --- libavcodec/vmnc.c | 352 +

[libav-commits] cavs: Check for negative cbp

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: c85e5f13f6ac9c4c90125e7671d89009e57f9df9 Author:Luca Barbato Committer: Sean McGovern Date: Sun Oct 13 03:30:06 2013 +0200 cavs: Check for negative cbp Sample-Id: 0647-google Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: liba

[libav-commits] vmnc: Port to bytestream2

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 9f9e773881cf8a799e9021157edc18027c05b358 Author:Luca Barbato Committer: Sean McGovern Date: Wed Oct 9 05:13:59 2013 +0200 vmnc: Port to bytestream2 Fix some buffer overreads. Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-

[libav-commits] mov: Free intermediate arrays in the normal cleanup function

2014-02-01 Thread Martin Storsjö
Module: libav Branch: release/9 Commit: 44079902c49e526f464bb4eb855665e1af867e91 Author:Martin Storsjö Committer: Reinhard Tartler Date: Mon Jan 13 14:43:23 2014 +0200 mov: Free intermediate arrays in the normal cleanup function These arrays are normally freed at the end of mov_read_t

[libav-commits] mov: Free an earlier allocated array if allocating a new one

2014-02-01 Thread Martin Storsjö
Module: libav Branch: release/9 Commit: a1b4d42d31ba700c97d4388153a2a553d71ca0ba Author:Martin Storsjö Committer: Reinhard Tartler Date: Mon Jan 13 14:46:07 2014 +0200 mov: Free an earlier allocated array if allocating a new one It could probably also be considered an error if the poi

[libav-commits] oggparseogm: check timing variables

2014-02-01 Thread Anton Khirnov
Module: libav Branch: release/9 Commit: bf7c240a50f8ed99a42e08bb7a8a70262cce34ad Author:Anton Khirnov Committer: Reinhard Tartler Date: Thu Nov 28 10:54:35 2013 +0100 oggparseogm: check timing variables Fixes a potential divide by zero. Found-by: Mateusz "j00ru" Jurczyk and Gynvael C

[libav-commits] h264_cavlc: check the size of the intra PCM data.

2014-02-01 Thread Anton Khirnov
Module: libav Branch: release/9 Commit: b5275ca1a805436ca12540c34dd5ed1671877434 Author:Anton Khirnov Committer: Sean McGovern Date: Fri Nov 15 09:42:26 2013 +0100 h264_cavlc: check the size of the intra PCM data. Fixes invalid reads. Found-by: Mateusz "j00ru" Jurczyk and Gynvael Cold

[libav-commits] cavsdec: check ff_get_buffer() return value

2014-02-01 Thread Anton Khirnov
Module: libav Branch: release/9 Commit: 969028870c6f5a2ed953bfca8cb68c24ffd9c824 Author:Anton Khirnov Committer: Sean McGovern Date: Thu Nov 28 10:54:35 2013 +0100 cavsdec: check ff_get_buffer() return value Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-sta...@libav.

[libav-commits] mathematics: remove asserts from av_rescale_rnd()

2014-02-01 Thread Anton Khirnov
Module: libav Branch: release/9 Commit: 03bfd8419fbaf9c72b293457437bd508dea64736 Author:Anton Khirnov Committer: Reinhard Tartler Date: Thu Dec 12 07:34:13 2013 +0100 mathematics: remove asserts from av_rescale_rnd() It is a public function, it must not assert on its parameters. (che

[libav-commits] h264: check that an IDR NAL only contains I slices

2014-02-01 Thread Anton Khirnov
Module: libav Branch: release/9 Commit: 62ed6da016b789eee00e0fff517df4a254e12e5d Author:Anton Khirnov Committer: Reinhard Tartler Date: Thu Nov 28 10:54:35 2013 +0100 h264: check that an IDR NAL only contains I slices Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC:libav-sta

[libav-commits] h263: Check init_get_bits return value

2014-02-01 Thread Michael Niedermayer
Module: libav Branch: release/9 Commit: d9c82cea11cef662fda21fccbe1a1f62c1689952 Author:Michael Niedermayer Committer: Sean McGovern Date: Sat Oct 26 19:02:34 2013 +0200 h263: Check init_get_bits return value And use init_get_bits8 to check for integer overflows while at it. CC: liba

[libav-commits] vc1: Always reset numref when parsing a new frame header.

2014-02-01 Thread Michael Niedermayer
Module: libav Branch: release/9 Commit: 3cc8d9bc1ffc6c0888960fb009f12fa3047bb663 Author:Michael Niedermayer Committer: Reinhard Tartler Date: Sun Jan 19 15:28:25 2014 + vc1: Always reset numref when parsing a new frame header. Fixes an issue where the B-frame coding mode switches

[libav-commits] h264: reset num_reorder_frames if it is invalid

2014-02-01 Thread Anton Khirnov
Module: libav Branch: release/9 Commit: 299c5dcfb0cd3debdf07943edfb46f4aeb02ca91 Author:Anton Khirnov Committer: Reinhard Tartler Date: Thu Nov 28 10:54:35 2013 +0100 h264: reset num_reorder_frames if it is invalid An invalid VUI is not considered a fatal error, so the SPS containing

[libav-commits] avi: DV in AVI must be considered single stream

2014-02-01 Thread Luca Barbato
Module: libav Branch: release/9 Commit: 3485a07977f17b8d4709fb327be4fc29031032b7 Author:Luca Barbato Committer: Sean McGovern Date: Tue Aug 6 03:38:12 2013 +0200 avi: DV in AVI must be considered single stream Reported-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind CC: libav-sta...