[FFmpeg-cvslog] af_channelmap: fix number of channels

2015-03-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Mar 28 10:07:07 2015 +0100| [625bd463cde81244169bce99d3afc0b3c73304c2] | committer: Michael Niedermayer af_channelmap: fix number of channels Fixes segfaults with the following command: ffmpeg -f lavfi -i aevalsrc=0:c=stereo:n=1920 -af 'channelmap

[FFmpeg-cvslog] avcodec/qsv_internal: Fix project name

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28 03:42:29 2015 +0100| [048b6331e079e73efe397fb52510776519f830e4] | committer: Michael Niedermayer avcodec/qsv_internal: Fix project name Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04

Re: [FFmpeg-cvslog] af_channelmap: fix number of channels

2015-03-28 Thread Michael Niedermayer
On Sat, Mar 28, 2015 at 11:36:29AM +0100, Marton Balint wrote: > ffmpeg | branch: master | Marton Balint | Sat Mar 28 > 10:07:07 2015 +0100| [625bd463cde81244169bce99d3afc0b3c73304c2] | committer: > Michael Niedermayer > > af_channelmap: fix number of channels > > Fixes segfaults with the foll

Re: [FFmpeg-cvslog] af_channelmap: fix number of channels

2015-03-28 Thread Nicolas George
L'octidi 8 germinal, an CCXXIII, Michael Niedermayer a écrit : > This should have been > Reviewed-by: Nicolas George > copy and pasted the wrong address No harm done from my point of view. Regards, -- Nicolas George signature.asc Description: Digital signature _

[FFmpeg-cvslog] mips/float_dsp: fix vector_fmul_window_mips on mips64

2015-03-28 Thread James Cowgill
ffmpeg | branch: release/2.6 | James Cowgill | Wed Mar 18 13:02:59 2015 +| [7439ed2f398da77eab5d2460161d2879f12fcc22] | committer: Michael Niedermayer mips/float_dsp: fix vector_fmul_window_mips on mips64 Commit dfa920807494 ("mips/float_dsp: fix a bug in vector_fmul_window_mips") fixed ve

[FFmpeg-cvslog] avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue Mar 24 15:50:12 2015 +0100| [dfce316c12d867400fb132ff5094163e3d2634a3] | committer: Michael Niedermayer avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer Fixes out of array access Fi

[FFmpeg-cvslog] avformat/hls: store cookies returned in HLS key response

