[FFmpeg-cvslog] doc/ffmpeg: basic documentation for -copy/ignore_unknown

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 21 22:29:53 2015 +0200| [1c6ede3360c49daa64e0089d9b2f3e456545760c] | committer: Michael Niedermayer doc/ffmpeg: basic documentation for -copy/ignore_unknown Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] Update for 2.5.7

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu May 21 21:42:38 2015 +0200| [3c7ea2c46ef719244a1723d5d6b52f0733095ae1] | committer: Michael Niedermayer Update for 2.5.7 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avutil/pixfmt: clarify chroma location text further, as first is ambigous

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 21 12:35:22 2015 +0200| [a287133b0e971f1d59a17ef142039c1644d8] | committer: Michael Niedermayer avutil/pixfmt: clarify chroma location text further, as first is ambigous Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avutil/pixfmt: make luma sample positions even more explicit in the AVChromaLocation ASCII art

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 21 12:44:23 2015 +0200| [8a141ad5e8050c6c898609406b4243f4102c86c5] | committer: Michael Niedermayer avutil/pixfmt: make luma sample positions even more explicit in the AVChromaLocation ASCII art Signed-off-by: Michael

[FFmpeg-cvslog] avutil/pixfmt: Clarify mpeg example comments for AVChromaLocation

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 21 12:40:29 2015 +0200| [b95df4c3710467f1b274b96d84208eb0e92da4e3] | committer: Michael Niedermayer avutil/pixfmt: Clarify mpeg example comments for AVChromaLocation Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avutil/pixfmt: Clarify that the ASCII art describes the location of the first chroma sample of AVChromaLocation

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Thu May 21 12:18:31 2015 +0200| [a3b0130deeb65488972655d544a85757a7239f5c] | committer: Michael Niedermayer avutil/pixfmt: Clarify that the ASCII art describes the location of the first chroma sample of AVChromaLocation

[FFmpeg-cvslog] WebP muxer: support a packet containing animated WebP.

2015-05-21 Thread Urvang Joshi
ffmpeg | branch: master | Urvang Joshi urv...@google.com | Tue May 19 17:39:54 2015 -0700| [6b56fcbd10a56d2a7a116c0de4ee032b895456c2] | committer: Michael Niedermayer WebP muxer: support a packet containing animated WebP. This is the 1st patch in preparation for using WebPAnimEncoder API for

[FFmpeg-cvslog] WebP encoder: extract out some methods into a separate helper library.

2015-05-21 Thread Urvang Joshi
ffmpeg | branch: master | Urvang Joshi urv...@google.com | Tue May 19 17:39:54 2015 -0700| [f99fed733d65d31d694641a3ce162b95eb348ac0] | committer: Michael Niedermayer WebP encoder: extract out some methods into a separate helper library. This is the 2nd patch in preparation for using

[FFmpeg-cvslog] Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02'

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 22 02:28:22 2015 +0200| [162644c8331df0ba4e45bf77262f09d2ed98a2e6] | committer: Michael Niedermayer Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02' * commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02': tls: Use

[FFmpeg-cvslog] tls: Use custom IO to read from the URLContext

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Nov 10 16:58:58 2011 +0200| [d15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02] | committer: Martin Storsjö tls: Use custom IO to read from the URLContext This avoids hijacking the fd, by reading using the normal URLContext functions

[FFmpeg-cvslog] Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e'

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 22 02:37:23 2015 +0200| [9221e362fd3b4821db5a79cb2d04a12c715235de] | committer: Michael Niedermayer Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e' * commit 'd13b124eaf452b267480074b2e6946538ed03a6e': tls:

[FFmpeg-cvslog] tls: Remove the nonblocking code

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Nov 10 17:35:39 2011 +0200| [d13b124eaf452b267480074b2e6946538ed03a6e] | committer: Martin Storsjö tls: Remove the nonblocking code Since the underlying URLContext read functions are used, they handle interruption, without having

