[FFmpeg-cvslog] avcodec/ppc/h264dsp: POWER LE support in h264_idct_dc_add_internal() fix vec_lvsl bug

2015-05-14 Thread Rong Yan
ffmpeg | branch: master | Rong Yan | Thu May 14 06:43:44 2015 +| [a2cd07d22a5e10b39f65f2cfcbab921244d32152] | committer: Michael Niedermayer avcodec/ppc/h264dsp: POWER LE support in h264_idct_dc_add_internal() fix vec_lvsl bug We got defective video when use GCC 4.9.2 instead of GCC 4.9.1

Re: [FFmpeg-cvslog] avcodec/qdrw: cleanup skip code

2015-05-14 Thread Michael Niedermayer
On Wed, May 13, 2015 at 08:14:11PM +, Carl Eugen Hoyos wrote: > Michael Niedermayer videolan.org> writes: > > > +while ( bytestream2_get_bytes_left(&gbc) >= 552 > > + && ( !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+6]) > > + || !AV_RB16(&avpkt->data[bytestrea

[FFmpeg-cvslog] avcodec/ass: make default playback resolution available to decoders

2015-05-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Feb 8 12:32:54 2015 +0100| [56bc0a6736cdc7edab837ff8f304661fd16de0e4] | committer: Clément Bœsch avcodec/ass: make default playback resolution available to decoders > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=56bc0a6736cdc7edab837f

[FFmpeg-cvslog] avcodec/srtdec: attempt to correct SubRip positioning

2015-05-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch | Sun Feb 8 12:38:06 2015 +0100| [5c219e289e7f3a7e369f692053bd0c1d35937a33] | committer: Clément Bœsch avcodec/srtdec: attempt to correct SubRip positioning The positioning was completely wrong. First, the coordinates are expressed in ASS playback resol

Re: [FFmpeg-cvslog] avcodec/qdrw: cleanup skip code

2015-05-14 Thread Carl Eugen Hoyos
Michael Niedermayer gmx.at> writes: > > > +while ( bytestream2_get_bytes_left(&gbc) >= 552 > > > + && ( !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+6]) > > > + || !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+8]))) > > > > The first 512 bytes are "reserved for you

[FFmpeg-cvslog] avcodec/qdrw: Fix the code which asks for version 1 samples

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 12:25:05 2015 +0200| [019daa07759727ac81f5871eb3ce582432ae483a] | committer: Michael Niedermayer avcodec/qdrw: Fix the code which asks for version 1 samples The new code only asks for version 1 if its actually version 1 and prints the

[FFmpeg-cvslog] avcodec/qdrw: another try at skipping the first 512 bytes

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 12:14:52 2015 +0200| [5c8e4bf7c4f4264fb317db0f771b1defabafba81] | committer: Michael Niedermayer avcodec/qdrw: another try at skipping the first 512 bytes Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg

Re: [FFmpeg-cvslog] avcodec/qdrw: cleanup skip code

