[FFmpeg-cvslog] avcodec/vc1: Fix undefined shifts

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Mar 15 02:57:24 2015 +0100| [3b63819dfbeefe8656c816e2dcdba548ff6dfb35] | committer: Michael Niedermayer avcodec/vc1: Fix undefined shifts Found-by: Clang -fsanitize=shift Reported-by: Thierry Foucu tfo...@google.com

[FFmpeg-cvslog] avformat/mov: Check for string truncation in mov_open_dref()

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Sat Mar 14 21:24:54 2015 +0100| [bf0d2ee92c33d802907e829f99c26a46578ed679] | committer: Michael Niedermayer avformat/mov: Check for string truncation in mov_open_dref() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/mov: Use sizeof(filename) instead of a literal number

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Sat Mar 14 21:23:32 2015 +0100| [53239e50ed366f9c12ef7531e63c5c0693fed328] | committer: Michael Niedermayer avformat/mov: Use sizeof(filename) instead of a literal number Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 14:26:16 2015 +0100| [3814f92fd77f8f09fa6f88333b8d06512b6ced82] | committer: Michael Niedermayer lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED The later may yield incorrect code for on-stack variables.

[FFmpeg-cvslog] avformat/mov: Check for string truncation in mov_open_dref()

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Mar 14 21:24:54 2015 +0100| [8003816e1619e77d8de051883264aa090e0d78cc] | committer: Michael Niedermayer avformat/mov: Check for string truncation in mov_open_dref() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/mov: Use sizeof(filename) instead of a literal number

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer michae...@gmx.at | Sat Mar 14 21:23:32 2015 +0100| [350054e8e216e7f2370e0215a0222020703e8062] | committer: Michael Niedermayer avformat/mov: Use sizeof(filename) instead of a literal number Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/mov: Check for string truncation in mov_open_dref()

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer michae...@gmx.at | Sat Mar 14 21:24:54 2015 +0100| [37469af29454a78227326bf64608b86cb6cd678b] | committer: Michael Niedermayer avformat/mov: Check for string truncation in mov_open_dref() Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Mar 13 22:28:42 2015 +0100| [480e18e6ff93aed8442084cfb62192c0cb6d0d6e] | committer: Michael Niedermayer ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext The AC3DecodeContext has a

[FFmpeg-cvslog] ac3_fixed: fix computation of spx_noise_blend

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.6 | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 11:48:58 2015 +| [7edd380668457782e06093320c41c4f060635861] | committer: Michael Niedermayer ac3_fixed: fix computation of spx_noise_blend It was set to 1 instead of sqrt(3) Signed-off-by: Michael

[FFmpeg-cvslog] ac3_fixed: fix out-of-bound read

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.6 | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 11:48:57 2015 +| [26bed98d64705348fdc684c2d62c305045dedaec] | committer: Michael Niedermayer ac3_fixed: fix out-of-bound read Should also improve decoding, but actually doesn't... Signed-off-by:

[FFmpeg-cvslog] eac3dec: fix scaling

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.6 | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 11:48:59 2015 +| [7ff46a20d5cc2d746d7396cc80120cb77e5fd90e] | committer: Michael Niedermayer eac3dec: fix scaling This is the remaining error, the output on the SPX samples, respectively

[FFmpeg-cvslog] x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 14:30:18 2015 +0100| [238db7cc56be4c4e71ff98758b7b8ef077ebd4ca] | committer: Michael Niedermayer x86: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED The later may yield incorrect code for on-stack

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. b43f819 web/download: add FFmpeg 2.2.14

2015-03-14 Thread gitolite
The branch, master has been updated via b43f8194bec1601a301ab8fd3569008da0984bd6 (commit) from f64e64c7a9614a8c5c19effad0f2fb31c4e7e67b (commit) - Log - commit b43f8194bec1601a301ab8fd3569008da0984bd6 Author:

[FFmpeg-cvslog] Revert ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sun Mar 15 02:02:21 2015 +0100| [b8535b273fcbf83c8aeffa3d6cae54882eaed364] | committer: Michael Niedermayer Revert ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED This broke build, note, LOCAL_ALIGNED_16() does not work

[FFmpeg-cvslog] Tag n2.2.14 : FFmpeg 2.2.14 release

2015-03-14 Thread git
[ffmpeg] [branch: refs/tags/n2.2.14] Tag:5e7de8482bc67aba1c4e47c820c7e8092f016e72 http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=5e7de8482bc67aba1c4e47c820c7e8092f016e72 Tagger: Michael Niedermayer michae...@gmx.at Date: Sun Mar 15 03:43:52 2015 +0100 FFmpeg 2.2.14 release

[FFmpeg-cvslog] avcodec/zmbv: Check len before reading in decode_frame()

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Wed Feb 25 12:29:10 2015 +0100| [c803985132042edfa2b2c11223e1ac39d38a66db] | committer: Michael Niedermayer avcodec/zmbv: Check len before reading in decode_frame() Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/snowdec: Fix ref value check

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Tue Feb 24 03:12:22 2015 +0100| [c4d250abcaf72f57c2937043dc6bdb502bfb9c69] | committer: Michael Niedermayer avcodec/snowdec: Fix ref value check Fixes integer overflow and out of array read. Fixes:

[FFmpeg-cvslog] avcodec/h264: Only reinit quant tables if a new PPS is allowed

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Tue Feb 24 20:49:07 2015 +0100| [ec7c1cd73319bbe75924f77363e710217f0878da] | committer: Michael Niedermayer avcodec/h264: Only reinit quant tables if a new PPS is allowed Fixes null pointer dereference Fixes:

[FFmpeg-cvslog] avcodec/a64multienc: don't set incorrect packet size

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Mon Feb 23 01:21:30 2015 +0100| [5c4dc00c3a6d8403a881fc810dc38ae861a1eef4] | committer: Michael Niedermayer avcodec/a64multienc: don't set incorrect packet size This fixes invalid reads of the packet buffer in av_dup_packet

[FFmpeg-cvslog] avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Thu Feb 19 16:25:29 2015 +0100| [1a396d1ee0d6114af4397c6335877fb28f897d37] | committer: Michael Niedermayer avcodec/x86/mlpdsp_init: Simplify mlp_filter_channel_x86() Based on patch by Francisco Blas Izquierdo Riera Commit

[FFmpeg-cvslog] avformat/vqf: Use 64bit for ret to avoid overflow

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Fri Feb 20 21:00:57 2015 +0100| [c5c39132b4a3ef7f72dda8ea3d389eb3ba04860b] | committer: Michael Niedermayer avformat/vqf: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked

[FFmpeg-cvslog] avcodec/a64multienc: use av_frame_ref instead of copying the frame

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun Feb 22 20:43:30 2015 +0100| [baa1738f99187fc2c6ce16e5e79d45d1eb555d63] | committer: Michael Niedermayer avcodec/a64multienc: use av_frame_ref instead of copying the frame This fixes freeing the frame buffer

[FFmpeg-cvslog] avcodec/a64multienc: fix use of uninitialized values in to_meta_with_crop

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun Feb 22 20:48:38 2015 +0100| [e29761b1c850513b19f435cf59903ee63991a30c] | committer: Michael Niedermayer avcodec/a64multienc: fix use of uninitialized values in to_meta_with_crop Averaging over 2 pixels

[FFmpeg-cvslog] mips/acelp_filters: fix incorrect register constraint

2015-03-14 Thread James Cowgill
ffmpeg | branch: release/2.2 | James Cowgill james...@cowgill.org.uk | Thu Feb 26 13:42:52 2015 +| [b9d09fb8c9998a533289c2fd9db8792570c9ff8f] | committer: Michael Niedermayer mips/acelp_filters: fix incorrect register constraint Change register constraint on the v variable from = to +.

