[FFmpeg-cvslog] avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLA

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sun Mar 15 19:42:48 2015 +0100| [294bb6cbd7bdc52233ddfa8f88f99aaf0d64d183] | committer: Michael Niedermayer avcodec/hevc_refs: Silence "Could not find ref with POC" for CRA/BLA Avoids error messages during seeking Found-by: cousin_luigi Signed-o

[FFmpeg-cvslog] Update for 2.5.5

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar 21 02:35:00 2015 +0100| [4be1cc7b1d6b1b8bd14b1916e842390288ab315c] | committer: Michael Niedermayer Update for 2.5.5 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=4be1cc7b1d6b1b8bd14

[FFmpeg-cvslog] eamad: check for out of bounds read

2015-03-20 Thread Federico Tomassetti
ffmpeg | branch: release/2.5 | Federico Tomassetti | Wed Feb 18 12:11:44 2015 +| [2684ff3573a68037aa298bedd93b00a126c48a30] | committer: Michael Niedermayer eamad: check for out of bounds read Bug-Id: CID 1257500 CC: libav-sta...@libav.org Signed-off-by: Luca Barbato (cherry picked from

[FFmpeg-cvslog] configure: Move the .object_arch check to the right place

2015-03-20 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö | Thu Mar 5 23:38:00 2015 +0200| [51b911e948529a23ba6f942fc621ed4def62086b] | committer: Michael Niedermayer configure: Move the .object_arch check to the right place Signed-off-by: Martin Storsjö (cherry picked from commit b77e335e441040a40fc615

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Mar 8 23:12:59 2015 +0100| [0e16c3843a3b2cd06b90898c04d85ed3d82266bb] | 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] ffmdec: initialize f_cprv, f_stvi and f_stau

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Mar 8 22:52:47 2015 +0100| [b36bda3c82cb80a90c250e7384e9bc0a50ace2b3] | committer: Michael Niedermayer ffmdec: initialize f_cprv, f_stvi and f_stau They are used in a switch statement, but it is not guaranteed that the COMM case (where th

[FFmpeg-cvslog] arm: Suppress tags about used cpu arch and extensions

2015-03-20 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö | Wed Feb 18 00:40:06 2015 +0200| [bb508ddb8b7099d69ffea412229960c8d3007fae] | committer: Michael Niedermayer arm: Suppress tags about used cpu arch and extensions When all the codepaths using manually set .arch/.fpu code is behind runtime detectio

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Fri Mar 13 22:28:42 2015 +0100| [6d14bea8b56866b45453ba2c5c5202852fad39eb] | 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] avformat/mov: Disallow ".." in dref unless use_absolute_path is set

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar 14 21:32:35 2015 +0100| [38d6ff31b7a5556731ace24fdc41cbc7b9f536e3] | committer: Michael Niedermayer avformat/mov: Disallow ".." in dref unless use_absolute_path is set as this kind of allows to circumvent it to some extend. We also c

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar 14 21:23:32 2015 +0100| [50fd06ea32e0e2fa994484ebeb6d81773130e120] | 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] avcodec/options_table: remove extradata_size from the AVOptions table

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon Mar 9 03:42:00 2015 +0100| [94354e368d71c973ecc0bd4518082c8118c17b09] | 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] avcodec/utils: Align YUV411 by as much as the other YUV variants

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar 7 14:30:34 2015 +0100| [21533730fc9b8d39d1cc3d79254264723c7224a4] | 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] avformat/mov: Check for string truncation in mov_open_dref()

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar 14 21:24:54 2015 +0100| [b0cd6fb590810174296e65b362cc1d62a5b63051] | 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] avcodec/012v: redesign main loop

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Tue Mar 10 19:18:34 2015 +0100| [749cd89ca94d3540601f4837052cbb961eb99e06] | 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] asfenc: fix leaking asf->index_ptr on error

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Mar 9 19:31:39 2015 +0100| [8d853dc341d563543759b22e5ac710f8546c5158] | committer: Michael Niedermayer asfenc: fix leaking asf->index_ptr on error Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry picked from c

[FFmpeg-cvslog] eac3dec: fix scaling

2015-03-20 Thread Christophe Gisquet
ffmpeg | branch: release/2.5 | Christophe Gisquet | Sat Mar 14 11:48:59 2015 +| [808d5444c4072dd5c3f6e7f7341d0c94f54133e5] | 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

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

