[FFmpeg-cvslog] x86: xvid_idct: port MMX iDCT to yasm

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Tue Mar 10 23:11:52 2015 +| [c3bf52713a8485f5bcba4c37ae7373c6b67cd1eb] | committer: Michael Niedermayer x86: xvid_idct: port MMX iDCT to yasm Also reduce the table duplication with SSE2 code, remove duplicated macro parameters. Signed-off-by:

[FFmpeg-cvslog] x86: dct-test: evaluate prores idct avx version

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Mar 14 07:57:43 2015 +| [8200575d849473516cfe0a76cfceecdf9099a218] | committer: Michael Niedermayer x86: dct-test: evaluate prores idct avx version Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] x86: xvid_idct: SSE2 merged add version

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Tue Mar 10 23:11:54 2015 +| [15ce160183c61fbd98915e07879f1225fcf1c080] | committer: Michael Niedermayer x86: xvid_idct: SSE2 merged add version Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=15

[FFmpeg-cvslog] x86: dct-test: fix compilation for prores

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Mar 14 07:57:42 2015 +| [4eb4451be191a0144ee6af0650f3798b526b9b2c] | committer: Michael Niedermayer x86: dct-test: fix compilation for prores When the decoder is deactivated, the x86-optimized versions are not compiled, resulting in a link

[FFmpeg-cvslog] x86: xvid_idct: merged idct_put SSE2 versions

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Tue Mar 10 23:11:53 2015 +| [decd5193e1d409a4d8dd4c55ca46467d51c86976] | committer: Michael Niedermayer x86: xvid_idct: merged idct_put SSE2 versions Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commi

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

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Mar 14 11:48:57 2015 +| [b0834400608b3980c06bf6d2cf747116e60d10c7] | committer: Michael Niedermayer ac3_fixed: fix out-of-bound read Should also improve decoding, but actually doesn't... Signed-off-by: Michael Niedermayer > http://git.v

[FFmpeg-cvslog] eac3dec: fix scaling

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Mar 14 11:48:59 2015 +| [0c3339f4bd7aceebfd74deb437ba2e5c04ef3d0e] | committer: Michael Niedermayer eac3dec: fix scaling This is the remaining error, the output on the SPX samples, respectively csi_miami_stereo_128_spx.eac3 and csi_miami_5

[FFmpeg-cvslog] ac3_fixed: fix computation of spx_noise_blend

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Mar 14 11:48:58 2015 +| [c4bf3833f4663fd484441907f73c5bc4700021a4] | committer: Michael Niedermayer ac3_fixed: fix computation of spx_noise_blend It was set to 1 instead of sqrt(3) Signed-off-by: Michael Niedermayer > http://git.videola

[FFmpeg-cvslog] avcodec/012v: redesign main loop

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Tue Mar 10 19:18:34 2015 +0100| [e75bb490ca39cc1282a286b3beebb681f43fe1f5] | committer: Michael Niedermayer avcodec/012v: redesign main loop Fixes out of array accesses Fixes: ffmpeg_012v_crash.ts Found-by: Thomas Lindroth Reviewed-by: Tho

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Fri Feb 20 19:29:12 2015 +0100| [a15ceebb6f2a7b6b8731793d9b8a1f565740ba50] | committer: Michael Niedermayer avformat/asfdec: Use 64bit ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit d4936d28a11fac6c9c4b4

