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

2015-05-14 Thread Nedeljko Babic
ffmpeg | branch: master | Nedeljko Babic nedeljko.ba...@imgtec.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

[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ö mar...@martin.st | 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:

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

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

[FFmpeg-cvslog] cafdec: check avio_read return value

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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.

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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:

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

[FFmpeg-cvslog] avi: Validate sample_size

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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:

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Wed Apr 22 16:32:42 2015 +0200| [2f8f4351b857983599da115e0a14dd1861852466] | committer: Andreas Cadhalpun mpeg4videodec: only allow a positive length Signed-off-by: Andreas Cadhalpun

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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 =

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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 '

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

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

2015-05-14 Thread wm4
ffmpeg | branch: master | wm4 nfx...@googlemail.com | 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

[FFmpeg-cvslog] matroskadec: export cover art correctly

2015-05-14 Thread wm4
ffmpeg | branch: release/2.6 | wm4 nfx...@googlemail.com | 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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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]

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

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

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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

[FFmpeg-cvslog] alsdec: validate time diff index

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | 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,

[FFmpeg-cvslog] mxfenc: fix memleaks in mxf_write_footer

2015-05-14 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sat Mar 14 17:47:53 2015 +0100| [76ee9fdb61db80339404c43039a9e3912dcb8ad9] | committer: Andreas Cadhalpun mxfenc: fix memleaks in mxf_write_footer Signed-off-by: Andreas Cadhalpun

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

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

[FFmpeg-cvslog] avcodec/cavsdec: Check frame_rate_code

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

[FFmpeg-cvslog] avcodec/cavsdec: Check esc_code

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 14 17:54:40 2015 +0200| [139e1c8009df7729a53eaaae7036ca01071aced5] | committer: Michael Niedermayer avcodec/cavsdec: Check esc_code Signed-off-by: Michael Niedermayer michae...@gmx.at

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

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

[FFmpeg-cvslog] avcodec/dcadec: Check subsubframes

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 14 21:29:19 2015 +0200| [a9bf628bfdad142763880a3d1ccb6058040dda57] | committer: Michael Niedermayer avcodec/dcadec: Check subsubframes Fixes: CID1239152 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/dcadec: Check nchans

2015-05-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 14 20:49:25 2015 +0200| [a6a45774d045007f8262cd7c614804390e53122e] | committer: Michael Niedermayer avcodec/dcadec: Check nchans Fixes CID1239110 Signed-off-by: Michael Niedermayer michae...@gmx.at

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

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

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

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

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

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

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

2015-05-14 Thread Vignesh Venkatasubramanian
ffmpeg | branch: master | Vignesh Venkatasubramanian vigne...@google.com | 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

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

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

[FFmpeg-cvslog] avformat/mux: Add avoid_negative_ts_use_pts

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

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

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

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 michaelni at gmx.at writes: +while ( bytestream2_get_bytes_left(gbc) = 552 +( !AV_RB16(avpkt-data[bytestream2_tell(gbc)+6]) + ||

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

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

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

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

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 git at videolan.org writes: +while ( bytestream2_get_bytes_left(gbc) = 552 +( !AV_RB16(avpkt-data[bytestream2_tell(gbc)+6]) + ||

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

2015-05-14 Thread Carl Eugen Hoyos
Michael Niedermayer michaelni at 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 your

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

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

2015-05-14 Thread Clément Bœsch
ffmpeg | branch: master | Clément Bœsch u...@pkh.me | 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

[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 u...@pkh.me | Sun Feb 8 12:32:54 2015 +0100| [56bc0a6736cdc7edab837ff8f304661fd16de0e4] | committer: Clément Bœsch avcodec/ass: make default playback resolution available to decoders