2015-03-20 Thread Christophe Gisquet
ffmpeg | branch: release/2.5 | Christophe Gisquet | Sat Mar 14 11:48:57 2015 +| [c657b08fd76a5d09bb36db13dedca839b5bc1ede] | 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] mxfdec: Fix the error handling for when strftime fails

2015-03-20 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö | Sun Mar 8 00:19:45 2015 +0200| [9bb7e2bd90f393c6fc9b4bfa8a523018434b7aa4] | committer: Michael Niedermayer mxfdec: Fix the error handling for when strftime fails The str variable is a char ** here. Signed-off-by: Martin Storsjö (cherry picked

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

2015-03-20 Thread Vittorio Giovara
ffmpeg | branch: release/2.5 | Vittorio Giovara | Fri Feb 27 19:00:25 2015 +| [9246eb1ec50402eda3cf5873749c95688d074a8e] | 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/tiff: move bpp check to after "end:"

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sun Mar 8 23:27:43 2015 +0100| [c5b2ef3bdf23d16ded3e3aaa66763963e130259d] | 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/idcin: Use 64bit for ret to avoid overflow

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

[FFmpeg-cvslog] ac3_fixed: fix computation of spx_noise_blend

2015-03-20 Thread Christophe Gisquet
ffmpeg | branch: release/2.5 | Christophe Gisquet | Sat Mar 14 11:48:58 2015 +| [6915dd49c7c6bf1f2b10f880cf1bb5a11c1d790d] | 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] avcodec/rv10: check size of s->mb_width * s->mb_height

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Mar 2 20:27:26 2015 +0100| [f18fc45d18940b8a4e8489d448654d09717925c4] | committer: Michael Niedermayer avcodec/rv10: check size of s->mb_width * s->mb_height If it doesn't fit into 12 bits it triggers an assertion. Signed-off-by: Andreas

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Mar 7 19:36:07 2015 +0100| [07df052d8d92405ce0c89f9e3389aeefb5026be5] | 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/dnxhddec: Check that the frame is interlaced before using cur_field

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Thu Mar 19 23:28:39 2015 +0100| [61dbd3f3d09a6b569c41946a4c07dac0f21d413a] | committer: Michael Niedermayer avcodec/dnxhddec: Check that the frame is interlaced before using cur_field Fixes Ticket4227 Signed-off-by: Michael Niedermayer (ch

[FFmpeg-cvslog] avcodec/opusdec: Fix delayed sample value

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar 7 15:34:19 2015 +0100| [90fa2460c0728a0bc08dc5165476b6691c057a7b] | committer: Michael Niedermayer avcodec/opusdec: Fix delayed sample value Fixes out of array access Fixes: ffmpeg_opus_crash1.ogg This solution is likely not optima

[FFmpeg-cvslog] avcodec/webp: validate the distance prefix code

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Mar 2 20:47:57 2015 +0100| [1a2aaa74970c63a6cfa7fa966ea3a21e78618849] | committer: Michael Niedermayer avcodec/webp: validate the distance prefix code According to the WebP Lossless Bitstream Specification the highest allowed value for a

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Mar 9 14:59:44 2015 +0100| [93a0682b1d73f114720cd5c5bd69740546f78cdb] | 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/opusdec: Clear out pointers per packet

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Mar 7 15:11:39 2015 +0100| [50f50379479384a7e972e235a1b7031eebb52f8a] | committer: Michael Niedermayer avcodec/opusdec: Clear out pointers per packet This is safer than to assume that all error pathes cleared them and nothing will use u

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Tue Mar 10 20:21:14 2015 +0100| [2b408d257fed340eb7b27aa25dd1b7bc6eb38a4f] | 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] ffmdec: fix infinite loop at EOF

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Mar 8 23:31:48 2015 +0100| [819955f0c68ef81c840ce88401ef205b7386739f] | 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] mdec: check for out of bounds read

2015-03-20 Thread Federico Tomassetti
ffmpeg | branch: release/2.5 | Federico Tomassetti | Wed Feb 18 12:11:43 2015 +| [ea0f616a57b0ce04d2eb94e92abdad77e0c8ee57] | committer: Michael Niedermayer mdec: check for out of bounds read Bug-Id: CID 1257501 CC: libav-sta...@libav.org Signed-off-by: Luca Barbato (cherry picked from c

[FFmpeg-cvslog] avformat/rm: limit packet size

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Mar 2 15:46:44 2015 +0100| [25b8d52fdd158b524c08947526b8abdf968bac19] | committer: Michael Niedermayer avformat/rm: limit packet size The chunk size is limited to 0x (written by avio_wb16), so make sure that the packet size is not too

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Mon Mar 9 19:24:09 2015 +0100| [86960b1101fac5c32ce6c1863caf140295ee48d5] | 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] avcodec/hevc_ps: Sanity checks for some log2_* values

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Wed Feb 25 15:51:28 2015 +0100| [6168fe32f1af32b5e3fa13d258aa436451b7cef6] | 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] Fix buffer_size argument to init_put_bits() in multiple encoders.

