[FFmpeg-cvslog] doc/indevs: fix x11grab options consistency

2015-11-25 Thread Stefano Sabatini
ffmpeg | branch: master | Stefano Sabatini | Wed Nov 25 17:53:58 2015 +0100| [5f2c233a858604353cf27f191d60bece03e5abbb] | committer: Stefano Sabatini doc/indevs: fix x11grab options consistency >

[FFmpeg-cvslog] avcodec/pthread_slice: Remove rets_count

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Nov 19 00:58:35 2015 +0100| [b3494e3c3eab98cfca8a39ce1122f79becbf7cfa] | committer: Michael Niedermayer avcodec/pthread_slice: Remove rets_count It appears rets_count is redundant Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Sun Jul 12 15:21:15 2015 +0200| [9b93805245eb54a37baa13831b04c980510ccda0] | committer: Andreas Cadhalpun Merge commit 'd80811c94e068085aab797f9ba35790529126f85' * commit 'd80811c94e068085aab797f9ba35790529126f85':

[FFmpeg-cvslog] vp9: add support for resolution changes in inter frames.

2015-11-25 Thread Ronald S. Bultje
ffmpeg | branch: release/2.6 | Ronald S. Bultje | Tue Apr 21 20:54:51 2015 -0400| [cf4b0fb4d6f9284ca29a39b68055b18e5d0fb4bc] | committer: Andreas Cadhalpun vp9: add support for resolution changes in inter frames. Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/s302m: Only set the sample rate when some data is output

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.6 | Michael Niedermayer | Sat Jun 6 00:59:16 2015 +0200| [8aeff8a0137042457b997094d4fe2930973c8cbf] | committer: Andreas Cadhalpun avcodec/s302m: Only set the sample rate when some data is output This way ffplay chooses the mp2 stream for

[FFmpeg-cvslog] avcodec: avoid division by zero in avcodec_string

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Nov 26 01:15:28 2015 +0100| [db13758b88384feb3f430d936a391af452f68313] | committer: Andreas Cadhalpun avcodec: avoid division by zero in avcodec_string Actually time_base should not be 0/0, but the proper

[FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sun Jul 12 15:21:15 2015 +0200| [68c0d66d4d40c57923723222c0da7bb1a949d5c5] | committer: Andreas Cadhalpun Merge commit 'd80811c94e068085aab797f9ba35790529126f85' * commit 'd80811c94e068085aab797f9ba35790529126f85':

[FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Tue Nov 10 22:14:39 2015 +0100| [aa464dc0417d89ff0e1c012f13093548a2d47b39] | committer: Andreas Cadhalpun dvdsubdec: validate offset2 similar to offset1 If it is negative, it causes segmentation faults in

[FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Fri Nov 6 21:04:34 2015 +0100| [79e477823f7fc42912b21991e11fbf4f8966464d] | committer: Andreas Cadhalpun jvdec: avoid unsigned overflow in comparison The return type of strlen is size_t, i.e. unsigned, so if

[FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Fri Nov 6 00:56:04 2015 +0100| [2ccab79595ae6a7653e503c82d5efc98a10f2be9] | committer: Andreas Cadhalpun avcodec/mpeg12dec: Do not call show_bits() with invalid bits Fixes assertion failure Fixes:

[FFmpeg-cvslog] avcodec/opusdec: Fix extra samples read index

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Tue Oct 27 01:18:22 2015 +0100| [5ed5acb91070272dc4a5e2ae16eccb2f71311913] | committer: Andreas Cadhalpun avcodec/opusdec: Fix extra samples read index Fixes crash Fixes Ticket4969 part 1 Signed-off-by: Michael

[FFmpeg-cvslog] opusdec: Don't run vector_fmul_scalar on zero length arrays

2015-11-25 Thread Kieran Kunhya
ffmpeg | branch: release/2.4 | Kieran Kunhya | Mon Oct 26 23:09:44 2015 +| [458b1fda34153510cdc9d4fee95f718aec665e9c] | committer: Andreas Cadhalpun opusdec: Don't run vector_fmul_scalar on zero length arrays Fixes crashes on fuzzed files Fixes Ticket4969 part2

[FFmpeg-cvslog] wavpack: use get_bits_long to read up to 32 bits

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Jun 27 20:16:12 2015 +0200| [4410505b42601ed836816fc7c9f2b113bb0d1219] | committer: Andreas Cadhalpun wavpack: use get_bits_long to read up to 32 bits get_bits should not be used for more than 25 bits.

[FFmpeg-cvslog] huffyuvdec: validate image size

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sun Jun 28 11:21:54 2015 +0200| [31ae0693d885f4ecf4ef750055f86467bfc5fa1d] | committer: Andreas Cadhalpun huffyuvdec: validate image size Reviewed-by: Michael Niedermayer Signed-off-by:

[FFmpeg-cvslog] wavpack: limit extra_bits to 32 and use get_bits_long

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Jul 2 23:05:05 2015 +0200| [910df0f871dd077d0060f113c6492c25af7f313f] | committer: Andreas Cadhalpun wavpack: limit extra_bits to 32 and use get_bits_long More than 32 bits can't be stored in an integer

[FFmpeg-cvslog] nutdec: check maxpos in read_sm_data before returning success

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Jun 27 17:50:56 2015 +0200| [5999a89190e4f3530e10efb9a92c6a87eae21fa2] | committer: Andreas Cadhalpun nutdec: check maxpos in read_sm_data before returning success Otherwise sm_size can be larger than

[FFmpeg-cvslog] snow: remove an obsolete av_assert2

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Jul 9 19:50:34 2015 +0200| [6f024dfd539e4c88c1574bb2cea8a4c52ce02369] | committer: Andreas Cadhalpun snow: remove an obsolete av_assert2 It asserts that the frame linesize is larger than 37, but it can

[FFmpeg-cvslog] riffdec: prevent negative bit rate

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Jul 11 00:09:46 2015 +0200| [16cbc7a9303f6f876997c096306c9184222e64b3] | committer: Andreas Cadhalpun riffdec: prevent negative bit rate Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] imc: use correct position for flcoeffs2 calculation

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Fri Jul 10 21:50:50 2015 +0200| [ba944121e281e9e13ed8a32f28207355e878d47e] | committer: Andreas Cadhalpun imc: use correct position for flcoeffs2 calculation flcoeffs2[pos] should be the log2 of

[FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Nov 7 20:05:27 2015 +0100| [372ded7f69a500993329a364f2975150e842c31e] | committer: Andreas Cadhalpun avcodec/takdec: Use memove, avoid undefined memcpy() use Fixes:

[FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Sun Jul 12 15:21:15 2015 +0200| [185126415eeecb2b79a80eb157b22c48a71577b3] | committer: Andreas Cadhalpun Merge commit 'd80811c94e068085aab797f9ba35790529126f85' * commit 'd80811c94e068085aab797f9ba35790529126f85':

[FFmpeg-cvslog] mpegvideo: clear overread in clear_context

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sat Nov 14 22:46:46 2015 +0100| [725d7fb2c608f8f4712fc13750455eec47b0cc4a] | committer: Andreas Cadhalpun mpegvideo: clear overread in clear_context Otherwise the h263p decoder can try to copy overread bytes,

[FFmpeg-cvslog] hqx: correct type and size check of info_offset

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sun Nov 15 10:33:40 2015 +0100| [67ed1ee680b70c23c0262776e4807f0df734512b] | committer: Andreas Cadhalpun hqx: correct type and size check of info_offset It is used as size argument of

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

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Mon Nov 9 22:16:01 2015 +0100| [9e3848328daecf069be8a618d5f2c1ef54557567] | committer: Andreas Cadhalpun aacdec: don't return frames without data from aac_decode_er_frame This is similar to commit ec38a1b

[FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sun Nov 15 17:46:08 2015 +0100| [1f6c88e287d122e089c07d27c669a26f9f394b63] | committer: Andreas Cadhalpun mxfdec: check edit_rate also for physical_track Previously only the edit_rate of material_track was

[FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Tue Nov 10 22:14:39 2015 +0100| [258584cfaf8684dac54b997f112c62783481bd7a] | committer: Andreas Cadhalpun dvdsubdec: validate offset2 similar to offset1 If it is negative, it causes segmentation faults in

[FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.7 | Michael Niedermayer | Sat Nov 7 20:05:27 2015 +0100| [27f3696502e10eb3b6aaec8af73f7ef082e2d913] | committer: Andreas Cadhalpun avcodec/takdec: Use memove, avoid undefined memcpy() use Fixes:

[FFmpeg-cvslog] riffdec: prevent negative bit rate

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.7 | Andreas Cadhalpun | Sat Jul 11 00:09:46 2015 +0200| [65dc698607388f5bea72a1b249d8bf05a5e8b14a] | committer: Andreas Cadhalpun riffdec: prevent negative bit rate Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] vp9: avoid infinite loop with broken files

2015-11-25 Thread wm4
ffmpeg | branch: release/2.4 | wm4 | Sat Jan 10 18:00:08 2015 +0100| [f3e33608a5d65bec0cb303641e066681b69f3131] | committer: Andreas Cadhalpun vp9: avoid infinite loop with broken files With a certain fuzzed file, the parser will always return 0 consumed bytes, which

[FFmpeg-cvslog] vp9: add support for resolution changes in inter frames.

2015-11-25 Thread Ronald S. Bultje
ffmpeg | branch: release/2.4 | Ronald S. Bultje | Tue Apr 21 20:54:51 2015 -0400| [d837407ae0bcdfe676713c16871daadddc99649f] | committer: Andreas Cadhalpun vp9: add support for resolution changes in inter frames. Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] vc1dec: use get_bits_long and limit the read bits to 32

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Thu Jun 25 22:47:38 2015 +0200| [6e288d527428af7851a173e8cc6e0e30bf9359ca] | committer: Andreas Cadhalpun vc1dec: use get_bits_long and limit the read bits to 32 get_bits should not be used with more than 25

[FFmpeg-cvslog] mpegaudiodec: copy AVFloatDSPContext from first context to all contexts

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Fri Jun 26 00:27:54 2015 +0200| [554dffb35f7902b9b607aa9c541ec4ea1a142102] | committer: Andreas Cadhalpun mpegaudiodec: copy AVFloatDSPContext from first context to all contexts This fixes a segfault when

[FFmpeg-cvslog] avcodec/s302m: Only set the sample rate when some data is output

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.4 | Michael Niedermayer | Sat Jun 6 00:59:16 2015 +0200| [46a7fe2417df341edce3ebf3e0ef05dca043619b] | committer: Andreas Cadhalpun avcodec/s302m: Only set the sample rate when some data is output This way ffplay chooses the mp2 stream for

[FFmpeg-cvslog] s302m: fix arithmetic exception

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Fri Jun 26 19:31:03 2015 +0200| [7bd9ae4afb248ba7b8a5cc772f5931c15808ae0f] | committer: Andreas Cadhalpun s302m: fix arithmetic exception If nb_samples is zero, the bit_rate calculation results in a division

[FFmpeg-cvslog] avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Nov 15 22:05:04 2015 +0100| [bdbfc12e7f248c1638d52a483f6f25c21a9408bf] | committer: Andreas Cadhalpun avcodec/jpeg2000: Change coord to 32bit to support larger than 32k width or height Fixes:

[FFmpeg-cvslog] dds: validate compressed source buffer size

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Nov 11 00:20:18 2015 +0100| [ef699b4135f48cd1524e280b59704e1b91c27864] | committer: Andreas Cadhalpun dds: validate compressed source buffer size A too small buffer will cause segfaults somewhere below

[FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Tue Nov 10 22:14:39 2015 +0100| [df31acda644a83818f4be465c927329ddd9a9816] | committer: Andreas Cadhalpun dvdsubdec: validate offset2 similar to offset1 If it is negative, it causes segmentation faults in

[FFmpeg-cvslog] softfloat: assert when the argument of av_sqrt_sf is negative

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sun Nov 8 15:15:24 2015 +0100| [510d88ae939f80a0e69188135d9ca7824a2c1075] | committer: Andreas Cadhalpun softfloat: assert when the argument of av_sqrt_sf is negative The correct result can't be expressed in

[FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sun Nov 15 17:46:08 2015 +0100| [b372ad819e35238aafe2a4667717795f61499543] | committer: Andreas Cadhalpun mxfdec: check edit_rate also for physical_track Previously only the edit_rate of material_track was

[FFmpeg-cvslog] aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Fri Nov 20 20:15:21 2015 +0100| [34f2d74555876b0596f2b0a59b8e1adf67e65ea1] | committer: Andreas Cadhalpun aacsbr: don't call sbr_dequant twice without intermediate read_sbr_data Doing that doesn't make sense,

[FFmpeg-cvslog] avcodec/avrndec: Use the AVFrame format instead of the context

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sat Nov 14 13:04:54 2015 +0100| [983e63b49018f93e8fd32fdd999bc4be6afbb8f5] | committer: Andreas Cadhalpun avcodec/avrndec: Use the AVFrame format instead of the context Fixes out of array read Fixes:

[FFmpeg-cvslog] dds: validate source buffer size before copying

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Wed Nov 11 00:05:02 2015 +0100| [a8513826dda2a6ace68a3819eec1d9c6b1f3b98f] | committer: Andreas Cadhalpun dds: validate source buffer size before copying If it is too small av_image_copy_plane segfaults.

[FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sat Nov 7 20:05:27 2015 +0100| [c4133b25f8cd4592335ff95bb389d2f02ed6f6c7] | committer: Andreas Cadhalpun avcodec/takdec: Use memove, avoid undefined memcpy() use Fixes:

[FFmpeg-cvslog] dds: disable palette flag for compressed images

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Fri Nov 13 21:48:27 2015 +0100| [bf2f7115d9d7cb2a9948a600f71c66976ce33f22] | committer: Andreas Cadhalpun dds: disable palette flag for compressed images Having both is not valid and can cause a NULL pointer

[FFmpeg-cvslog] aacps: avoid division by zero in stereo_processing

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sun Nov 8 22:04:08 2015 +0100| [c3f276b60830750a31e73c54edc2dd33e1f172bf] | committer: Andreas Cadhalpun aacps: avoid division by zero in stereo_processing This fixes a SIGFPE crash in the aac_fixed decoder.

[FFmpeg-cvslog] hqx: correct type and size check of info_offset

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sun Nov 15 10:33:40 2015 +0100| [22017f7745f95ecf1d281b729471136bf74d3c73] | committer: Andreas Cadhalpun hqx: correct type and size check of info_offset It is used as size argument of

[FFmpeg-cvslog] avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.8 | Michael Niedermayer | Sun Nov 15 21:12:50 2015 +0100| [c3a44a2a55635ac64f909f2a9861ead5cb1a4df4] | committer: Andreas Cadhalpun avcodec/jpeg2000dec: Check SIZ dimensions to be within the supported range Fixes potential integer overflows

[FFmpeg-cvslog] mpegvideo: clear overread in clear_context

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.8 | Andreas Cadhalpun | Sat Nov 14 22:46:46 2015 +0100| [6b0bc64f54e50e9f6ff4bec6313fa92bb72bd482] | committer: Andreas Cadhalpun mpegvideo: clear overread in clear_context Otherwise the h263p decoder can try to copy overread bytes,

[FFmpeg-cvslog] vp9: add support for resolution changes in inter frames.

2015-11-25 Thread Ronald S. Bultje
ffmpeg | branch: release/2.5 | Ronald S. Bultje | Tue Apr 21 20:54:51 2015 -0400| [1548223d29c939366d20923732b594f41d167253] | committer: Andreas Cadhalpun vp9: add support for resolution changes in inter frames. Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] imc: use correct position for flcoeffs2 calculation

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Fri Jul 10 21:50:50 2015 +0200| [6c36f0b57c6e80b7e5980fc3755c5f396254e622] | committer: Andreas Cadhalpun imc: use correct position for flcoeffs2 calculation flcoeffs2[pos] should be the log2 of

[FFmpeg-cvslog] riffdec: prevent negative bit rate

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Jul 11 00:09:46 2015 +0200| [0cf02e015bacdd7059db243847c71e0ef780997a] | committer: Andreas Cadhalpun riffdec: prevent negative bit rate Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] Merge commit 'd80811c94e068085aab797f9ba35790529126f85'

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sun Jul 12 15:21:15 2015 +0200| [4202e9d9724471c339b207af647c13cc6689c615] | committer: Andreas Cadhalpun Merge commit 'd80811c94e068085aab797f9ba35790529126f85' * commit 'd80811c94e068085aab797f9ba35790529126f85':

[FFmpeg-cvslog] wavpack: use get_bits_long to read up to 32 bits

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Jun 27 20:16:12 2015 +0200| [87781f952b257beb582d6488b778e7f47516ed0a] | committer: Andreas Cadhalpun wavpack: use get_bits_long to read up to 32 bits get_bits should not be used for more than 25 bits.

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

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Apr 18 20:29:13 2015 +0200| [cd76447d3d2473a9a4596c7fc7b2330d6f3e600e] | committer: Andreas Cadhalpun alsdec: limit avctx->bits_per_raw_sample to 32 avctx->bits_per_raw_sample is used in get_sbits_long,

[FFmpeg-cvslog] s302m: fix arithmetic exception

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Fri Jun 26 19:31:03 2015 +0200| [d4aeaa21732898b0a09943ff2d885e04254e3a68] | committer: Andreas Cadhalpun s302m: fix arithmetic exception If nb_samples is zero, the bit_rate calculation results in a division

[FFmpeg-cvslog] vp9: avoid infinite loop with broken files

2015-11-25 Thread wm4
ffmpeg | branch: release/2.5 | wm4 | Sat Jan 10 18:00:08 2015 +0100| [22dbde85e7ffd54c9260d528eab069ff55e271c6] | committer: Andreas Cadhalpun vp9: avoid infinite loop with broken files With a certain fuzzed file, the parser will always return 0 consumed bytes, which

[FFmpeg-cvslog] mpegvideo: clear overread in clear_context

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Nov 14 22:46:46 2015 +0100| [b7d1bbe139f49ae09c2dd5329a3c92f732648119] | committer: Andreas Cadhalpun mpegvideo: clear overread in clear_context Otherwise the h263p decoder can try to copy overread bytes,

[FFmpeg-cvslog] avcodec/s302m: Only set the sample rate when some data is output

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Jun 6 00:59:16 2015 +0200| [761bd6df06ec03aa32872712583852b20133d8ba] | committer: Andreas Cadhalpun avcodec/s302m: Only set the sample rate when some data is output This way ffplay chooses the mp2 stream for

[FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Tue Nov 10 22:14:39 2015 +0100| [d5009d6b6d9f1e0e2b3b158a1c1b72e68c786d1e] | committer: Andreas Cadhalpun dvdsubdec: validate offset2 similar to offset1 If it is negative, it causes segmentation faults in

[FFmpeg-cvslog] nutdec: check maxpos in read_sm_data before returning success

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Jun 27 17:50:56 2015 +0200| [85ef06c666d1b114c2a5370b21dfe43f365d57fa] | committer: Andreas Cadhalpun nutdec: check maxpos in read_sm_data before returning success Otherwise sm_size can be larger than

[FFmpeg-cvslog] avcodec/takdec: Use memove, avoid undefined memcpy() use

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Sat Nov 7 20:05:27 2015 +0100| [8beb5d17f1e135bdf14ceea4a59e2c00360e8c33] | committer: Andreas Cadhalpun avcodec/takdec: Use memove, avoid undefined memcpy() use Fixes:

[FFmpeg-cvslog] jvdec: avoid unsigned overflow in comparison

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Fri Nov 6 21:04:34 2015 +0100| [4636eb8968807fc41154b361383b8df4f1b28984] | committer: Andreas Cadhalpun jvdec: avoid unsigned overflow in comparison The return type of strlen is size_t, i.e. unsigned, so if

[FFmpeg-cvslog] avcodec/mpeg12dec: Do not call show_bits() with invalid bits

2015-11-25 Thread Michael Niedermayer
ffmpeg | branch: release/2.5 | Michael Niedermayer | Fri Nov 6 00:56:04 2015 +0100| [54133b7aebbcd485bd631c514be08aede9c3475c] | committer: Andreas Cadhalpun avcodec/mpeg12dec: Do not call show_bits() with invalid bits Fixes assertion failure Fixes:

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

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Mon Nov 9 22:16:01 2015 +0100| [4dc7e2dd82891679b71a4d71b2df8cdf944ba056] | committer: Andreas Cadhalpun aacdec: don't return frames without data from aac_decode_er_frame This is similar to commit ec38a1b

[FFmpeg-cvslog] s302m: fix arithmetic exception

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Fri Jun 26 19:31:03 2015 +0200| [1d852105c200a313f9db34d2038dca6875a96780] | committer: Andreas Cadhalpun s302m: fix arithmetic exception If nb_samples is zero, the bit_rate calculation results in a division

[FFmpeg-cvslog] riffdec: prevent negative bit rate

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.6 | Andreas Cadhalpun | Sat Jul 11 00:09:46 2015 +0200| [de61d9f8a1c39e2e9a550553f289c55f8fe74cfd] | committer: Andreas Cadhalpun riffdec: prevent negative bit rate Signed-off-by: Andreas Cadhalpun

[FFmpeg-cvslog] mxfdec: check edit_rate also for physical_track

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sun Nov 15 17:46:08 2015 +0100| [cc0e35c44153f79401b97f988ab5d8bb26efcde3] | committer: Andreas Cadhalpun mxfdec: check edit_rate also for physical_track Previously only the edit_rate of material_track was

[FFmpeg-cvslog] mpegvideo: clear overread in clear_context

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Sat Nov 14 22:46:46 2015 +0100| [d52df5cffa18860ae73bb5410c4430b40f25e4d6] | committer: Andreas Cadhalpun mpegvideo: clear overread in clear_context Otherwise the h263p decoder can try to copy overread bytes,

[FFmpeg-cvslog] wavpack: limit extra_bits to 32 and use get_bits_long

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Thu Jul 2 23:05:05 2015 +0200| [10bf3c25591852b2f68cf206a3ffe604bda58275] | committer: Andreas Cadhalpun wavpack: limit extra_bits to 32 and use get_bits_long More than 32 bits can't be stored in an integer

[FFmpeg-cvslog] dvdsubdec: validate offset2 similar to offset1

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.5 | Andreas Cadhalpun | Tue Nov 10 22:14:39 2015 +0100| [b6a4abc7705f3bfea14f468ed5d45fcd88873be5] | committer: Andreas Cadhalpun dvdsubdec: validate offset2 similar to offset1 If it is negative, it causes segmentation faults in

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

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Mon May 4 21:07:52 2015 +0200| [045121959e20db1e66da9e3934fa70cd20f5a4f2] | committer: Andreas Cadhalpun avidec: check for valid bit_rate range If bit_rate is negative, it can trigger an av_assert2 in

[FFmpeg-cvslog] mpegvideo: clear overread in clear_context

2015-11-25 Thread Andreas Cadhalpun
ffmpeg | branch: release/2.4 | Andreas Cadhalpun | Sat Nov 14 22:46:46 2015 +0100| [ae1156ef2aa36b1b0e61787a52f5e06487bb1056] | committer: Andreas Cadhalpun mpegvideo: clear overread in clear_context Otherwise the h263p decoder can try to copy overread bytes,

[FFmpeg-cvslog] lavf/http: fix incorrect warning in range requests

2015-11-25 Thread Rodger Combs
ffmpeg | branch: master | Rodger Combs | Sun Oct 18 17:50:21 2015 -0500| [362c17e6563808ef48655e5ddf59a35b6497b8b2] | committer: Rodger Combs lavf/http: fix incorrect warning in range requests >

[FFmpeg-cvslog] avcodec/mjpegdec: fix typo on a warning

2015-11-25 Thread James Almer
ffmpeg | branch: master | James Almer | Wed Nov 25 19:22:19 2015 -0300| [3885ef0c6c9c6d1501766341c6b44d6b169c20dd] | committer: James Almer avcodec/mjpegdec: fix typo on a warning >

[FFmpeg-cvslog] avfilter/af_alimiter: make description a bit longer

2015-11-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 25 21:52:36 2015 +0100| [fd3df296c157061ffec72e7314d4c9d7bb9c95bc] | committer: Paul B Mahol avfilter/af_alimiter: make description a bit longer Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] avfilter: do not leak frame if ff_get_audio_buffer() fails

2015-11-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 25 21:59:33 2015 +0100| [142894d7202b5559d87f58df30baf48107a816f6] | committer: Paul B Mahol avfilter: do not leak frame if ff_get_audio_buffer() fails Signed-off-by: Paul B Mahol >

[FFmpeg-cvslog] fate-run: Fix indentation

2015-11-25 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Wed Nov 25 21:03:14 2015 -0800| [04deaef29330e672b6d6600fedf4066c4f30d0e6] | committer: Timothy Gu fate-run: Fix indentation > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=04deaef29330e672b6d6600fedf4066c4f30d0e6 ---

[FFmpeg-cvslog] AAC encoder: fix wrong gain sacalefactor being set

2015-11-25 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Thu Nov 26 03:37:29 2015 -0300| [3b1cab9351f384f3a8d03dec58262d5b66920e30] | committer: Claudio Freire AAC encoder: fix wrong gain sacalefactor being set In some conditions, where the first band was being zeroed mainly, the

[FFmpeg-cvslog] aaccoder_twoloop: Mark sfdiff as av_unused

2015-11-25 Thread Timothy Gu
ffmpeg | branch: master | Timothy Gu | Thu Nov 26 03:46:09 2015 -0300| [9078a694f3fbc2f4db189c9796badbea632dd58d] | committer: Claudio Freire aaccoder_twoloop: Mark sfdiff as av_unused Silences warning when building without assertions Signed-off-by: Claudio Freire

[FFmpeg-cvslog] AAC encoder: Fix application of M/S with PNS

2015-11-25 Thread Claudio Freire
ffmpeg | branch: master | Claudio Freire | Thu Nov 26 03:27:06 2015 -0300| [fc36d852ee3413f7cd00ce531ba985925fa7a749] | committer: Claudio Freire AAC encoder: Fix application of M/S with PNS When both M/S coding and PNS are enabled, scalefactors and coding books would

[FFmpeg-cvslog] avfilter/af_sidechaincompress: add forgotten option

2015-11-25 Thread Paul B Mahol
ffmpeg | branch: master | Paul B Mahol | Wed Nov 25 12:44:07 2015 +0100| [5b106215babec37dfb0b38efdff6d2c844adfe41] | committer: Paul B Mahol avfilter/af_sidechaincompress: add forgotten option Signed-off-by: Paul B Mahol >