[FFmpeg-cvslog] swscale/utils: clear formatConvBuffer on allocation

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Fri Feb 27 03:12:23 2015 +0100| [e32e1e3a4fe084d76104285baa58ebb34868d912] | committer: Michael Niedermayer swscale/utils: clear formatConvBuffer on allocation Fixes use of uninitialized memory Fixes:

[FFmpeg-cvslog] Fix buffer_size argument to init_put_bits() in multiple encoders.

2015-03-14 Thread Dyami Caliri
ffmpeg | branch: release/2.2 | Dyami Caliri dy...@dragonframe.com | Thu Feb 26 10:17:01 2015 -0800| [265ad094a8cbf071f24a32370a7ed3e2e7539e5a] | committer: Michael Niedermayer Fix buffer_size argument to init_put_bits() in multiple encoders. Several encoders were multiplying the buffer size by

[FFmpeg-cvslog] avcodec/utils: Align YUV411 by as much as the other YUV variants

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Sat Mar 7 14:30:34 2015 +0100| [2e5579bbb4f84fbaecfba57166506801603303e2] | committer: Michael Niedermayer avcodec/utils: Align YUV411 by as much as the other YUV variants Fixes out of array accesses Fixes:

[FFmpeg-cvslog] ffmdec: fix infinite loop at EOF

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun Mar 8 23:31:48 2015 +0100| [88cc4a405a4602edf49832cccb6a4c7ffd266b2d] | committer: Michael Niedermayer ffmdec: fix infinite loop at EOF If EOF is reached, while skipping bytes, avio_tell(pb) won't change

[FFmpeg-cvslog] avformat/adxdec: check avctx-channels for invalid values

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Wed Feb 25 22:55:44 2015 +0100| [3193f4d3f2a6ad982d4fdbb4dc226ea8d81572b7] | committer: Michael Niedermayer avformat/adxdec: check avctx-channels for invalid values This avoids a null pointer dereference of

[FFmpeg-cvslog] vp9: ignore reference segmentation map if error_resilience flag is set.

2015-03-14 Thread Ronald S. Bultje
ffmpeg | branch: release/2.2 | Ronald S. Bultje rsbul...@gmail.com | Tue Aug 12 18:11:05 2014 -0400| [77e8bd8ce62a968b5ba318635f94de3dd8cce7eb] | committer: Michael Niedermayer vp9: ignore reference segmentation map if error_resilience flag is set. Fixes ffvp9_fails_where_libvpx.succeeds.webm

[FFmpeg-cvslog] swscale/utils: More carefully merge and clear coefficients outside the input

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Tue Feb 24 00:32:39 2015 +0100| [d125abfa748797e80fa6458e86260f5ddb1ef2cc] | committer: Michael Niedermayer swscale/utils: More carefully merge and clear coefficients outside the input Fixes out of array read Fixes:

[FFmpeg-cvslog] avcodec/hevc_ps: Sanity checks for some log2_* values

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Wed Feb 25 15:51:28 2015 +0100| [a3cd26aa33eda9f333f4024bab48717c38c78a90] | committer: Michael Niedermayer avcodec/hevc_ps: Sanity checks for some log2_* values log2 values which imply numeric overflow are not supported

[FFmpeg-cvslog] vp9: fix segmentation map retention with threading enabled.

2015-03-14 Thread Ronald S. Bultje
ffmpeg | branch: release/2.2 | Ronald S. Bultje rsbul...@gmail.com | Fri Mar 6 21:07:54 2015 -0500| [2cde388aeabcbeb69fd899c4171729ddd824be7f] | committer: Michael Niedermayer vp9: fix segmentation map retention with threading enabled. Fixes ticket 4359. Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/tiff: move bpp check to after end:

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Sun Mar 8 23:27:43 2015 +0100| [d8a8b3948c2996d97958284cb780ead19165da96] | committer: Michael Niedermayer avcodec/tiff: move bpp check to after end: This ensures that all current and future code-pathes get bpp checked