2015-03-28 Thread Micah Galizia
ffmpeg | branch: release/2.6 | Micah Galizia | Sun Mar 15 09:31:59 2015 +1100| [eebd161e761f363348a48aa739298d2805f9d6f6] | committer: Michael Niedermayer avformat/hls: store cookies returned in HLS key response Signed-off-by: Michael Niedermayer (cherry picked from commit 7859618affe574c9de7

[FFmpeg-cvslog] avformat/hls: refactor repeated HLS option updates

2015-03-28 Thread Micah Galizia
ffmpeg | branch: release/2.6 | Micah Galizia | Mon Mar 16 20:26:29 2015 +1100| [f2abcdedfe9d31f895a08c8cfe68f12c249baae8] | committer: Michael Niedermayer avformat/hls: refactor repeated HLS option updates Signed-off-by: Michael Niedermayer (cherry picked from commit fca085187940a169b7a43d096

[FFmpeg-cvslog] avcodec/dnxhddec: Reset is_444 if format is not 444

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Mar 19 23:33:36 2015 +0100| [c3be71001cddc7c161c6fa27db16f591918ae3e4] | committer: Michael Niedermayer avcodec/dnxhddec: Reset is_444 if format is not 444 Signed-off-by: Michael Niedermayer (cherry picked from commit d3bd943108d321b387

[FFmpeg-cvslog] avcodec/dnxhddec: Check that the frame is interlaced before using cur_field

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Mar 19 23:28:39 2015 +0100| [f3deed98ec4000d40eeed13e854dc65e844f3b54] | 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] hevc: make the crop sizes unsigned

2015-03-28 Thread Anton Khirnov
ffmpeg | branch: release/2.6 | Anton Khirnov | Fri Mar 20 21:28:34 2015 +0100| [e9eb9839bd4c1b40c9200d3645e98f46860554a6] | committer: Michael Niedermayer hevc: make the crop sizes unsigned (cherry picked from commit c929659bdd7d2d5848ea52e685a3164c7b901bb0) Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/rmdec: fix support for 0 sized mdpr

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Mar 26 02:02:18 2015 +0100| [6a4d1325e200baad32ae0b77d516630650edfbf8] | committer: Michael Niedermayer avformat/rmdec: fix support for 0 sized mdpr Fixes Ticket4393 Signed-off-by: Michael Niedermayer (cherry picked from commit df43d03

[FFmpeg-cvslog] avcodec/hevc_ps: Check cropping parameters more correctly

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Sat Mar 21 12:54:16 2015 +0100| [87e2a689a884c79e25156fc45a0fe547501b8690] | committer: Michael Niedermayer avcodec/hevc_ps: Check cropping parameters more correctly Signed-off-by: Michael Niedermayer (cherry picked from commit 06c70d45373d

[FFmpeg-cvslog] avformat/http: replace cookies with updated values instead of appending forever

2015-03-28 Thread Micah Galizia
ffmpeg | branch: release/2.6 | Micah Galizia | Tue Mar 17 20:22:59 2015 +1100| [f90c9bbbca32620a9cb78898a2b1b7d2cce9ad0f] | committer: Michael Niedermayer avformat/http: replace cookies with updated values instead of appending forever Signed-off-by: Michael Niedermayer (cherry picked from com

[FFmpeg-cvslog] fate/filter-video: Use qp filter to generate non constant qp array for more throughout testing of the pp filter

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28 15:29:56 2015 +0100| [68bcc64f74aa084e6d75e54deba54bc0a657c8a3] | committer: Michael Niedermayer fate/filter-video: Use qp filter to generate non constant qp array for more throughout testing of the pp filter Signed-off-by: Michael Ni

[FFmpeg-cvslog] avfilter/vf_qp: split expression parsing out of loop

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28 15:17:36 2015 +0100| [a8fb8f6112296c5a46f03002c977b59a8d9ef476] | committer: Michael Niedermayer avfilter/vf_qp: split expression parsing out of loop Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/

[FFmpeg-cvslog] vfilter/vf_qp: Support evaluating expression per MB

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Mar 28 15:18:58 2015 +0100| [2856634c67985cb623e12299cb8f2c538dd81b17] | committer: Michael Niedermayer vfilter/vf_qp: Support evaluating expression per MB also add support for x/y/w/h parameters Signed-off-by: Michael Niedermayer > http:/

[FFmpeg-cvslog] png: Minor whitespace change and added missing comment

2015-03-28 Thread Donny Yang
ffmpeg | branch: master | Donny Yang | Sat Mar 28 15:14:22 2015 +| [fe57514f8a665d95091bd2da607d99043e6c7fc2] | committer: Michael Niedermayer png: Minor whitespace change and added missing comment Signed-off-by: Donny Yang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gi

[FFmpeg-cvslog] png: Use av_freep() instead of av_free()

2015-03-28 Thread Donny Yang
ffmpeg | branch: master | Donny Yang | Sat Mar 28 15:14:21 2015 +| [5904d039ce785e0b9b28f8664c6fc493c60f6e8d] | committer: Michael Niedermayer png: Use av_freep() instead of av_free() Signed-off-by: Donny Yang Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpe

[FFmpeg-cvslog] lavc/dnxhd: Fix pix_fmt change.

2015-03-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sat Mar 28 17:36:02 2015 +0100| [dcac15a84c8fc087ec85b2172db13d2e0d543e50] | committer: Carl Eugen Hoyos lavc/dnxhd: Fix pix_fmt change. Fixes ticket #4400. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=dcac15a84c8fc087ec85b2172db13d2

[FFmpeg-cvslog] lavc/dnxhd: Fix pix_fmt change.

2015-03-28 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.6 | Carl Eugen Hoyos | Sat Mar 28 17:36:02 2015 +0100| [8bd7bf1a3cb43584bec29452bca322efc45a60bd] | committer: Carl Eugen Hoyos lavc/dnxhd: Fix pix_fmt change. Fixes ticket #4400. (cherry picked from commit dcac15a84c8fc087ec85b2172db13d2e0d543e50) > http://git.vide

[FFmpeg-cvslog] ffmpeg_opt: Do not overwrite output if there is no input

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Mar 27 00:42:26 2015 +0100| [6a3833e1411e788819fd132aa60cf3f66acbbe03] | committer: Michael Niedermayer ffmpeg_opt: Do not overwrite output if there is no input Fixes Ticket4254 Reviewed-by: Nicolas George Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] Merge commit 'a529f6648ed450f7e846a0e704a0a3260aaa4b62' into release/2.4

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sun Mar 29 03:16:54 2015 +0200| [6e835eb2dd5204f04822558474c16f41583e0ed5] | committer: Michael Niedermayer Merge commit 'a529f6648ed450f7e846a0e704a0a3260aaa4b62' into release/2.4 * commit 'a529f6648ed450f7e846a0e704a0a3260aaa4b62': hevc:

[FFmpeg-cvslog] Merge commit 'a219add4e8e2d3192d99d6c6efe97ec7c429c5ad' into release/2.4

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sun Mar 29 03:13:23 2015 +0200| [4bc7996dcbcd3d62d177491a1e6e1f80d7178b13] | committer: Michael Niedermayer Merge commit 'a219add4e8e2d3192d99d6c6efe97ec7c429c5ad' into release/2.4 * commit 'a219add4e8e2d3192d99d6c6efe97ec7c429c5ad': hevc:

[FFmpeg-cvslog] avcodec/hevc_ps: More complete window reset

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Nov 27 15:03:35 2014 +0100| [7bce99216f744f76bf9e8cb449cd11a5e301ef68] | committer: Michael Niedermayer avcodec/hevc_ps: More complete window reset Fixes out of array read Fixes: signal_sigsegv_35bcf26_471_cov_2806540268_CAINIT_A_SHARP_4

[FFmpeg-cvslog] hevc: zero the correct variables on invalid crop parameters

2015-03-28 Thread Anton Khirnov
ffmpeg | branch: release/2.4 | Anton Khirnov | Fri Mar 20 21:30:29 2015 +0100| [a529f6648ed450f7e846a0e704a0a3260aaa4b62] | committer: Anton Khirnov hevc: zero the correct variables on invalid crop parameters It's the output_window that is applied to the output frame, not pic_conf_win (cherry

[FFmpeg-cvslog] hevc: make the crop sizes unsigned

2015-03-28 Thread Anton Khirnov
ffmpeg | branch: release/2.4 | Anton Khirnov | Fri Mar 20 21:28:34 2015 +0100| [a219add4e8e2d3192d99d6c6efe97ec7c429c5ad] | committer: Anton Khirnov hevc: make the crop sizes unsigned (cherry picked from commit c929659bdd7d2d5848ea52e685a3164c7b901bb0) Signed-off-by: Anton Khirnov > http://g

[FFmpeg-cvslog] webp: ensure that each transform is only used once

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Mar 5 22:48:28 2015 +0100| [b7c8a1fbbd0b6ac0b096ef0402dee440ff27ecb7] | committer: Anton Khirnov webp: ensure that each transform is only used once According to the WebP Lossless Bitstream Specification "each transform is allowed to be us

[FFmpeg-cvslog] h264_ps: properly check cropping parameters against overflow

2015-03-28 Thread Anton Khirnov
ffmpeg | branch: release/2.4 | Anton Khirnov | Fri Mar 20 21:49:23 2015 +0100| [9cef65434e5e5ffbd4a856ce7ae9c067dec039b7] | committer: Anton Khirnov h264_ps: properly check cropping parameters against overflow CC: libav-sta...@libav.org (cherry picked from commit d8a45d2d49f54fde042b195f9d5859

[FFmpeg-cvslog] Merge commit 'b7c8a1fbbd0b6ac0b096ef0402dee440ff27ecb7' into release/2.4

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sun Mar 29 03:28:56 2015 +0200| [51b0d7675c3419717d13e769096b93b0245b45f8] | committer: Michael Niedermayer Merge commit 'b7c8a1fbbd0b6ac0b096ef0402dee440ff27ecb7' into release/2.4 * commit 'b7c8a1fbbd0b6ac0b096ef0402dee440ff27ecb7': webp:

[FFmpeg-cvslog] Merge commit '9cef65434e5e5ffbd4a856ce7ae9c067dec039b7' into release/2.4

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sun Mar 29 03:26:42 2015 +0200| [8e7eb268758dcb37a4452d02e8908ebf709e21e2] | committer: Michael Niedermayer Merge commit '9cef65434e5e5ffbd4a856ce7ae9c067dec039b7' into release/2.4 * commit '9cef65434e5e5ffbd4a856ce7ae9c067dec039b7': h264_

[FFmpeg-cvslog] webp: ensure that each transform is only used once

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Mar 5 22:48:28 2015 +0100| [53fa0d370cbbf7605687a2d3c669f7f015136931] | 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/x86/mlpdsp_init: Simplify mlp_filter_channel_x86()

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Feb 19 16:25:29 2015 +0100| [88c06ca25149f141c7e0f07616ccd0b3f1704c8f] | 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-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Fri Feb 20 20:41:35 2015 +0100| [81ee3385ee14840bd049b265d7c64fc92d530dff] | committer: Michael Niedermayer avformat/mvdec: Use 64bit for ret to avoid overflow Signed-off-by: Michael Niedermayer (cherry picked from commit 26c0cc154e06cb0064

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

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Mon Feb 23 01:21:30 2015 +0100| [acfe143736d8428918579002c47b84a5d87f03ac] | 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/vqf: Use 64bit for ret to avoid overflow

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Fri Feb 20 21:00:57 2015 +0100| [5169df2122f68d856ee06a8e2ae4f17a62f3c9b7] | 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-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Feb 22 20:43:30 2015 +0100| [3167bba15ec3c7b23b73bd8f2500bd951f0ec005] | 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/wtvdec: Use 64bit for ret to avoid overflow

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Fri Feb 20 20:57:31 2015 +0100| [8f65bedbaff42b046061b1874a4980f4d65b589e] | 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/idcin: Use 64bit for ret to avoid overflow

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

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

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

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

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

[FFmpeg-cvslog] avcodec/utils: use correct printf specifier in ff_set_sar

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Feb 28 20:11:36 2015 +0100| [ddffbf720a84807270b4b3f9fc9f310335b41e2d] | 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] avcodec/utils: Align YUV411 by as much as the other YUV variants

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Mar 7 14:30:34 2015 +0100| [9821cf9e6e6e509f4fba95eddd048b0f78ce372d] | 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] fix VP9 packet decoder returning 0 instead of the used data size

2015-03-28 Thread Steve Lhomme
ffmpeg | branch: release/2.4 | Steve Lhomme | Tue Mar 3 12:06:40 2015 +0100| [2a6f0c7e077eee6d834a58a5193e374bbfe18285] | 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] doc/protocols/tcp: fix units of listen_timeout option value, from microseconds to milliseconds

2015-03-28 Thread Stefano Sabatini
ffmpeg | branch: release/2.4 | Stefano Sabatini | Thu Mar 5 12:05:17 2015 +0100| [99de009e97d079dede1eb7a11525c69ddc44ed1e] | 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] vp9: fix segmentation map retention with threading enabled.

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

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

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Feb 28 20:58:31 2015 +0100| [a80b38d7d24863a8275d73cc4e041761ce5257cc] | 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] doc: avoid the incorrect phrase 'allow to'

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Mar 7 19:36:07 2015 +0100| [23666f0e229e28cfa1909c766d653a5ad023579a] | 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] ffmdec: limit the backward seek to the last resync position

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Mar 9 14:59:44 2015 +0100| [820b84d0658a695b697342b9f8ee11581ce50d55] | 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] swscale/utils: clear formatConvBuffer on allocation

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

