[FFmpeg-cvslog] lavfi/avf_showcqt: fix error code.

2015-04-16 Thread Nicolas George
ffmpeg | branch: master | Nicolas George | Thu Apr 16 11:31:23 2015 +0200| [38155865df73627f7a7001acbc2243991e96463d] | committer: Michael Niedermayer lavfi/avf_showcqt: fix error code. Signed-off-by: Nicolas George Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffm

[FFmpeg-cvslog] ivfenc: incorrect fourcc for VP9 video

2015-04-16 Thread Victor Anjin
ffmpeg | branch: master | Victor Anjin | Wed Apr 15 23:51:59 2015 +0700| [2db24cf746dc871903ada25b184f5e5decd95a42] | committer: Michael Niedermayer ivfenc: incorrect fourcc for VP9 video VP80 fourcc are writed for all contexts (without ctx->codec_tag) how to reproduce the issue: 1) Get any vp

[FFmpeg-cvslog] configure: add pkg-config support for libdcadec

2015-04-16 Thread Simon Thelen
ffmpeg | branch: master | Simon Thelen | Wed Apr 15 17:18:58 2015 +0200| [ed2a712750c3342e399a44f9c5c2bd278128c759] | committer: Michael Niedermayer configure: add pkg-config support for libdcadec Signed-off-by: Simon Thelen Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] msrledec: use signed pixel_ptr in msrle_decode_pal4

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Apr 16 14:49:08 2015 +0200| [ae6fd7300b4e9f81d3b5ba201096ffe7cccf26fb] | committer: Michael Niedermayer msrledec: use signed pixel_ptr in msrle_decode_pal4 This fixes segmentation faults, when pic->linesize[0] is negative. In that case 'line *

[FFmpeg-cvslog] avcodec/h264_slice: Dont reset mb_aff_frame per slice

2015-04-16 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Apr 8 12:29:47 2015 +0200| [0df90898f5a3cbbb8c664a05d69c29655ccf0a80] | committer: Michael Niedermayer avcodec/h264_slice: Dont reset mb_aff_frame per slice Fixes null pointer dereference Fixes Ticket4440 Signed-off-by: Michael Niederm

[FFmpeg-cvslog] tests: Fix test name for pixfmts tests( cherry picked from commit e1ee0521a698809ed216e9e5c11bd2bbb466ed04)

2015-04-16 Thread Timothy Gu
ffmpeg | branch: release/2.2 | Timothy Gu | Sun Nov 9 21:37:18 2014 -0800| [67a4811c88c4eaa5503cf6abea27a0e64afb6a65] | committer: Michael Niedermayer tests: Fix test name for pixfmts tests(cherry picked from commit e1ee0521a698809ed216e9e5c11bd2bbb466ed04) Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/h264: Be more tolerant to changing pps id between slices

2015-04-16 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Thu Apr 9 13:50:07 2015 +0200| [82d3dd44aad41a12b37f8bbd01b893c7fa3e13c2] | committer: Michael Niedermayer avcodec/h264: Be more tolerant to changing pps id between slices Fixes Ticket4446 Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] msrledec: use signed pixel_ptr in msrle_decode_pal4

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Thu Apr 16 14:49:08 2015 +0200| [800d974cc41fce40b69a6386b3ad0fd618835698] | committer: Michael Niedermayer msrledec: use signed pixel_ptr in msrle_decode_pal4 This fixes segmentation faults, when pic->linesize[0] is negative. In that case 'li

[FFmpeg-cvslog] avcodec/h264: reset the counts in the correct context

2015-04-16 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Wed Apr 8 13:38:55 2015 +0200| [2b69da7b5ac3b6f96847f350f3f03c30b82832e9] | committer: Michael Niedermayer avcodec/h264: reset the counts in the correct context Fixes null pointer dereference Signed-off-by: Michael Niedermayer (cherry pic

[FFmpeg-cvslog] avcodec/aacdec: Fix storing state before PCE decode

2015-04-16 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Thu Apr 9 00:04:44 2015 +0200| [684f86391d3d014790a981eb1531ae25f2f6d6a2] | committer: Michael Niedermayer avcodec/aacdec: Fix storing state before PCE decode Fixes Ticket4460 Signed-off-by: Michael Niedermayer (cherry picked from commit

[FFmpeg-cvslog] Update for 2.2.15

2015-04-16 Thread Michael Niedermayer
ffmpeg | branch: release/2.2 | Michael Niedermayer | Thu Apr 16 16:17:18 2015 +0200| [ef1d4873a058e98448b8212d95728a2fe3b7f554] | committer: Michael Niedermayer Update for 2.2.15 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ef1d4873a058e98448

[FFmpeg-cvslog] configure: add missing dependencies for MIPS and PPC features

2015-04-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 16 02:59:17 2015 -0300| [1577b29c820a16e3ee570072693827082d33f12e] | committer: James Almer configure: add missing dependencies for MIPS and PPC features Reviewed-by: Michael Niedermayer Signed-off-by: James Almer > http://git.videolan.org/gitw

[FFmpeg-cvslog] aacdec: consistently use avctx for logging in decode_eld_specific_config

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Apr 16 16:58:32 2015 +0200| [5b75689b987e4c4dd4f34d5c8be389547e9cc701] | committer: Michael Niedermayer aacdec: consistently use avctx for logging in decode_eld_specific_config ac may be NULL and then accessing ac->avctx results in a segmentati

[FFmpeg-cvslog] aasc: return correct buffer size from aasc_decode_frame

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Apr 16 19:12:02 2015 +0200| [0be54ad280cf114c02306b7063147e8379f8ed1e] | committer: Michael Niedermayer aasc: return correct buffer size from aasc_decode_frame Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer > http://git.

[FFmpeg-cvslog] aacpsy: avoid psy_band->threshold becoming NaN

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Apr 16 20:04:54 2015 +0200| [e224aa41917454e7b5c23d9f2541425743ce595a] | committer: Michael Niedermayer aacpsy: avoid psy_band->threshold becoming NaN If band->thr is 0.0f, the division is undefined, making norm_fac not a number or infinity, wh

[FFmpeg-cvslog] aasc: return correct buffer size from aasc_decode_frame

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Thu Apr 16 19:12:02 2015 +0200| [e863d17e6278248b1da991090fd5f2000b4d962b] | committer: Michael Niedermayer aasc: return correct buffer size from aasc_decode_frame Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry p

[FFmpeg-cvslog] aacdec: consistently use avctx for logging in decode_eld_specific_config

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Thu Apr 16 16:58:32 2015 +0200| [3757ef017c3401c369d447324d1fce366c9c8507] | committer: Michael Niedermayer aacdec: consistently use avctx for logging in decode_eld_specific_config ac may be NULL and then accessing ac->avctx results in a segme

[FFmpeg-cvslog] aacpsy: avoid psy_band->threshold becoming NaN

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Thu Apr 16 20:04:54 2015 +0200| [fc9514bf4dd73c85ee4b7f4dc7ca0fb4fb7ea3e1] | committer: Michael Niedermayer aacpsy: avoid psy_band->threshold becoming NaN If band->thr is 0.0f, the division is undefined, making norm_fac not a number or infinit

[FFmpeg-cvslog] lavf/assenc: handle extra sections after Events

2015-04-16 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sat Apr 4 05:31:22 2015 -0500| [55a1d75bf7855d147f420eba36e452ae401f78cb] | committer: Michael Niedermayer lavf/assenc: handle extra sections after Events Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=

[FFmpeg-cvslog] ac3: validate end in ff_ac3_bit_alloc_calc_mask

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: master | Andreas Cadhalpun | Thu Apr 16 21:25:26 2015 +0200| [bc4fee7f2a51635fa3c0f61d1e5164da1efeded3] | committer: Michael Niedermayer ac3: validate end in ff_ac3_bit_alloc_calc_mask This fixes an invalid read if end is 0: band_end = ff_ac3_bin_to_band_tab[end-1] + 1;

[FFmpeg-cvslog] fate: add mp3 gapless test

2015-04-16 Thread wm4
ffmpeg | branch: master | wm4 | Wed Apr 15 21:10:49 2015 +0200| [8297d87eecbf19821a8f6f1e230f025394f281d2] | committer: Michael Niedermayer fate: add mp3 gapless test Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8297d87eecbf19821a8f6f1e230f02

[FFmpeg-cvslog] ac3: validate end in ff_ac3_bit_alloc_calc_mask

2015-04-16 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.2 | Andreas Cadhalpun | Thu Apr 16 21:25:26 2015 +0200| [a2908d49d1e1373264d4605cbc2e62a3ab53710b] | committer: Michael Niedermayer ac3: validate end in ff_ac3_bit_alloc_calc_mask This fixes an invalid read if end is 0: band_end = ff_ac3_bin_to_band_tab[end-1]

[FFmpeg-cvslog] configure: remove old libdcadec check

2015-04-16 Thread James Almer
ffmpeg | branch: master | James Almer | Thu Apr 16 20:04:57 2015 -0300| [8254011b217356915fb49d4c78592fd141e1ca46] | committer: James Almer configure: remove old libdcadec check It's obsolete after the addition of the pkg-config check. See http://comments.gmane.org/gmane.comp.video.ffmpeg.devel

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 7d671fb Remove www. from the OS X download URL

2015-04-16 Thread gitolite
The branch, master has been updated via 7d671fba3f3b13c325a3c6e83618e657170ef617 (commit) from 02e8a22bc32a6891c649f15f27d5562fcbdda99b (commit) - Log - commit 7d671fba3f3b13c325a3c6e83618e657170ef617 Author: Helmu

[FFmpeg-cvslog] webmdashenc: Add better error handling

2015-04-16 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Thu Apr 16 17:32:21 2015 -0700| [1c37848f9029985d1271da9a0d161c2ebf0aca81] | committer: Michael Niedermayer webmdashenc: Add better error handling Return appropriate error codes and propagate the error codes from helper functions to the ou