[FFmpeg-cvslog] tls: Remove all the local polling loops

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: master | Martin Storsjö mar...@martin.st | Thu Nov 10 17:44:27 2011 +0200| [94599a6de3822b13c94096d764868128f388ba28] | committer: Martin Storsjö tls: Remove all the local polling loops These aren't necessary any longer. Signed-off-by: Martin Storsjö mar...@martin.st

[FFmpeg-cvslog] Merge commit '94599a6de3822b13c94096d764868128f388ba28'

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer michae...@gmx.at | Fri May 22 02:49:34 2015 +0200| [a0124b89e393812ff273ffc2f7e0f044c66a287c] | committer: Michael Niedermayer Merge commit '94599a6de3822b13c94096d764868128f388ba28' * commit '94599a6de3822b13c94096d764868128f388ba28': tls:

[FFmpeg-cvslog] tls: fix compilation when both gnutls and openssl are enabled

2015-05-21 Thread James Almer
ffmpeg | branch: master | James Almer jamr...@gmail.com | Fri May 22 00:32:17 2015 -0300| [e91fbfd9cf17270d78c73add53fada4c217fdb5e] | committer: James Almer tls: fix compilation when both gnutls and openssl are enabled Signed-off-by: James Almer jamr...@gmail.com

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue Apr 28 22:37:19 2015 +0200| [8016800a64837332104fba122c2f73f926cb9f2a] | committer: Michael Niedermayer nutdec: fix illegal count check in decode_main_header The existing check has two problems: 1) i +

[FFmpeg-cvslog] OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c

2015-05-21 Thread Maneesh Gupta
ffmpeg | branch: release/2.5 | Maneesh Gupta maneesh.gu...@amd.com | Tue Apr 28 13:26:31 2015 +0530| [1e6352578ae4319b2427f9f2ffb8042e8d11894f] | committer: Michael Niedermayer OpenCL: Avoid potential buffer overflow in cmdutils_opencl.c The opt_opencl_bench function copied the device name

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

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu Apr 23 04:27:56 2015 +0200| [3afb2653bdaa5b785e9af8bdd7f7d9e48abb0eb4] | committer: Michael Niedermayer tests/fate-run: do not attempt to parse tiny_psnrs output if it failed This avoids confusing syntax errors with awk

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun May 3 16:21:39 2015 +0200| [c3653e2265d1d7f73d3b4596d2f67db12456116a] | committer: Michael Niedermayer pngdec: check s-last_picture.f-data[0] before using it This check was removed in commit 08aec6f6, but

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue Apr 28 20:31:56 2015 +0200| [b8627a63d89b578fce60767158ee20565210d0b4] | committer: Michael Niedermayer nutdec: check for negative frame rate in decode_info_header A negative frame rate triggers an

[FFmpeg-cvslog] xcbgrab: Validate the capture area

2015-05-21 Thread Luca Barbato
ffmpeg | branch: release/2.5 | Luca Barbato lu_z...@gentoo.org | Sat Mar 14 12:30:11 2015 +0100| [77059eedb50e01bec38f63dfc4672d8f0a60fed5] | committer: Michael Niedermayer xcbgrab: Validate the capture area And notify why the capture is impossible. Signed-off-by: Luca Barbato

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue Apr 28 11:13:43 2015 +0200| [c946f2cc83cf33bd01e8de168e0345a05f68b2ce] | committer: Michael Niedermayer apedec: prevent out of array writes in decode_array_ s-decoded_buffer is allocated with a min_size

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

2015-05-21 Thread Rong Yan
ffmpeg | branch: release/2.5 | Rong Yan rongyan...@gmail.com | Mon Apr 27 03:19:45 2015 +| [cb63a8c646a33894f32cb098723efa5842ca0991] | committer: Michael Niedermayer 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] nutdec: check chapter creation in decode_info_header

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue Apr 28 20:57:59 2015 +0200| [4158d55b9a9c9aad5641f13b73db2f618e83f8f5] | committer: Michael Niedermayer nutdec: check chapter creation in decode_info_header This fixes a segmentation fault when accessing

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun May 3 20:36:20 2015 +0200| [9b12e4c1e366614c585c33401e31a2f035dfd196] | committer: Michael Niedermayer pngdec: don't use AV_PIX_FMT_MONOBLACK for apng AV_PIX_FMT_MONOBLACK has the AV_PIX_FMT_FLAG_BITSTREAM