2015-05-14 Thread Michael Niedermayer
On Thu, May 14, 2015 at 10:28:42AM +, Carl Eugen Hoyos wrote: > Michael Niedermayer gmx.at> writes: > > > > > +while ( bytestream2_get_bytes_left(&gbc) >= 552 > > > > + && ( !AV_RB16(&avpkt->data[bytestream2_tell(&gbc)+6]) > > > > + || !AV_RB16(&avpkt->data[byt

[FFmpeg-cvslog] libavutil/softfloat: Add test case for av_add_sf

2015-05-14 Thread Nedeljko Babic
ffmpeg | branch: master | Nedeljko Babic | Thu May 14 15:36:36 2015 +0200| [729466dc68f9166c13be79581ecc8a79411ee885] | committer: Michael Niedermayer libavutil/softfloat: Add test case for av_add_sf Recently normalization (av_normalize_sf) of output was added to av_add_sf. This normalization

[FFmpeg-cvslog] avcodec/cavsdec: Check frame_rate_code

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 18:00:09 2015 +0200| [c5c06e392b56ad19c560924ef17ab31920ffceb7] | committer: Michael Niedermayer avcodec/cavsdec: Check frame_rate_code Fixes CID1239111 part1 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] avcodec/cavsdec: Check esc_code

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 17:54:40 2015 +0200| [139e1c8009df7729a53eaaae7036ca01071aced5] | committer: Michael Niedermayer avcodec/cavsdec: Check esc_code Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=139e1c800

[FFmpeg-cvslog] avcodec/cavsdec: Use ff_set_dimensions()

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 18:08:33 2015 +0200| [f6b8b966076fcd358f734c6d00ed642edc02b4cd] | committer: Michael Niedermayer avcodec/cavsdec: Use ff_set_dimensions() Fixes CID1239111 part2 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi

[FFmpeg-cvslog] hevc: make avcodec_decode_video2() fail if get_format() fails

2015-05-14 Thread wm4
ffmpeg | branch: master | wm4 | Thu May 14 18:27:31 2015 +0200| [cc5e4bb48476a89cc8ce0c41bc2bd2e8fda9b37c] | committer: Michael Niedermayer hevc: make avcodec_decode_video2() fail if get_format() fails Personally, I need the decoder to back out if get_format() returns no usable pixel format. T

[FFmpeg-cvslog] rtpenc_mpegts: Set chain-> rtp_ctx only after avformat_write_header succeeded

2015-05-14 Thread Martin Storsjö
ffmpeg | branch: release/2.6 | Martin Storsjö | Mon Mar 9 23:14:19 2015 +0200| [692fd5635f9fdaa493249f0488d890688b45601d] | committer: Andreas Cadhalpun rtpenc_mpegts: Set chain->rtp_ctx only after avformat_write_header succeeded By making sure we at each time only have one pointer set, eithe

[FFmpeg-cvslog] matroskadec: export cover art correctly

2015-05-14 Thread wm4
ffmpeg | branch: release/2.6 | wm4 | Fri Apr 3 16:11:53 2015 +0200| [262c678357f5708ad0559270530d90af566d3d67] | committer: Andreas Cadhalpun matroskadec: export cover art correctly Generally, libavformat exports cover art pictures as video streams with 1 packet and AV_DISPOSITION_ATTACHED_PI

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Thu Apr 16 14:49:08 2015 +0200| [4ea7ff435427dd071cf52fbf5c1b623d4054159f] | committer: Andreas Cadhalpun 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] aacdec: consistently use avctx for logging in decode_eld_specific_config

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Thu Apr 16 16:58:32 2015 +0200| [aebafed24fd3f3a73361bf8b221ce6875be96503] | committer: Andreas Cadhalpun aacdec: consistently use avctx for logging in decode_eld_specific_config ac may be NULL and then accessing ac->avctx results in a segment

[FFmpeg-cvslog] alsdec: check sample pointer range in revert_channel_correlation

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 21 19:25:50 2015 +0200| [f77cb3d4a61fe423e14303dfc1fb1a1d1e2f5b1e] | committer: Andreas Cadhalpun alsdec: check sample pointer range in revert_channel_correlation Also change the type of begin, end and smp to ptrdiff_t to make the comp

[FFmpeg-cvslog] alsdec: validate time diff index

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Apr 18 20:09:28 2015 +0200| [84cd276d0e829e0b5229c1328b476a516ddeefd6] | committer: Andreas Cadhalpun alsdec: validate time diff index If begin is smaller than t, the subtraction 'begin -= t' wraps around, because begin is unsigned. The sa

[FFmpeg-cvslog] mxfenc: fix memleaks in mxf_write_footer

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Mar 14 17:47:53 2015 +0100| [76ee9fdb61db80339404c43039a9e3912dcb8ad9] | committer: Andreas Cadhalpun mxfenc: fix memleaks in mxf_write_footer Signed-off-by: Andreas Cadhalpun Reviewed-by: tomas.har...@codemill.se Signed-off-by: Michael N

[FFmpeg-cvslog] ac3: validate end in ff_ac3_bit_alloc_calc_mask

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Thu Apr 16 21:25:26 2015 +0200| [9c826d8d51d0ebe095281ec02cc0c47b28d470f9] | committer: Andreas Cadhalpun 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] aacpsy: avoid psy_band->threshold becoming NaN

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Thu Apr 16 20:04:54 2015 +0200| [4aa4c78daeae0b9df11efdb1bcb9cf8a1ff9efca] | committer: Andreas Cadhalpun 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,

[FFmpeg-cvslog] alsdec: ensure channel reordering is reversible

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Apr 18 18:31:36 2015 +0200| [50fb69c7375198485d3cabaf5cd7449e4116dee8] | committer: Andreas Cadhalpun alsdec: ensure channel reordering is reversible If the same idx is used for more than one i, at least one entry in sconf->chan_pos remain

[FFmpeg-cvslog] rtpenc_mpegts: Free the right ->pb in the error path in the init function

2015-05-14 Thread Martin Storsjö
ffmpeg | branch: release/2.6 | Martin Storsjö | Mon Mar 9 23:09:10 2015 +0200| [c3b1261afa319120f998b879b474c4f912eb8750] | committer: Andreas Cadhalpun rtpenc_mpegts: Free the right ->pb in the error path in the init function This fixes a typo from 8e32b1f096. Signed-off-by: Martin Storsjö

[FFmpeg-cvslog] aacpsy: correct calculation of minath in psy_3gpp_init

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 21 18:43:55 2015 +0200| [3258e12d8c7bd136da0aaeb5fd9925dcd3a55409] | committer: Andreas Cadhalpun aacpsy: correct calculation of minath in psy_3gpp_init The minimum of the ath(x, ATH_ADD) function depends on ATH_ADD. This patch uses th

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Thu Apr 16 19:12:02 2015 +0200| [7b13aef5d2f02e1d86653b2167e5f73c9a43aab0] | committer: Andreas Cadhalpun aasc: return correct buffer size from aasc_decode_frame Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry pic

[FFmpeg-cvslog] alsdec: limit avctx->bits_per_raw_sample to 32

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Apr 18 20:29:13 2015 +0200| [a298e13c2caa5a48aed69e0bf8d0e495ef8d9047] | committer: Andreas Cadhalpun alsdec: limit avctx->bits_per_raw_sample to 32 avctx->bits_per_raw_sample is used in get_sbits_long, which only supports up to 32 bits.

[FFmpeg-cvslog] pngdec: return correct error code from decode_frame_common

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sun May 3 17:50:26 2015 +0200| [99e737a7c787875b6c123e0b2ac32276fbeb5852] | committer: Andreas Cadhalpun pngdec: return correct error code from decode_frame_common During the loop ret can get changed. Since it is not set on all failure paths,

[FFmpeg-cvslog] swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong

2015-05-14 Thread Rong Yan
ffmpeg | branch: release/2.6 | Rong Yan | Mon Apr 27 03:19:45 2015 +| [be1b665dec58f4465cc0dff6031370feedd9989f] | committer: Andreas Cadhalpun swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() delete macro GET_VF() it was wrong GCC tool had a bug of PPC intrinsic interpre

[FFmpeg-cvslog] apedec: set s->samples only when init_frame_decoder succeeded

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 28 00:30:51 2015 +0200| [d35086d715067c9e317a5d2f8c598a5d377df1ae] | committer: Andreas Cadhalpun apedec: set s->samples only when init_frame_decoder succeeded Otherwise range_start_decoding is not necessarily run and thus ctx->rc.rang

[FFmpeg-cvslog] nutdec: fix memleaks on error in nut_read_header

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 28 20:58:21 2015 +0200| [2523bdcd670260c41bd7af14fb00f055f1d01bcd] | committer: Andreas Cadhalpun nutdec: fix memleaks on error in nut_read_header Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry picked fro

[FFmpeg-cvslog] apedec: prevent out of array writes in decode_array_0000

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 28 11:13:43 2015 +0200| [9f2c8734b9c3f963dd85c527ee0b588aebb21e17] | committer: Andreas Cadhalpun apedec: prevent out of array writes in decode_array_ s->decoded_buffer is allocated with a min_size of: 2 * FFALIGN(blockstodecod

[FFmpeg-cvslog] mpeg4videodec: only allow a positive length

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed Apr 22 16:32:42 2015 +0200| [2f8f4351b857983599da115e0a14dd1861852466] | committer: Andreas Cadhalpun mpeg4videodec: only allow a positive length Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry picked from com

[FFmpeg-cvslog] alac: reject rice_limit 0 if compression is used

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Fri Apr 24 00:01:43 2015 +0200| [47f5f6b2303baf3e5e1e5acfee5bbe927be56f8e] | committer: Andreas Cadhalpun alac: reject rice_limit 0 if compression is used If rice_limit is 0, k can be 0 in decode_scalar, which calls show_bits(gb, k). Signed-o

[FFmpeg-cvslog] alsdec: only adapt order for positive max_order

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed Apr 22 16:03:41 2015 +0200| [01291b4e2f4f798fe1ab60370ebfd7d7b0731aca] | committer: Andreas Cadhalpun alsdec: only adapt order for positive max_order For max_order = 0 the clipping range is invalid. (amin = 2, amax = 1) Signed-off-by: And

[FFmpeg-cvslog] bink: check vst->index_entries before using it

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed Apr 22 17:08:51 2015 +0200| [787e094ed0b04bfd5f32ccfe0b6c2fc8e89dace4] | committer: Andreas Cadhalpun bink: check vst->index_entries before using it This fixes a NULL pointer dereference if vst->duration is 0. The problem was introduced i

[FFmpeg-cvslog] pngdec: check s->last_picture.f->data[0] before using it

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sun May 3 16:21:39 2015 +0200| [835037506bc3ca09a28dbbb25f122423f2c74283] | committer: Andreas Cadhalpun pngdec: check s->last_picture.f->data[0] before using it This check was removed in commit 08aec6f6, but s->last_picture.f->data[0] is sti

[FFmpeg-cvslog] nutdec: check chapter creation in decode_info_header

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 28 20:57:59 2015 +0200| [9b87d15ca80cfa831a2b5551dfc02ae81f4f1a8c] | committer: Andreas Cadhalpun nutdec: check chapter creation in decode_info_header This fixes a segmentation fault when accessing the metadata. Signed-off-by: Michael

[FFmpeg-cvslog] nutdec: check for negative frame rate in decode_info_header

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 28 20:31:56 2015 +0200| [a13a288ec810027f0c1f23bb1385a85d3c554db5] | committer: Andreas Cadhalpun nutdec: check for negative frame rate in decode_info_header A negative frame rate triggers an av_assert2 in av_rescale_rnd. Signed-off-b

[FFmpeg-cvslog] diracdec: avoid overflow of bytes*8 in decode_lowdelay

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue May 5 22:10:44 2015 +0200| [c6418be04314b3bf9bfda8d36d639907f8c7a2ad] | committer: Andreas Cadhalpun diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is large enough, bytes*8 can overflow and become negative. In that case

[FFmpeg-cvslog] nutdec: fix illegal count check in decode_main_header

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Apr 28 22:37:19 2015 +0200| [2f290cf8815b66849334453273df64ed1d1b1bfe] | committer: Andreas Cadhalpun nutdec: fix illegal count check in decode_main_header The existing check has two problems: 1) i + count can overflow, so that the check

[FFmpeg-cvslog] pngdec: don't use AV_PIX_FMT_MONOBLACK for apng

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sun May 3 20:36:20 2015 +0200| [e6a5023d1f2f3ec5aaf8ae299cb7ca8dd006459b] | committer: Andreas Cadhalpun pngdec: don't use AV_PIX_FMT_MONOBLACK for apng AV_PIX_FMT_MONOBLACK has the AV_PIX_FMT_FLAG_BITSTREAM flag, i.e. linesize can be smaller

[FFmpeg-cvslog] avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k]

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Mon May 4 15:47:54 2015 +0200| [c74846388bf7dfbb898d240950993557220cf8ea] | committer: Andreas Cadhalpun avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k] The later is not correct Signed-off-by: Michael Niedermayer (che

[FFmpeg-cvslog] cafdec: check avio_read return value

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue May 12 23:49:45 2015 +0200| [ac8339928111314c520d9aa05816dc451d2f8d50] | committer: Andreas Cadhalpun cafdec: check avio_read return value If avio_read fails, the buffer can contain uninitialized values. Reviewed-by: Carl Eugen Hoyos Sig

[FFmpeg-cvslog] diracdec: check that block length is valid

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed May 6 15:34:53 2015 +0200| [04f80ed3f81a31ed0ae90a1314c6adbdbbf70133] | committer: Andreas Cadhalpun diracdec: check that block length is valid In init_planes p->xblen and p->yblen are set to: p->xblen = s->plane[0].xblen >> s

[FFmpeg-cvslog] cafdec: free extradata before allocating it

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed May 13 00:22:03 2015 +0200| [73cf5d9a2853f1bc1f4a0d884c880cda51aa7b28] | committer: Andreas Cadhalpun cafdec: free extradata before allocating it This fixes a memleak if read_kuki_chunk is executed more than once. Reviewed-by: Carl Eugen

[FFmpeg-cvslog] aacsbr: break infinite loop in sbr_hf_calc_npatches

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed Apr 22 15:23:24 2015 +0200| [0856eea7707ff142ee6a5b7bb2b59f5de38b720b] | committer: Andreas Cadhalpun aacsbr: break infinite loop in sbr_hf_calc_npatches Signed-off-by: Andreas Cadhalpun Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] imgutils: initialize palette padding bytes in av_image_alloc

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue May 12 21:45:42 2015 +0200| [9bcaf9037813be8ffb42acc2e003cac1419c01b8] | committer: Andreas Cadhalpun imgutils: initialize palette padding bytes in av_image_alloc av_image_fill_pointers always aligns the palette, but the padding bytes don'