[FFmpeg-cvslog] avcodec/opusdec: Clear out pointers per packet

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Mar 7 15:11:39 2015 +0100| [ee820d05127343a14f056b1ca0aec5f9f7db6a38] | 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/opusdec: Fix delayed sample value

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Mar 7 15:34:19 2015 +0100| [7470003e80d757de308cb2b11f44acdacc4f67fe] | 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] avformat/bit: check that pkt->size is 10 in write_packet

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Feb 26 21:38:50 2015 +0100| [6fbd897caba6e4e9378c99030e9ce13652d785a6] | 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] ffmdec: make sure the time base is valid

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Mar 8 23:12:59 2015 +0100| [443fc852034b7d2971db6810c2a84f04e9da9a3f] | 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] roqvideoenc: set enc->avctx in roq_encode_init

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Mar 9 19:24:09 2015 +0100| [7b3d8ae32d2909c6e2149ae874b565392fd183b2] | 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] avformat/bit: only accept the g729 codec and 1 channel

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Feb 26 21:42:02 2015 +0100| [2ec6a7a1e048dab6dd9ef9e4d569e1419eed5e79] | 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] ffmdec: fix infinite loop at EOF

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Mar 8 23:31:48 2015 +0100| [d81150929d35efc423b488e548d4dc881cde5dbd] | 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] Fix buffer_size argument to init_put_bits() in multiple encoders.

2015-03-28 Thread Dyami Caliri
ffmpeg | branch: release/2.4 | Dyami Caliri | Thu Feb 26 10:17:01 2015 -0800| [bcbae2d95fc5e5df6116200f7a249ebb4805e415] | 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] ac3dec_fixed: always use the USE_FIXED=1 variant of the AC3DecodeContext

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Fri Mar 13 22:28:42 2015 +0100| [f45f3f99a4d92099c710f9547abfd33da4af1d40] | 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] asfenc: fix leaking asf->index_ptr on error

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon Mar 9 19:31:39 2015 +0100| [de2f46c59dade95fe45b7b99fb4c0619943ef3ad] | 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] ac3_fixed: fix out-of-bound read

2015-03-28 Thread Christophe Gisquet
ffmpeg | branch: release/2.4 | Christophe Gisquet | Sat Mar 14 11:48:57 2015 +| [40dab450503125f22a82cebf03453b2bdd65d748] | 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] avcodec/tiff: move bpp check to after "end:"

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sun Mar 8 23:27:43 2015 +0100| [6a671797d769201e79cd1e8fb666c2a67e34a6dd] | 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] avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Mar 24 15:50:12 2015 +0100| [539172c85b13796fe5ce2a7482f436b6e9b33cf6] | committer: Michael Niedermayer avcodec/msrledec: restructure msrle_decode_pal4() based on the line number instead of the pixel pointer Fixes out of array access Fi

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

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Feb 24 20:49:07 2015 +0100| [ba59d9212869577ae9ca11f890d06ac08952736c] | 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/zmbv: Check len before reading in decode_frame()

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Wed Feb 25 12:29:10 2015 +0100| [ca663f79e95fb03431dadb198ae1b97fe1f667e3] | 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/a64multienc: simplify frame handling code

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

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

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Mar 10 19:18:34 2015 +0100| [f11afe6bc654bb7a0c3c8f153680a7bba300d251] | 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] avcodec/dnxhddec: Check that the frame is interlaced before using cur_field

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Thu Mar 19 23:28:39 2015 +0100| [760c384f7db44e7d7ecc01a834fd57c33fca360d] | 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] avformat/mov: Disallow ".." in dref unless use_absolute_path is set

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Mar 14 21:32:35 2015 +0100| [17e6d249b702b8b6aa3452c3deef5e2042fc0f23] | 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] eac3dec: fix scaling