[FFmpeg-cvslog] libvpxenc: only set noise reduction w/vp8

2015-05-21 Thread James Zern
ffmpeg | branch: release/2.5 | James Zern jz...@google.com | Tue Apr 21 00:03:00 2015 -0700| [2f85f511ffa33f49e5414c39f6d772fbf30ff136] | committer: Michael Niedermayer libvpxenc: only set noise reduction w/vp8 this quiets a warning: Failed to set VP8E_SET_NOISE_SENSITIVITY codec control:

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun May 3 17:50:26 2015 +0200| [b04f6dfd3c52bdf1be8158b5d0b8822b60c82432] | committer: Michael Niedermayer pngdec: return correct error code from decode_frame_common During the loop ret can get changed. Since

[FFmpeg-cvslog] ffmpeg: remove incorrect network deinit

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu Apr 23 14:29:47 2015 +0200| [260f6b44184bbc5fc2cac8b3b6feefb6ce68df49] | committer: Michael Niedermayer ffmpeg: remove incorrect network deinit Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Fri Apr 24 00:01:43 2015 +0200| [4c01572a9480da7d4a7d7c3fd850cc23e94d6ca1] | committer: Michael Niedermayer alac: reject rice_limit 0 if compression is used If rice_limit is 0, k can be 0 in decode_scalar,

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue May 5 21:33:08 2015 +0200| [e67181a3518f6c6cc687aa5d4d625b067e252ad1] | committer: Michael Niedermayer diracdec: prevent overflow in data_unit_size check buf_idx + data_unit_size can overflow, causing the

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue May 5 22:10:44 2015 +0200| [448d6488b14179462e28933594d84668aad20d1c] | committer: Michael Niedermayer diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is large enough, bytes*8 can overflow

[FFmpeg-cvslog] avfilter/lavfutils: disable frame threads when decoding a single image

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu Apr 30 03:03:31 2015 +0200| [69f122abd9be9e0b51f81a061f4ae5fbe2bd021e] | committer: Michael Niedermayer avfilter/lavfutils: disable frame threads when decoding a single image The image decoding code does expect the image

[FFmpeg-cvslog] avidec: avoid infinite loop due to negative ast-sample_size

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Mon May 4 23:01:45 2015 +0200| [84db3e6648860bb4ad630f989ca2e07877fbe36c] | committer: Michael Niedermayer avidec: avoid infinite loop due to negative ast-sample_size If max in clean_index is set to a negative

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue May 5 23:51:48 2015 +0200| [7d58774360feb20339b68d6e955974f0d632afa4] | committer: Michael Niedermayer diracdec: check if reference could not be allocated s-ref_pics[i] is later used as ref argument of

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Wed May 6 15:34:53 2015 +0200| [b8568c546e185f9528e129d0620cac2f80403ad1] | committer: Michael Niedermayer diracdec: check that block length is valid In init_planes p-xblen and p-yblen are set to:

[FFmpeg-cvslog] avcodec/ffv1dec: Check chroma shift parameters

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Mon May 4 13:37:26 2015 +0200| [e337d5f1b1a6f41acfdff3302d9ff85c91b7a0bd] | committer: Michael Niedermayer avcodec/ffv1dec: Check chroma shift parameters Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun May 3 23:55:20 2015 +0200| [39115c01f09e82740607fe22f54c5de8c0659ffb] | committer: Michael Niedermayer matroskadec: check s-streams[k] before using it This fixes a segmentation fault. Signed-off-by:

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Sun May 3 23:07:20 2015 +0200| [454f63181a197d672147ac19fa30b3562f055ce8] | committer: Michael Niedermayer matroskadec: use uint64_t instead of int for index_scale index_scale is set to matroska-time_scale of