[FFmpeg-cvslog] id3v2: catch avio_read errors in check_tag

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Mon May 11 20:07:49 2015 +0200| [66b95ee4df804cb18dd39def251cc967f1abf808] | committer: Andreas Cadhalpun id3v2: catch avio_read errors in check_tag Since len is an unsigned int, the comparison is currently treated as unsigned and thus ignores

[FFmpeg-cvslog] mxfenc: don't try to write footer without header

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed Mar 18 21:57:58 2015 +0100| [763ab41f771c7d5be3912aa4a69270b53fa0d401] | committer: Andreas Cadhalpun mxfenc: don't try to write footer without header This fixes a crash, when trying to mux h264 into mxf_opatom. Signed-off-by: Andreas Cad

[FFmpeg-cvslog] avi: Validate sample_size

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Wed May 6 02:26:57 2015 +0200| [0f7e67be3a56e20abcabf9e6698935e6188e7282] | committer: Andreas Cadhalpun avi: Validate sample_size And either error out or set it to 0 if it is negative. CC: libav-sta...@libav.org Signed-off-by: Luca Barbato

[FFmpeg-cvslog] matroskadec: check s->streams[k] before using it

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sun May 3 23:55:20 2015 +0200| [35013fa23aba73ac7203dbd4d793167b2685a389] | committer: Andreas Cadhalpun matroskadec: check s->streams[k] before using it This fixes a segmentation fault. Signed-off-by: Andreas Cadhalpun Signed-off-by: Micha

