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

2015-03-20 Thread Federico Tomassetti
ffmpeg | branch: release/2.5 | Federico Tomassetti ftomasse...@groupon.com | 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

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

[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 andreas.cadhal...@googlemail.com | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-03-20 Thread James Cowgill
ffmpeg | branch: release/2.5 | James Cowgill james...@cowgill.org.uk | 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 +.

[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 stefa...@gmail.com | 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

[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 andreas.cadhal...@googlemail.com | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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:

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at (cherry

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

[FFmpeg-cvslog] avutil/imgutils: correctly check for negative SAR components

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

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

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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

[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 andreas.cadhal...@googlemail.com | 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

[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 michae...@gmx.at | 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:

[FFmpeg-cvslog] h264: initialize H264Context.avctx in init_thread_copy

2015-03-20 Thread Anton Khirnov
ffmpeg | branch: release/2.5 | Anton Khirnov an...@khirnov.net | 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

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

[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 rsbul...@gmail.com | 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

[FFmpeg-cvslog] avcodec/a64multienc: initialize mc_meta_charset to zero

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

[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 andreas.cadhal...@googlemail.com | 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

[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 andreas.cadhal...@googlemail.com | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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:

[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 rob...@videolabs.io | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at (cherry picked

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at (cherry picked

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at (cherry picked

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

[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 andreas.cadhal...@googlemail.com | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at (cherry

[FFmpeg-cvslog] Update for 2.5.5

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sat Mar 21 02:35:00 2015 +0100| [4be1cc7b1d6b1b8bd14b1916e842390288ab315c] | committer: Michael Niedermayer Update for 2.5.5 Signed-off-by: Michael Niedermayer michae...@gmx.at

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

2015-03-20 Thread Federico Tomassetti
ffmpeg | branch: release/2.5 | Federico Tomassetti ftomasse...@groupon.com | 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

[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ö mar...@martin.st | 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ö mar...@martin.st (cherry picked

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at

[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 michae...@gmx.at | 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 michae...@gmx.at

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

[FFmpeg-cvslog] ffmdec: initialize f_cprv, f_stvi and f_stau

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-03-20 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö mar...@martin.st | 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

[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 andreas.cadhal...@googlemail.com | 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

[FFmpeg-cvslog] asfenc: fix leaking asf-index_ptr on error

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

[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 andreas.cadhal...@googlemail.com | 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

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sat Mar 7 19:36:07 2015 +0100| [07df052d8d92405ce0c89f9e3389aeefb5026be5] | committer: Michael Niedermayer doc: avoid the incorrect phrase 'allow to' Signed-off-by: Andreas Cadhalpun

[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 michae...@gmx.at | 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

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

2015-03-20 Thread Vittorio Giovara
ffmpeg | branch: release/2.5 | Vittorio Giovara vittorio.giov...@gmail.com | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at (cherry

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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

[FFmpeg-cvslog] ac3_fixed: fix computation of spx_noise_blend

2015-03-20 Thread Christophe Gisquet
ffmpeg | branch: release/2.5 | Christophe Gisquet christophe.gisq...@gmail.com | 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

[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 michae...@gmx.at | 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

[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 michae...@gmx.at | 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-cvslog] avformat/mov: Use sizeof(filename) instead of a literal number

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | 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 michae...@gmx.at

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

2015-03-20 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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:

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | 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

[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 michae...@gmx.at | 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:

[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 michae...@gmx.at | 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

[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 michae...@gmx.at | 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

[FFmpeg-cvslog] libavutil: add av_mod_uintp2

2015-03-20 Thread James Almer
ffmpeg | branch: master | James Almer jamr...@gmail.com | Wed Mar 18 15:08:45 2015 -0300| [d13e521cc861e791545dd6022fbf93f821e33618] | committer: James Almer libavutil: add av_mod_uintp2 Reviewed-by: Michael Niedermayer michae...@gmx.at Signed-off-by: James Almer jamr...@gmail.com

[FFmpeg-cvslog] libavutil: add bmi2 optimized av_mod_uintp2

2015-03-20 Thread James Almer
ffmpeg | branch: master | James Almer jamr...@gmail.com | Wed Mar 18 22:43:33 2015 -0300| [60b9373dbd52bba91d2286d5f8a1366090a9df08] | committer: James Almer libavutil: add bmi2 optimized av_mod_uintp2 Reviewed-by: Michael Niedermayer michae...@gmx.at Signed-off-by: James Almer

[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 michae...@gmx.at | 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

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

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | 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

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

2015-03-20 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato lu_z...@gentoo.org | 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.

[FFmpeg-cvslog] Merge commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995'

2015-03-20 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri Mar 20 20:33:27 2015 +0100| [215c2fe0ae2a5105439c7abb484bc0ef1fc22934] | committer: Michael Niedermayer Merge commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995' * commit '22a6d48b0d7367b3a45dd6db245f8ffaaa364995': avconv:

[FFmpeg-cvslog] avconv: Print the avfilter errors

2015-03-20 Thread Luca Barbato
ffmpeg | branch: master | Luca Barbato lu_z...@gentoo.org | Wed Mar 11 01:44:47 2015 +0100| [22a6d48b0d7367b3a45dd6db245f8ffaaa364995] | committer: Luca Barbato avconv: Print the avfilter errors Signed-off-by: Luca Barbato lu_z...@gentoo.org

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

2015-03-20 Thread Martin Vignali
ffmpeg | branch: master | Martin Vignali martin.vign...@gmail.com | 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

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

2015-03-20 Thread arwa arif
ffmpeg | branch: master | arwa arif arwaarif1...@gmail.com | 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.

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

2015-03-20 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini stefa...@gmail.com | Fri Mar 13 16:45:08 2015 +0100| [e6547cce72789d6e650ae3017dcf6370e24f6314] | committer: Stefano Sabatini lavfi/eq: factorize code in process_command()