[FFmpeg-cvslog] avcodec/012v: Check dimensions more completely

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Tue Mar 10 20:21:14 2015 +0100| [f8bb156fa1f85f9a800ceae137403d83e5347ac4] | committer: Michael Niedermayer avcodec/012v: Check dimensions more completely Fixes division by 0 Found-by: Thomas Lindroth Signed-off-by: Michael Niedermayer (c

[FFmpeg-cvslog] roqvideoenc: set enc->avctx in roq_encode_init

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Mon Mar 9 19:24:09 2015 +0100| [e407615129a58d21d2a7b4660432a67e5741f89f] | committer: Michael Niedermayer roqvideoenc: set enc->avctx in roq_encode_init So far it is only set in roq_encode_frame, but it is used in roq_encode_end to free the

[FFmpeg-cvslog] ffmdec: make sure the time base is valid

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Sun Mar 8 23:12:59 2015 +0100| [7a3ff7fb814bfecd4395427b52391c7ccb9561e0] | committer: Michael Niedermayer ffmdec: make sure the time base is valid A negative time base can trigger assertions. Signed-off-by: Andreas Cadhalpun Signed-off-by:

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Fri Feb 20 20:13:06 2015 +0100| [107738051393b1f91d4624909113e156ea910b08] | committer: Michael Niedermayer avformat/idcin: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit d1923d15a3544cbb94

[FFmpeg-cvslog] ffmdec: limit the backward seek to the last resync position

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Mon Mar 9 14:59:44 2015 +0100| [4f53eaaafa2dffa587ec6a3f0cd7048419297eca] | committer: Michael Niedermayer ffmdec: limit the backward seek to the last resync position If resyncing leads to the same position as previously, it will again lead t

[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 | 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 extradata itself is not

[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 | 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 https://trac.videolan.org/vlc/ticket/14022#comment:6 Signed-off-by: Mi

[FFmpeg-cvslog] avformat/bit: check that pkt->size is 10 in write_packet

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Thu Feb 26 21:38:50 2015 +0100| [3183c2078105c3f9c9cd40227cdd8cc585ac720b] | committer: Michael Niedermayer avformat/bit: check that pkt->size is 10 in write_packet Ohter packet sizes are not supported by this muxer. This avoids a null pointe

[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 | 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 by this muxer. Signed-off-by: An

[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 | 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 passed to ff_listen

[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 | 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 doesn't work correctly for the last p

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

2015-03-14 Thread James Cowgill
ffmpeg | branch: release/2.2 | James Cowgill | 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 +. This was causing GCC to thi

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

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

[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 | 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 8, in order to get a

[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 | 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_mjpeg_crash2.avi Found-by

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

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | 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 anymore, resulting in an infinite

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

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | 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 pkt->data. Signed-off-by: Andreas

[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 | 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 from ticket 3849.

[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 | 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: asan_heap-oob_35ca682_147

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | 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 Signed-off-by: Mich

[FFmpeg-cvslog] avformat/gxf: Use 64bit for res to avoid overflow

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Fri Feb 20 20:14:56 2015 +0100| [2ee4b48c9b72867ceae99151a0c69d3f7be1660e] | committer: Michael Niedermayer avformat/gxf: Use 64bit for res to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit 12987f89007ee82b9d3a

[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 | 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 (cherry picked from

[FFmpeg-cvslog] doc: avoid the incorrect phrase 'allow to'

2015-03-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Sat Mar 7 19:36:07 2015 +0100| [917ce36a2067c3c1a02a54bb0aeb6eff39673dd5] | committer: Michael Niedermayer doc: avoid the incorrect phrase 'allow to' Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry picked from co

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | 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 Signed-off-by: Mic

[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 | 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 avio_w8 and if it doesn't fit in one b

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

2015-03-14 Thread Vittorio Giovara
ffmpeg | branch: release/2.2 | Vittorio Giovara | 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 (multiple of some number less th

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | 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 message partly tak

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Fri Feb 20 20:41:35 2015 +0100| [c4b5b3309ca97bbb45ab9437a8deaab1299f82e1] | committer: Michael Niedermayer avformat/mvdec: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit 26c0cc154e06cb0064

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | 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 (cherry picked from commit cb08687180683a755d0f

[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 | 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 twice on cleanup leading to a cr

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | 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: asan_heap-oob_4d4eb0_3994_cov_3169972261_zmbv

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | 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: signal_sigsegv_24169e6_3445_cov_3778346427_

[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 | 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: signal_sigsegv_3042097_3007_cov_

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | 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 Based on patch b

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Fri Feb 20 21:01:54 2015 +0100| [2bb09b714ab6978d88de33eab601ef2b315f92b4] | committer: Michael Niedermayer avformat/omadec: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit 0f55bc29d41585d11

[FFmpeg-cvslog] Update for FFmpeg 2.2.14

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Sat Mar 14 14:41:10 2015 +0100| [0746f5035e7ba5573add8bcf8c51e3307cf913f0] | committer: Michael Niedermayer Update for FFmpeg 2.2.14 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0746f5035e7

[FFmpeg-cvslog] ac3dec: cosmetics

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | Sat Mar 14 11:49:00 2015 +| [73ebbfdff0bb2c22e3b5c14b11485e5798a317fd] | committer: Michael Niedermayer ac3dec: cosmetics Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=73ebbfdff0bb2c22e3b5c14b

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | 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 Signed-off-by: Mich

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

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | 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 variables. Signed-off-by: Mi

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

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | 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 variables. Signed-off-by: Michael

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

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | 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 variables. Signed-off-by: Michael

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | 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 > http://git.videolan.org/gitweb.cgi/ffm

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 14 21:23:32 2015 +0100| [21a53dd08dce7cc5b3fdf9c4826b4b74d8300ea0] | committer: Michael Niedermayer avformat/mov: Use sizeof(filename) instead of a literal number Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

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

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: master | Christophe Gisquet | 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. Signed-off-by: Michael Niede

[FFmpeg-cvslog] libavformat/mxfdec: export user comments metadata

2015-03-14 Thread Mark Reid
ffmpeg | branch: master | Mark Reid | Fri Mar 13 18:58:38 2015 -0700| [43cafb956e29d690df6f4deb4c83508a2e066e58] | committer: Michael Niedermayer libavformat/mxfdec: export user comments metadata Previous-revision-reviewed-by: Tomas Härdin Signed-off-by: Michael Niedermayer > http://git.vid

[FFmpeg-cvslog] avcodec/utils: mark codec argument as const in ff_lock_avcodec()

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 14 23:30:16 2015 +0100| [a994fc39b3fc8b3996b24450916ec3ae69a00de5] | committer: Michael Niedermayer avcodec/utils: mark codec argument as const in ff_lock_avcodec() Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | 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 either Found-by

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

2015-03-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | 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 Signed-off-by: Michael Niedermayer > http

[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 | 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 (cherry picked from commit 8003816e1

[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 | 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 (cherry picked from commit 21a53dd

[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 Date: Sun Mar 15 03:43:52 2015 +0100 FFmpeg 2.2.14 release

[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: Micha

[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 | 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 (cherry picked from commit 21a53dd

[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 | 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 (cherry picked from commit 8003816e1

[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 | 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 float (USE_FIXED=0) and an integer

[FFmpeg-cvslog] ac3_fixed: fix computation of spx_noise_blend

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.6 | Christophe Gisquet | 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 Niedermayer (cherry picked f

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

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.6 | Christophe Gisquet | 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: Michael Niedermayer (cherry pi

[FFmpeg-cvslog] eac3dec: fix scaling

2015-03-14 Thread Christophe Gisquet
ffmpeg | branch: release/2.6 | Christophe Gisquet | 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 csi_miami_stereo_128_spx.eac3 and csi_mi