[FFmpeg-cvslog] avcodec/wavpack: Check L/ R values before use to avoid harmless integer overflow and undefined behavior in fate

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sun May 3 15:54:21 2015 +0200| [4d6d159069b678c0469025be5ddc434f45af403b] | committer: Michael Niedermayer avcodec/wavpack: Check L/R values before use to avoid harmless integer overflow and undefined behavior in fate

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

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Mon May 4 15:47:54 2015 +0200| [d8bfa4bb94a6613e1b2066be06d0706b1170cb27] | committer: Michael Niedermayer avformat/matroskadec: Use tracks[k]-stream instead of s-streams[k] The later is not correct Signed-off-by: Michael

[FFmpeg-cvslog] avformat/subtitles: Use size_t for len

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sun May 10 15:38:40 2015 +0200| [e3d9bf1151c96e23815e90c65a028b05f5e752af] | committer: Michael Niedermayer avformat/subtitles: Use size_t for len string length could theoretically be larger than int Reviewed-by: Clément

[FFmpeg-cvslog] avformat/url: Use size_t for len from strlen()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Mon May 11 03:50:01 2015 +0200| [b2d31dcf04c2884ffc4df092643bd4c026e8c377] | committer: Michael Niedermayer avformat/url: Use size_t for len from strlen() Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked

[FFmpeg-cvslog] avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment( )

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Mon May 11 15:34:28 2015 +0200| [ff0f0b1e835a38dc102d766003803314b159051c] | committer: Michael Niedermayer avformat/oggenc: Check ff_vorbiscomment_length in ogg_write_vorbiscomment() Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/flacenc: Check length in flac_write_block_comment()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Mon May 11 15:30:32 2015 +0200| [cb1ecf08b2e7078a58a4a1ff08b129e424d7] | committer: Michael Niedermayer avformat/flacenc: Check length in flac_write_block_comment() Signed-off-by: Michael Niedermayer michae...@gmx.at

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Mon May 11 20:07:49 2015 +0200| [596b9d6ed88fc9a04f4e016380eb209f3f7ecd72] | committer: Michael Niedermayer id3v2: catch avio_read errors in check_tag Since len is an unsigned int, the comparison is currently

[FFmpeg-cvslog] libavutil/mem: use size_t for the length in av_strdup()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sun May 10 16:06:50 2015 +0200| [dc8f42e0374df901696edc9855b7cd208f9ea12d] | committer: Michael Niedermayer libavutil/mem: use size_t for the length in av_strdup() the string length is not constrained to INT_MAX

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Wed Apr 22 15:23:24 2015 +0200| [bb523c1b8666905f5101022c45fdffd19cbbea83] | committer: Michael Niedermayer aacsbr: break infinite loop in sbr_hf_calc_npatches Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] avutil/dict: Use size_t for appending strings

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sun May 10 16:09:07 2015 +0200| [466575c0e03f50e1683216bcbfc1a7e3c06862fd] | committer: Michael Niedermayer avutil/dict: Use size_t for appending strings the string length is not constrained to INT_MAX Signed-off-by:

[FFmpeg-cvslog] avutil/avstring: Use size_t in av_strlcatf()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Mon May 11 20:01:15 2015 +0200| [a9f003b8ac0328f21b0fa8024389528a074a7570] | committer: Michael Niedermayer avutil/avstring: Use size_t in av_strlcatf() Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from