[FFmpeg-cvslog] matroskadec: use uint64_t instead of int for index_scale

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sun May 3 23:07:20 2015 +0200| [33d77bc384676fc6b0ca51777519b001994d76df] | committer: Andreas Cadhalpun matroskadec: use uint64_t instead of int for index_scale index_scale is set to matroska->time_scale of type uint64_t. When index_scale i

[FFmpeg-cvslog] aacdec: don't return frames without data

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue May 12 20:27:21 2015 +0200| [d9249b55828534dd4672670f996fd0e327080af8] | committer: Andreas Cadhalpun aacdec: don't return frames without data Since commit 676a395a aac->frame->data is not necessarily allocated at the end of aac_decode_fra

[FFmpeg-cvslog] diracdec: check if reference could not be allocated

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue May 5 23:51:48 2015 +0200| [c6f6be93ac281065e3c7812d5c2ad0bbc1b5f4f9] | committer: Andreas Cadhalpun diracdec: check if reference could not be allocated s->ref_pics[i] is later used as ref argument of interpolate_refplane, where it is der

[FFmpeg-cvslog] avidec: check for valid bit_rate range

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Mon May 4 21:07:52 2015 +0200| [0cb8d786f29c1cac6639ae7d84f5af40553793b4] | committer: Andreas Cadhalpun avidec: check for valid bit_rate range If bit_rate is negative, it can trigger an av_assert2 in av_rescale_rnd. Since av_rescale returns