2015-03-20 Thread Dyami Caliri
ffmpeg | branch: release/2.5 | Dyami Caliri | Thu Feb 26 10:17:01 2015 -0800| [429347afa7484773378191ab5846a199545e6b47] | 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: use correct printf specifier in ff_set_sar

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Feb 28 20:11:36 2015 +0100| [e6b18f5700f447ba16857ca707f0400a094333cb] | committer: Michael Niedermayer avcodec/utils: use correct printf specifier in ff_set_sar Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Tue Feb 24 00:32:39 2015 +0100| [fe8c81a0f36bc42904c3f41c16c330a10d51e310] | 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] h264: initialize H264Context.avctx in init_thread_copy

2015-03-20 Thread Anton Khirnov
ffmpeg | branch: release/2.5 | Anton Khirnov | Thu Feb 12 13:06:49 2015 +0100| [84341627d795a330cd9edf291b6d62e5cea383e0] | committer: Michael Niedermayer h264: initialize H264Context.avctx in init_thread_copy This prevents using a wrong (first thread's) AVCodecContext if decoding a frame in t

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Tue Feb 24 20:49:07 2015 +0100| [9a63a36dc6e15f0b764425f17bb4cb8e7e61f3e7] | 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: initialize mc_meta_charset to zero

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Feb 22 20:47:50 2015 +0100| [2ed0a77b7beceae1b75a1e02a81b6241c048e166] | committer: Michael Niedermayer avcodec/a64multienc: initialize mc_meta_charset to zero This fixes the use of uninitialized values in avpriv_do_elbg. Signed-off-by: M

[FFmpeg-cvslog] avformat/adxdec: set avctx->channels in adx_read_header

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Thu Feb 26 01:06:57 2015 +0100| [4005a71def6f9608b01f81e2ca28248cf451f50b] | committer: Michael Niedermayer avformat/adxdec: set avctx->channels in adx_read_header It is used in adx_read_packet, which currently depends on the decoder/parser s

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

2015-03-20 Thread James Cowgill
ffmpeg | branch: release/2.5 | James Cowgill | Thu Feb 26 13:42:52 2015 +| [a81b6a662aa6ae9eec3d88322bee839c6e84c09b] | 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] doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds

2015-03-20 Thread Stefano Sabatini
ffmpeg | branch: release/2.5 | Stefano Sabatini | Thu Mar 5 12:05:17 2015 +0100| [73dd8f0a2431851d99f3a94acfd608a2e820b6ab] | 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/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Thu Feb 19 16:25:29 2015 +0100| [cb1c9294f3c20622effb63593822ce3be3fc0436] | 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] avutil/imgutils: correctly check for negative SAR components

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Feb 28 21:57:11 2015 +0100| [3791436eb58822f3af9c5fb4de744e7523b7046e] | committer: Michael Niedermayer avutil/imgutils: correctly check for negative SAR components These could trigger assert failures previously Found-by: Andreas Cadhal

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Thu Feb 26 21:42:02 2015 +0100| [29e435ca3381284297f8fed6f181ef14bb767e08] | 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] swscale/utils: clear formatConvBuffer on allocation

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

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Wed Feb 25 22:55:44 2015 +0100| [7f97231d97d56e4589795a0cea67ff24fb2d54ba] | 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: fix segmentation map retention with threading enabled.