[FFmpeg-cvslog] avcodec/vqavideo: Check chunk size

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 00:41:38 2015 +0200| [00223d461bb78756033479e80c6a10a5570658bc] | committer: Michael Niedermayer avcodec/vqavideo: Check chunk size Fixes CID1239154 Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/hevc: Check num_entry_point_offsets

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 13:21:52 2015 +0200| [58f310f4966950e6abb7567230187669ae961122] | committer: Michael Niedermayer avcodec/hevc: Check num_entry_point_offsets Fixes CID1239099 part 2 Signed-off-by: Michael Niedermayer

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Wed Apr 22 16:32:42 2015 +0200| [5ae8df8d37c2af50a3f35550a2010ba2a2760e75] | committer: Michael Niedermayer mpeg4videodec: only allow a positive length Signed-off-by: Andreas Cadhalpun

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue Apr 28 00:30:51 2015 +0200| [d269eb2c114f8ef24cd3aa79c1465d866087f072] | committer: Michael Niedermayer apedec: set s-samples only when init_frame_decoder succeeded Otherwise range_start_decoding is not

[FFmpeg-cvslog] xcbgrab: Do not assume the non shm image data is always available

2015-05-21 Thread Luca Barbato
ffmpeg | branch: release/2.5 | Luca Barbato lu_z...@gentoo.org | Sat Mar 14 12:30:10 2015 +0100| [31601db12a153b290434272db9d81fe37fa9fb90] | committer: Michael Niedermayer xcbgrab: Do not assume the non shm image data is always available Signed-off-by: Luca Barbato lu_z...@gentoo.org (cherry

[FFmpeg-cvslog] avformat/rtpenc_jpeg: Check remaining buffer size for SOS

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Tue May 12 17:55:40 2015 +0200| [b8e0b6c70294ff2096020c4331856a9e3dedbe51] | committer: Michael Niedermayer avformat/rtpenc_jpeg: Check remaining buffer size for SOS Fixes CID1238818 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] rtpenc_jpeg: handle case of picture dimensions not dividing by 8

2015-05-21 Thread Andrey Utkin
ffmpeg | branch: release/2.5 | Andrey Utkin andrey.krieger.ut...@gmail.com | Sat Apr 11 00:54:10 2015 +0300| [3d65a272dab66329effd628533bcbbc67af73bf8] | committer: Michael Niedermayer rtpenc_jpeg: handle case of picture dimensions not dividing by 8 This fixes the calculation of the number of

[FFmpeg-cvslog] avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 18:36:19 2015 +0200| [4c6224b1cde6c71d8e33718db1b41384ddfcb3a5] | committer: Michael Niedermayer avcodec/mjpegdec: fix len computation in ff_mjpeg_decode_dqt() Signed-off-by: Michael Niedermayer michae...@gmx.at

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue Apr 28 20:58:21 2015 +0200| [23e88c81d67b66bed5423295636e0df69e66862f] | committer: Michael Niedermayer nutdec: fix memleaks on error in nut_read_header Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] lavd/xcbgrab: fix comparison with screen size.

2015-05-21 Thread Nicolas George
ffmpeg | branch: release/2.5 | Nicolas George geo...@nsup.org | Wed May 6 11:53:19 2015 +0200| [1aaf9613a8741430a48c4470b14e3389d3cf46e6] | committer: Michael Niedermayer lavd/xcbgrab: fix comparison with screen size. Signed-off-by: Nicolas George geo...@nsup.org Signed-off-by: Michael

[FFmpeg-cvslog] avcodec/hevc_ps: Check vps_num_hrd_parameters

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 13:35:57 2015 +0200| [1ed8a10487db9e03221f69d68722e3a210bad19b] | committer: Michael Niedermayer avcodec/hevc_ps: Check vps_num_hrd_parameters Fix CID1239052 part2 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/matroskadec: Cleanup error handling for bz2 zlib

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Tue May 12 18:32:12 2015 +0200| [b7a3a3a8d2845ba662d772b475812332be4b92cb] | committer: Michael Niedermayer avformat/matroskadec: Cleanup error handling for bz2 zlib Fixes CID703652 Signed-off-by: Michael Niedermayer

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue May 12 20:27:21 2015 +0200| [7d45230d812171da3976d9360a2d273e4027b5d6] | committer: Michael Niedermayer aacdec: don't return frames without data Since commit 676a395a aac-frame-data is not necessarily