[FFmpeg-cvslog] diracdec: prevent overflow in data_unit_size check

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue May 5 21:33:08 2015 +0200| [f78d7e6a03147f918033146afbf17e96d66d1cce] | committer: Andreas Cadhalpun diracdec: prevent overflow in data_unit_size check buf_idx + data_unit_size can overflow, causing the '> buf_size' check to wrongly fail.

[FFmpeg-cvslog] avcodec/dcadec: Check subsubframes

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 21:29:19 2015 +0200| [a9bf628bfdad142763880a3d1ccb6058040dda57] | committer: Michael Niedermayer avcodec/dcadec: Check subsubframes Fixes: CID1239152 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git

[FFmpeg-cvslog] avcodec/dcadec: Check nchans

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 20:49:25 2015 +0200| [a6a45774d045007f8262cd7c614804390e53122e] | committer: Michael Niedermayer avcodec/dcadec: Check nchans Fixes CID1239110 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=com

[FFmpeg-cvslog] avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failure

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 23:25:39 2015 +0200| [9f0b898e8258a9a51b290f4c145388d62080f868] | committer: Michael Niedermayer avcodec/dvbsubdec: Clear w/h/size on region buffer allocation failure Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitwe

[FFmpeg-cvslog] avcodec/h264_slice: Fix ranges in assert

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 15 00:30:32 2015 +0200| [47cbcf20d6f2e37293a059ff6ac300f86c4c346f] | committer: Michael Niedermayer avcodec/h264_slice: Fix ranges in assert Fixes CID1297592, CID1297593 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitw

[FFmpeg-cvslog] avcodec/diracdec: Make data_unit_size unsigned

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu May 14 23:16:06 2015 +0200| [8f1afde11d4d76fc2444074b45d76a5113d1d748] | committer: Michael Niedermayer avcodec/diracdec: Make data_unit_size unsigned Fixes CID1271788 with this change the value is more explicitly checked, it was fully check

[FFmpeg-cvslog] lavf/webmdashenc: fix unchecked strftime

2015-05-14 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian | Thu May 14 10:32:24 2015 -0700| [b5508f74b9cd5ce6f22b6581501b7557bfbc4bd4] | committer: Michael Niedermayer lavf/webmdashenc: fix unchecked strftime Fix unchecked strftime return value. This patch fixes Coverity CID 1295086. Signed-off-by

[FFmpeg-cvslog] avformat/mux: Add avoid_negative_ts_use_pts

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue May 5 12:44:20 2015 +0200| [5a8b43285baa744d5450a4a37d98bcfb500c18fe] | committer: James Almer avformat/mux: Add avoid_negative_ts_use_pts This allows using pts instead of dts for negative TS avoidance Signed-off-by: Michael Niedermaye

[FFmpeg-cvslog] tests/fate-run: do not attempt to parse tiny_psnrs output if it failed

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Thu Apr 23 04:27:56 2015 +0200| [8e94e5d3395ef08622e60033fd8c2969621832e0] | committer: James Almer tests/fate-run: do not attempt to parse tiny_psnrs output if it failed This avoids confusing syntax errors with awk later Likely fixes awk e

[FFmpeg-cvslog] avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream writes dts

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Tue May 5 12:57:24 2015 +0200| [d9390b9d649c8c5e6facf0be522afadb92132032] | committer: James Almer avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream writes dts This reduces the number of cases where timestamps need to be shif

[FFmpeg-cvslog] dashenc: replace attribute id with contentType for the AdaptationSet element

2015-05-14 Thread James Almer
ffmpeg | branch: release/2.6 | James Almer | Sun May 10 03:31:44 2015 -0300| [9fc45b313c3785b6e710c9cdf89d7d1507a577ea] | committer: James Almer dashenc: replace attribute id with contentType for the AdaptationSet element id should be an integer, not a string. It is also optional, so use conte

[FFmpeg-cvslog] fate: increase the number of filtered frames to 20 for edgedetect* & hue

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri May 15 03:05:20 2015 +0200| [ca688de2c75cefcafbb739636365de1179940631] | committer: Michael Niedermayer fate: increase the number of filtered frames to 20 for edgedetect* & hue Suggested-by: ubitux Signed-off-by: Michael Niedermayer > http: