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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

2015-03-28 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos ceho...@ag.or.at | Sat Mar 28 17:36:02 2015 +0100| [dcac15a84c8fc087ec85b2172db13d2e0d543e50] | committer: Carl Eugen Hoyos lavc/dnxhd: Fix pix_fmt change. Fixes ticket #4400.

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

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

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

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

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

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

[FFmpeg-cvslog] libavdevice/avfoundation: add framerate and video size options

2015-03-28 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron matthieu.bou...@gmail.com | 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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[FFmpeg-cvslog] eac3dec: fix scaling

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

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

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

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

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

[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 dy...@dragonframe.com | 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

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

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

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

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

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

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

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

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

[FFmpeg-cvslog] ac3_fixed: fix computation of spx_noise_blend

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

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

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

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

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

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

2015-03-28 Thread Matthieu Bouron
ffmpeg | branch: master | Matthieu Bouron matthieu.bou...@gmail.com | 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

[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 jamr...@gmail.com | 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 michae...@gmx.at Signed-off-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.2 | James Almer jamr...@gmail.com | 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 michae...@gmx.at Signed-off-by:

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

2015-03-28 Thread Carl Eugen Hoyos
ffmpeg | branch: release/2.6 | Carl Eugen Hoyos ceho...@ag.or.at | 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)

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

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

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

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

[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 jamr...@gmail.com | 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 michae...@gmx.at Signed-off-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.5 | James Almer jamr...@gmail.com | 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 michae...@gmx.at Signed-off-by:

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

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

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

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

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

2015-03-28 Thread Micah Galizia
ffmpeg | branch: release/2.6 | Micah Galizia micahgali...@gmail.com | Mon Mar 16 20:26:29 2015 +1100| [f2abcdedfe9d31f895a08c8cfe68f12c249baae8] | committer: Michael Niedermayer avformat/hls: refactor repeated HLS option updates Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

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

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

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

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

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

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

2015-03-28 Thread Micah Galizia
ffmpeg | branch: release/2.6 | Micah Galizia micahgali...@gmail.com | 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 michae...@gmx.at (cherry

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

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

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

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

[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 james...@cowgill.org.uk | 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

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

2015-03-28 Thread Donny Yang
ffmpeg | branch: master | Donny Yang w...@kota.moe | Sat Mar 28 15:14:22 2015 +| [fe57514f8a665d95091bd2da607d99043e6c7fc2] | committer: Michael Niedermayer png: Minor whitespace change and added missing comment Signed-off-by: Donny Yang w...@kota.moe Signed-off-by: Michael Niedermayer

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

2015-03-28 Thread Donny Yang
ffmpeg | branch: master | Donny Yang w...@kota.moe | Sat Mar 28 15:14:21 2015 +| [5904d039ce785e0b9b28f8664c6fc493c60f6e8d] | committer: Michael Niedermayer png: Use av_freep() instead of av_free() Signed-off-by: Donny Yang w...@kota.moe Signed-off-by: Michael Niedermayer michae...@gmx.at

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 c...@passwd.hu | Sat Mar 28 10:07:07 2015 +0100| [625bd463cde81244169bce99d3afc0b3c73304c2] | committer: Michael Niedermayer af_channelmap: fix number of channels Fixes segfaults with

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 geo...@nsup.org copy and pasted the wrong address No harm done from my point of view. Regards, -- Nicolas George signature.asc Description: Digital signature

[FFmpeg-cvslog] af_channelmap: fix number of channels

2015-03-28 Thread Marton Balint
ffmpeg | branch: master | Marton Balint c...@passwd.hu | 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

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

2015-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Sat Mar 28 03:42:29 2015 +0100| [048b6331e079e73efe397fb52510776519f830e4] | committer: Michael Niedermayer avcodec/qsv_internal: Fix project name Signed-off-by: Michael Niedermayer michae...@gmx.at