[FFmpeg-cvslog] ffmpeg_opt: Fix -timestamp parsing

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sat May 9 13:07:00 2015 +0200| [9fb1c02f3097cc411f0816655349e95f0c7c1624] | committer: Michael Niedermayer ffmpeg_opt: Fix -timestamp parsing Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit

[FFmpeg-cvslog] avformat/hevc: Check cpb_cnt_minus1

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Tue May 12 19:09:06 2015 +0200| [05c2801413b117e369d6b339dff4955f387f32ce] | committer: Michael Niedermayer avformat/hevc: Check cpb_cnt_minus1 Fixes CID1239014 Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu May 14 00:09:56 2015 +0200| [4858ee1d9c1fda4257930fccde8a7c229d3ef790] | committer: Michael Niedermayer avcodec/mpeg4audio: add some padding/alignment to MAX_PCE_SIZE This avoids potential accesses over the end

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

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu May 14 18:08:33 2015 +0200| [db00ecbc96a4056f2c9890f45839f422cae2b799] | committer: Michael Niedermayer avcodec/cavsdec: Use ff_set_dimensions() Fixes CID1239111 part2 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/shorten: Check skip_bytes()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 16:48:31 2015 +0200| [71689e78632de55e593aa90ba2c80860c0b00eb6] | committer: Michael Niedermayer avcodec/shorten: Check skip_bytes() Fixes CID1210526 Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avformat/mov: Fix parsing short loci

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sat May 16 13:51:18 2015 +0200| [10b77a34714838beaf0361da64dd85c842960604] | committer: Michael Niedermayer avformat/mov: Fix parsing short loci Fixes Ticket4557 Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/sonic: check memory allocations

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 17:26:25 2015 +0200| [43f9ec7113a4bc66d95a6b32e637221177d91fe6] | committer: Michael Niedermayer avcodec/sonic: check memory allocations Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from

[FFmpeg-cvslog] avcodec/cavsdec: Check esc_code

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu May 14 17:54:40 2015 +0200| [ebdbb13108687804c6e58eacc94d621cf370b010] | committer: Michael Niedermayer avcodec/cavsdec: Check esc_code Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from commit

[FFmpeg-cvslog] avcodec/smvjpegdec: check avcodec_decode_video2() return code

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 17:21:10 2015 +0200| [8d02ba5b7b08fd816f1a6229b1de4a330784bdf7] | committer: Michael Niedermayer avcodec/smvjpegdec: check avcodec_decode_video2() return code Fixes CID1271810 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/dcadec: Check nchans

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu May 14 20:49:25 2015 +0200| [474bfd54388566f752b09eb9df8a038f04d238ba] | committer: Michael Niedermayer avcodec/dcadec: Check nchans Fixes CID1239110 Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked

[FFmpeg-cvslog] avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sun May 17 19:07:17 2015 +0200| [8b95fc6d8dcc6509bd2b3067508c034b0b6effbd] | committer: Michael Niedermayer avcodec/golomb: get_ur_golomb_jpegls: Fix reading huge k values Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/hevc: Check num_negative_pics and num_positive_pics

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Tue May 12 19:28:15 2015 +0200| [254e3af60f7e56b9c9ba870c1ea55066e3508f78] | committer: Michael Niedermayer avformat/hevc: Check num_negative_pics and num_positive_pics Fixes CID1238994 Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avformat/mp3dec: properly allocate dummy AVCodecContext

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu Feb 26 19:59:44 2015 +0100| [64c82912a74aee655618f67998c99eda36d2c6bb] | committer: Michael Niedermayer avformat/mp3dec: properly allocate dummy AVCodecContext Fixes (harmless) use of uninitialized variable Found-by:

[FFmpeg-cvslog] avcodec/dcadec: Check subsubframes

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