2015-03-28 Thread Christophe Gisquet
ffmpeg | branch: release/2.4 | Christophe Gisquet | Sat Mar 14 11:48:59 2015 +| [b9b56ded7dd4987fc3395bc58320c42493c41a62] | 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] avformat/omadec: Use 64bit for ret to avoid overflow

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

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

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Feb 22 20:48:38 2015 +0100| [37941c03b73d39fbc18e9476a09d859a9fdfd904] | 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/a64multienc: Assert that the Packet size does not grow

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Mon Feb 23 01:58:11 2015 +0100| [9dc686815554d98e9c1070183187d0df8337fa0e] | 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/options_table: remove extradata_size from the AVOptions table

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Mon Mar 9 03:42:00 2015 +0100| [770094752528841e44789e559560c97bf4fdf316] | 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] avformat/mov: Check for string truncation in mov_open_dref()

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Mar 14 21:24:54 2015 +0100| [e0975c31f1888d2b1b8ff21ec8c6c56fe1da9cdb] | 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] mips/acelp_filters: fix incorrect register constraint

2015-03-28 Thread James Cowgill
ffmpeg | branch: release/2.4 | James Cowgill | Thu Feb 26 13:42:52 2015 +| [198aa9fabde1d6e13accdcc49f792b33b94986ca] | 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] avcodec/a64multienc: initialize mc_meta_charset to zero

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Feb 22 20:47:50 2015 +0100| [584d90b277d8005a611fb919a1cae2cbb3f23b6f] | 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] avcodec/hevc_ps: Sanity checks for some log2_* values

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Wed Feb 25 15:51:28 2015 +0100| [e8a44b8387e3924f361a218e5be0c86bc476214d] | 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] avcodec/hevc_ps: Check cropping parameters more correctly

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Mar 21 12:54:16 2015 +0100| [2049d95f2feec2d7306429867f9ae388de839dbf] | committer: Michael Niedermayer avcodec/hevc_ps: Check cropping parameters more correctly Signed-off-by: Michael Niedermayer (cherry picked from commit 06c70d45373d

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

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Feb 24 03:12:22 2015 +0100| [49543062280ccf2e961b01784d8bbbcf09e1197c] | 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/adxdec: check avctx->channels for invalid values

2015-03-28 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Wed Feb 25 22:55:44 2015 +0100| [f33a2ea2eea70e805dd97659751284becccf9c3d] | 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] ac3_fixed: fix computation of spx_noise_blend

2015-03-28 Thread Christophe Gisquet
ffmpeg | branch: release/2.4 | Christophe Gisquet | Sat Mar 14 11:48:58 2015 +| [691f9dee0060458e5d3c36346af8c41cf9e74500] | 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] avformat/mov: Use sizeof(filename) instead of a literal number

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Mar 14 21:23:32 2015 +0100| [e168db3eaef0ee19af3bc5ce748b8d423e1d6135] | 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/012v: Check dimensions more completely

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Mar 10 20:21:14 2015 +0100| [8639c37d2b5480e2fd28ea9699c85a20c6ff33f3] | 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] swscale/utils: More carefully merge and clear coefficients outside the input

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Feb 24 00:32:39 2015 +0100| [2dde6d5d367e853a085abb595cf6fbd26bda5fc8] | 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] libavdevice/avfoundation: add framerate and video size options

2015-03-28 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Sat Mar 7 21:26:52 2015 +0100| [573a77a1b6f5b8929f06462f1cf8d1633f400fef] | committer: Michael Niedermayer libavdevice/avfoundation: add framerate and video size options Support framerate ands video size options on AVCaptureDevices for OSX >= 10.7 a

[FFmpeg-cvslog] libavdevice/avfoundation: add capture_cursor option

2015-03-28 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Sat Mar 7 22:01:03 2015 +0100| [c908cae74cd1a16f8aebbfb4cd7b23288b029132] | committer: Michael Niedermayer libavdevice/avfoundation: add capture_cursor option Add support for cursor capturing while recording a screen for OSX >= 10.8. Reviewed-by: T

[FFmpeg-cvslog] libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer API

2015-03-28 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Fri Mar 13 20:16:55 2015 +0100| [cf16b459a873b990efc10d93e9912ab01b8a0fba] | committer: Michael Niedermayer libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer API Reviewed-by: Thilo Borgmann Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] libavdevice/avfoundation: add capture_mouse_clicks option

2015-03-28 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron | Sat Mar 7 22:10:34 2015 +0100| [021b0237518100cee39241ef64596086af616375] | committer: Michael Niedermayer libavdevice/avfoundation: add capture_mouse_clicks option Support mouse clicks capture while recording a screen on OSX >= 10.7. Reviewed-by:

[FFmpeg-cvslog] avutil/cpu: add missing check for mmxext to av_force_cpu_flags

2015-03-28 Thread James Almer
ffmpeg | branch: release/2.4 | James Almer | Thu Mar 26 02:11:55 2015 -0300| [e74ad9035f3eed5fdf951e5c62116ba39184971b] | committer: James Almer avutil/cpu: add missing check for mmxext to av_force_cpu_flags Reviewed-by: Michael Niedermayer Signed-off-by: James Almer (cherry picked from comm

[FFmpeg-cvslog] avutil/cpu: add missing check for mmxext to av_force_cpu_flags

2015-03-28 Thread James Almer
ffmpeg | branch: release/2.2 | James Almer | Thu Mar 26 02:11:55 2015 -0300| [0b51e0baea31213038d2e908be4ae0203140240f] | committer: James Almer avutil/cpu: add missing check for mmxext to av_force_cpu_flags Reviewed-by: Michael Niedermayer Signed-off-by: James Almer (cherry picked from comm

[FFmpeg-cvslog] avutil/cpu: add missing check for mmxext to av_force_cpu_flags

2015-03-28 Thread James Almer
ffmpeg | branch: release/2.6 | James Almer | Thu Mar 26 02:11:55 2015 -0300| [037d6cf5806e00ef09011e8e856f68c36c4b1a07] | committer: James Almer avutil/cpu: add missing check for mmxext to av_force_cpu_flags Reviewed-by: Michael Niedermayer Signed-off-by: James Almer (cherry picked from comm

[FFmpeg-cvslog] avutil/cpu: add missing check for mmxext to av_force_cpu_flags

2015-03-28 Thread James Almer
ffmpeg | branch: release/2.5 | James Almer | Thu Mar 26 02:11:55 2015 -0300| [b46840475ed607d743e839827d825ceca31b2a96] | committer: James Almer avutil/cpu: add missing check for mmxext to av_force_cpu_flags Reviewed-by: Michael Niedermayer Signed-off-by: James Almer (cherry picked from comm