2015-03-20 Thread Ronald S. Bultje
ffmpeg | branch: release/2.5 | Ronald S. Bultje | Fri Mar 6 21:07:54 2015 -0500| [032476f8309bdbed00b2a4da03eb5b64ec5877c2] | committer: Michael Niedermayer vp9: fix segmentation map retention with threading enabled. Fixes ticket 4359. Signed-off-by: Michael Niedermayer (cherry picked from

[FFmpeg-cvslog] avcodec/a64multienc: simplify frame handling code

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon Feb 23 00:55:13 2015 +0100| [99d58a0da45283fa6f6d135129b9c1166386b5a6] | committer: Michael Niedermayer avcodec/a64multienc: simplify frame handling code This also fixes a memleak Signed-off-by: Michael Niedermayer (cherry picked from

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Thu Feb 26 21:38:50 2015 +0100| [0540d5c5fc1b573cac86c641c338ec1cb7a5e8ea] | 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] avcodec/snowdec: Fix ref value check

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Tue Feb 24 03:12:22 2015 +0100| [db1a99a209e62d733d13cc63f9b31e74ea39df0e] | 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] avformat/omadec: Use 64bit for ret to avoid overflow

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

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Feb 28 20:58:31 2015 +0100| [e6bc1fe10c56d7f9712679a31cb9a79457556b1c] | 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] webp: ensure that each transform is only used once

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Thu Mar 5 22:48:28 2015 +0100| [57c7922331d5f2c0999046845bd9bf24ac74c2b7] | committer: Michael Niedermayer webp: ensure that each transform is only used once According to the WebP Lossless Bitstream Specification "each transform is allowed to

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Feb 22 20:48:38 2015 +0100| [9783f9fb98a77eebde7a6ee9284bbff2a3e10df5] | 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] avcodec/zmbv: Check len before reading in decode_frame()

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Wed Feb 25 12:29:10 2015 +0100| [711374b62691ed42099ea9350ba6e6f9846012a2] | 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] fix VP9 packet decoder returning 0 instead of the used data size

2015-03-20 Thread Steve Lhomme
ffmpeg | branch: release/2.5 | Steve Lhomme | Tue Mar 3 12:06:40 2015 +0100| [55637b2e5e9a27c6176e3ccd0a8730cc16206530] | 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] avcodec/a64multienc: Assert that the Packet size does not grow

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon Feb 23 01:58:11 2015 +0100| [728051d9b10790b1fa3eafafe4f3f179df09301d] | committer: Michael Niedermayer avcodec/a64multienc: Assert that the Packet size does not grow Signed-off-by: Michael Niedermayer (cherry picked from commit 29bbc1b

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Mon Feb 23 01:21:30 2015 +0100| [804e1e1610528ac8cbe9dec389e14eabde359997] | 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] avcodec/a64multienc: use av_frame_ref instead of copying the frame

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Feb 22 20:43:30 2015 +0100| [99d2d1404c7daeac5f4c0495a44eabcc86a386e6] | 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] avformat/apngdec: Use 64bit ret to avoid overflow

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Fri Feb 20 19:31:10 2015 +0100| [7fe22c3fe62df36f5f9f3a5c0792d294f29fb3b7] | committer: Michael Niedermayer avformat/apngdec: Use 64bit ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit 0e3d6e17dea758fdb7d0

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

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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Fri Feb 20 21:00:57 2015 +0100| [a2cfb784fb080935fb4b37343dce2fbdf7c81302] | committer: Michael Niedermayer avformat/vqf: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit cb08687180683a755d0f

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

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

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

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

[FFmpeg-cvslog] wtvdec: fix integer overflow resulting in errors with large files