[FFmpeg-cvslog] avcodec/hevc: Fix typo in num_entry_point_offsets check

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 22:12:08 2015 +0200| [1bf416dfc39f0768904d081cf82856d5dd2f2803] | committer: Michael Niedermayer avcodec/hevc: Fix typo in num_entry_point_offsets check Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/dcadec: Check scale table index

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 18:04:12 2015 +0200| [ba82b23a1d079530281ea3ac71eaaea9126c7429] | committer: Michael Niedermayer avcodec/dcadec: Check scale table index Fixes CID1297594 part 1 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/nutdec: Return error on EOF from get_str()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 20 17:13:15 2015 +0200| [e7e1832cfd8b64cd950aeb91a4b471953b9f09b9] | committer: Michael Niedermayer avformat/nutdec: Return error on EOF from get_str() Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/hevc: Check offset_len

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 13:13:07 2015 +0200| [0230a8efc6c9d505dc4be36e2909d9230b0813a9] | committer: Michael Niedermayer avcodec/hevc: Check offset_len Fixes CID1239099 part 1 Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] swr: fix alignment issue caused by 8ch sse functions

2015-05-21 Thread Rainer Hochecker
ffmpeg | branch: release/2.5 | Rainer Hochecker fernetme...@online.de | Wed May 13 18:31:27 2015 +0200| [63d484c3426e75c9afbc2644150607d561f516d4] | committer: Michael Niedermayer swr: fix alignment issue caused by 8ch sse functions Fix crash when doing 8 ch conversion from apps compiled with

[FFmpeg-cvslog] avcodec/shorten: Fix code depending on signed overflow behavior

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 16:58:51 2015 +0200| [d2fbf8b5691fe3dc58137c06135fd44286f81f5e] | committer: Michael Niedermayer avcodec/shorten: Fix code depending on signed overflow behavior Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avcodec/dcadec: Check active_bands

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 18:29:40 2015 +0200| [228f7c7eed04729d85aa8f4cdf1d753f7a8acbdc] | committer: Michael Niedermayer avcodec/dcadec: Check active_bands Fixes CID1297594 part2 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/mp3dec: Check for avcodec_alloc_context3() failure

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Thu Feb 26 20:11:19 2015 +0100| [458ba000a57ca246b0ca5b8734ec6c1e28cff236] | committer: Michael Niedermayer avformat/mp3dec: Check for avcodec_alloc_context3() failure Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet()

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Tue May 12 18:03:55 2015 +0200| [1973b6ac5cf9424169d2e4774cd2b61c1e19ee77] | committer: Michael Niedermayer avformat/rtpdec_xiph: Check upper bound on len in xiph_handle_packet() Larger packets are not supported and would

[FFmpeg-cvslog] avcodec/hevc_ps: More completely check vps_num_layer_sets

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 13:35:37 2015 +0200| [502684348b3479563f6ad28d9180c47c083c1514] | committer: Michael Niedermayer avcodec/hevc_ps: More completely check vps_num_layer_sets Fixes CID1239052 part1 Signed-off-by: Michael

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

2015-05-21 Thread wm4
ffmpeg | branch: release/2.5 | wm4 nfx...@googlemail.com | Thu May 14 18:27:31 2015 +0200| [02c1074f18f6d696122e1fc098bff8e9b6adcae8] | committer: Michael Niedermayer hevc: make avcodec_decode_video2() fail if get_format() fails Personally, I need the decoder to back out if get_format()

[FFmpeg-cvslog] lavf: Reset global flag on deinit

2015-05-21 Thread Vittorio Giovara
ffmpeg | branch: release/2.5 | Vittorio Giovara vittorio.giov...@gmail.com | Wed Apr 22 14:59:56 2015 +0100| [b8f5996071cca7aea705dc363a3a79891d66f246] | committer: Michael Niedermayer lavf: Reset global flag on deinit Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry picked from

[FFmpeg-cvslog] avcodec/jpeg2000dec: fix boolean operator

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 15:15:55 2015 +0200| [bf2254bffd50d4bfcd5bb1373662d72fedc2f54c] | committer: Michael Niedermayer avcodec/jpeg2000dec: fix boolean operator Fixes CID1271791 #7-6 Signed-off-by: Michael Niedermayer michae...@gmx.at

[FFmpeg-cvslog] rtsp: Make sure we don' t write too many transport entries into a fixed-size array

2015-05-21 Thread Martin Storsjö
ffmpeg | branch: release/2.5 | Martin Storsjö mar...@martin.st | Fri Apr 24 12:38:09 2015 +0300| [6b7c6218393082bf6c91f08944a6d2087e2170e7] | committer: Michael Niedermayer rtsp: Make sure we don't write too many transport entries into a fixed-size array (cherry picked from commit

[FFmpeg-cvslog] avcodec/sonic: More completely check sample_rate_index and channels

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 17:31:58 2015 +0200| [665b343f9252d9d47f8c1ba5b8db74549affa33d] | committer: Michael Niedermayer avcodec/sonic: More completely check sample_rate_index and channels Fixes CID1271783 Signed-off-by: Michael

[FFmpeg-cvslog] tools/graph2dot: use larger data types than int for array/string sizes

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Tue May 12 03:59:30 2015 +0200| [9c10c0fdcd2f77d39fc019c403bec70c5db9feb1] | committer: Michael Niedermayer tools/graph2dot: use larger data types than int for array/string sizes Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on x86_64, because it isn' t implicitly included when PIC is on.

2015-05-21 Thread Nick Lewycky
ffmpeg | branch: release/2.5 | Nick Lewycky nlewy...@google.com | Tue May 12 18:07:57 2015 -0700| [ef5fa5099b4a7993da03968cca3773d52c13b02e] | committer: Michael Niedermayer libswscale/x86/hscale_fast_bilinear_simd.c: Include BX in the clobber list on x86_64, because it isn't implicitly

[FFmpeg-cvslog] avcodec/hevc_ps: Explicitly check num_tile_* for negative values

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 13:53:33 2015 +0200| [2cab5f4ad05098c007b0468d80ede59b8360dfa8] | committer: Michael Niedermayer avcodec/hevc_ps: Explicitly check num_tile_* for negative values This fixes nothing but maybe helps coverity which

[FFmpeg-cvslog] avcodec/shorten: More complete pred_order check

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Fri May 15 17:02:28 2015 +0200| [cb0cc44f3ac355077e6ebef7cabc39db7529a592] | committer: Michael Niedermayer avcodec/shorten: More complete pred_order check Fixes CID1239055 Signed-off-by: Michael Niedermayer

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Tue Apr 21 19:25:50 2015 +0200| [af70697836bbe1e4f0e3cfbdc7f18b23290245b5] | committer: Michael Niedermayer alsdec: check sample pointer range in revert_channel_correlation Also change the type of begin, end

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Wed Apr 22 16:03:41 2015 +0200| [216ef1200a68ad4af5da35f38dc928b31141a5c6] | committer: Michael Niedermayer alsdec: only adapt order for positive max_order For max_order = 0 the clipping range is invalid. (amin

[FFmpeg-cvslog] avformat/mov: Print reason of loci parsing failure

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Sat May 16 13:50:38 2015 +0200| [7e3d413f122cadcccecc51f59a81fd5994f8c0d0] | committer: Michael Niedermayer avformat/mov: Print reason of loci parsing failure Signed-off-by: Michael Niedermayer michae...@gmx.at (cherry

[FFmpeg-cvslog] avcodec/hevc_sei: Check num_sps_ids_minus1 value

2015-05-21 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer michae...@gmx.at | Wed May 13 01:31:15 2015 +0200| [885f501f7a1331bf24a310a16543dc550eabf729] | committer: Michael Niedermayer avcodec/hevc_sei: Check num_sps_ids_minus1 value Fixes CID1271794 Signed-off-by: Michael Niedermayer

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

2015-05-21 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun andreas.cadhal...@googlemail.com | Wed Apr 22 17:08:51 2015 +0200| [004064912f39377bc947af49d606e3e2c7a30cd7] | committer: Michael Niedermayer bink: check vst-index_entries before using it This fixes a NULL pointer dereference if vst-duration is

  1   2   >