[FFmpeg-cvslog] avformat/flvenc: check that the codec_tag fits in the available bits

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sat Feb 28 20:58:31 2015 +0100| [97fb0b2109312bdbe3075d2d5c8c73d1c1750729] | committer: Michael Niedermayer avformat/flvenc: check that the codec_tag fits in the available bits flags is later written with

[FFmpeg-cvslog] fix VP9 packet decoder returning 0 instead of the used data size

2015-03-14 Thread Steve Lhomme
ffmpeg | branch: release/2.2 | Steve Lhomme rob...@videolabs.io | Tue Mar 3 12:06:40 2015 +0100| [7ed19bd337ead0c9bf125432d5fa56ca8415d8be] | committer: Michael Niedermayer fix VP9 packet decoder returning 0 instead of the used data size See

[FFmpeg-cvslog] avformat/bit: only accept the g729 codec and 1 channel

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Thu Feb 26 21:42:02 2015 +0100| [4e11780b85f8454de90cd3f7acf828a8e470fd7f] | committer: Michael Niedermayer avformat/bit: only accept the g729 codec and 1 channel Other codecs/channel numbers are not supported

[FFmpeg-cvslog] doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds

2015-03-14 Thread Stefano Sabatini
ffmpeg | branch: release/2.2 | Stefano Sabatini stefa...@gmail.com | Thu Mar 5 12:05:17 2015 +0100| [6155d5d98b1b4fe76c8b1d072c39969068b9ed66] | committer: Michael Niedermayer doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds s-listen_timeout is

[FFmpeg-cvslog] aic: Fix decoding files with odd dimensions

2015-03-14 Thread Vittorio Giovara
ffmpeg | branch: release/2.2 | Vittorio Giovara vittorio.giov...@gmail.com | Fri Feb 27 19:00:25 2015 +| [5537faaf19d36a4e89b10d832c0dc2aca6171629] | committer: Michael Niedermayer aic: Fix decoding files with odd dimensions Normally the aic decoder finds the proper slice combination

[FFmpeg-cvslog] avcodec/options_table: remove extradata_size from the AVOptions table

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Mon Mar 9 03:42:00 2015 +0100| [313492c0bd6999c18d98913a0da876f762ea3bff] | committer: Michael Niedermayer avcodec/options_table: remove extradata_size from the AVOptions table allowing access to the size but not the

[FFmpeg-cvslog] Update for FFmpeg 2.2.14

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer michae...@gmx.at | Sat Mar 14 14:41:10 2015 +0100| [0746f5035e7ba5573add8bcf8c51e3307cf913f0] | committer: Michael Niedermayer Update for FFmpeg 2.2.14 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] ac3dec: cosmetics

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 11:49:00 2015 +| [73ebbfdff0bb2c22e3b5c14b11485e5798a317fd] | committer: Michael Niedermayer ac3dec: cosmetics Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/wmadec: Fix undefined shift in wma_decode_block()

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Mar 14 17:11:59 2015 +0100| [a48b24e5ebdb21d25512ac481a1d396e7685f0a4] | committer: Michael Niedermayer avcodec/wmadec: Fix undefined shift in wma_decode_block() Found-by: Clang -fsanitize=shift Reported-by: Thierry Foucu

[FFmpeg-cvslog] ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNED

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 15:30:26 2015 +| [5d38c628b0a84fafc220f070d9d4cf8fbfe96447] | committer: Michael Niedermayer ppc: libswscale: use LOCAL_ALIGNED instead of DECLARE_ALIGNED The later may yield incorrect code for on-stack

[FFmpeg-cvslog] ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet christophe.gisq...@gmail.com | Sat Mar 14 15:30:27 2015 +| [98cccdd91c9aab9e031753f6feb81be0c44a9c8e] | committer: Michael Niedermayer ppc: lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNED The later may yield incorrect code for on-stack