2015-03-20 Thread Rodger Combs
ffmpeg | branch: release/2.5 | Rodger Combs | Fri Feb 20 09:30:04 2015 -0600| [303ecfc373a5c03434b934e44014daae30dc7a5b] | committer: Michael Niedermayer wtvdec: fix integer overflow resulting in errors with large files This fixes a regression in 9fbc613f0df1628e7e78bca791fa8833846f8210 Signe

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Fri Feb 20 20:57:31 2015 +0100| [6faf18acbd520cae62f07dcab1d3fd0f1863e820] | committer: Michael Niedermayer avformat/wtvdec: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit d44e0d8b930732a4a

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Fri Feb 20 20:38:14 2015 +0100| [4ef32aa2a69c13c326d1926a6aced3cb11e742f5] | committer: Michael Niedermayer avformat/apngdec: Use 64bit for ret to avoid overflow Missed this hunk in first commit Signed-off-by: Michael Niedermayer (cherry p

[FFmpeg-cvslog] avformat/movenc: avoid using uninitialized display_matrix_size

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 21 00:24:31 2015 +0100| [3c5c6870a7ffa4997928caddb0802c7a1e5fcfeb] | committer: Michael Niedermayer avformat/movenc: avoid using uninitialized display_matrix_size Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/metasound_data: remove unused variable lsp16s

2015-03-20 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali | Fri Mar 20 21:29:02 2015 +0100| [276a8666d2d990335314752f8f8bdfdaac69e410] | committer: Michael Niedermayer avcodec/metasound_data: remove unused variable lsp16s the table was duplicated Signed-off-by: Michael Niedermayer > http://git.videolan.org/

[FFmpeg-cvslog] Merge commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995'

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 20 20:33:27 2015 +0100| [215c2fe0ae2a5105439c7abb484bc0ef1fc22934] | committer: Michael Niedermayer Merge commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995' * commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995': avconv: Print the avfilter

[FFmpeg-cvslog] avconv: Print the avfilter errors

2015-03-20 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Mar 11 01:44:47 2015 +0100| [22a6d48b0d7367b3a45dd6db245f8ffaaa364995] | committer: Luca Barbato avconv: Print the avfilter errors Signed-off-by: Luca Barbato > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=22a6d48b0d7367b3a45dd6db245f

[FFmpeg-cvslog] cmdutils: Add a stream specifier to map usable streams

2015-03-20 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato | Wed Mar 18 13:40:12 2015 +0100| [342fc46c69199b076b7c210f42208ce39a2bde1c] | committer: Luca Barbato cmdutils: Add a stream specifier to map usable streams It drops everything that cannot be used for re-encoding and/or streamcopy. > http://git.videolan

[FFmpeg-cvslog] Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c'

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 20 19:55:44 2015 +0100| [50255b7a865f0dd4fecf8d1e337f96b92b4b406e] | committer: Michael Niedermayer Merge commit '342fc46c69199b076b7c210f42208ce39a2bde1c' * commit '342fc46c69199b076b7c210f42208ce39a2bde1c': cmdutils: Add a stream spec

[FFmpeg-cvslog] libavutil: add av_mod_uintp2

2015-03-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 18 15:08:45 2015 -0300| [d13e521cc861e791545dd6022fbf93f821e33618] | committer: James Almer libavutil: add av_mod_uintp2 Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=d13

[FFmpeg-cvslog] libavutil: add bmi2 optimized av_mod_uintp2

2015-03-20 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Mar 18 22:43:33 2015 -0300| [60b9373dbd52bba91d2286d5f8a1366090a9df08] | committer: James Almer libavutil: add bmi2 optimized av_mod_uintp2 Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] avcodec/libvpxenc: Set min/max quantizer to 0 for lossless mode

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 20 16:40:43 2015 +0100| [2a8198b32f27802c20cd11eedac9eb175d463496] | committer: Michael Niedermayer avcodec/libvpxenc: Set min/max quantizer to 0 for lossless mode Fixes Ticket4246 Reviewed-by: James Zern Signed-off-by: Michael Niederma

[FFmpeg-cvslog] avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 20 19:11:58 2015 +0100| [1a79850a8fa9d441b9ba5a0d039c662ee18121ca] | committer: Michael Niedermayer avfilter/vf_overlay: Change enums to int, which are accessed via AVOption as int This fixes depending on implementation defined behavior

[FFmpeg-cvslog] avfilter/vf_phase: Change enum to int, which is accessed via AVOption as int

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 20 19:09:38 2015 +0100| [59c06902e838beb26d12fbd4330150d0b0edbf15] | committer: Michael Niedermayer avfilter/vf_phase: Change enum to int, which is accessed via AVOption as int This fixes depending on implementation defined behavior Sign

[FFmpeg-cvslog] avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as int

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 20 19:12:57 2015 +0100| [d6dba15b97dcbb8987847f0406a95a0cc07d6a37] | committer: Michael Niedermayer avfilter/vf_mcdeint: Change enums to int, which are accessed via AVOption as int This fixes depending on implementation defined behavior

[FFmpeg-cvslog] configure: Silence warnings about constant unsigned overflows in MSVC

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Mar 16 15:31:57 2015 +0100| [e8446a685077b071361cc997116c315c68ef8da3] | committer: Michael Niedermayer configure: Silence warnings about constant unsigned overflows in MSVC unsigned overflows are well defined in C and used for example in cry

[FFmpeg-cvslog] lavfi/eq: rework expression evaluation

2015-03-20 Thread arwa arif
ffmpeg | branch: master | arwa arif | Fri Mar 13 12:04:42 2015 +0530| [9015ca359f271968edb16d19bad9fc340d8e3a3d] | committer: Stefano Sabatini lavfi/eq: rework expression evaluation In particular, add support for t, pos, n, r parameters, and add an eval mode option. Also, partially reword opt

[FFmpeg-cvslog] lavfi/eq: factorize code in process_command()

2015-03-20 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Fri Mar 13 16:45:08 2015 +0100| [e6547cce72789d6e650ae3017dcf6370e24f6314] | committer: Stefano Sabatini lavfi/eq: factorize code in process_command() > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=e6547cce72789d6e650ae3017dcf6370e24f63