[FFmpeg-cvslog] lavc/qsvenc: fix hevc vps extradata issues

2019-03-28 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Mar 26 06:10:21 2019 +0800| [9dece050ef01c70df1ac74a04da3548b3c0d79a9] | committer: Zhong Li lavc/qsvenc: fix hevc vps extradata issues cbs trace qsv vps header failed due to some reasons: 1. vps_temporal_id_nesting_flag is not set but spec required it m

[FFmpeg-cvslog] lavc/hevc_ps_enc: fix vps nal issues

2019-03-28 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Mar 26 06:08:37 2019 +0800| [520226b6835f649c2804698ebcf4e4e16acab514] | committer: Zhong Li lavc/hevc_ps_enc: fix vps nal issues 1. write vps_num_hrd_parameters element 2. flush left bits Signed-off-by: Zhong Li > http://git.videolan.org/gitweb.cgi/f

[FFmpeg-cvslog] [ffmpeg-web] branch master updated. 8ba7741 web/download: Add 3.4.6

2019-03-28 Thread ffmpeg-git
The branch, master has been updated via 8ba77410b3ccd65e0128de63d997d993bbe1364f (commit) from f24ac2b76069eae0abc967f09bf22f9277671352 (commit) - Log - commit 8ba77410b3ccd65e0128de63d997d993bbe1364f Author: Micha

[FFmpeg-cvslog] Tag n3.4.6 : FFmpeg 3.4.6 release

2019-03-28 Thread git
[ffmpeg] [branch: refs/tags/n3.4.6] Tag:5ee0b839747dbe2a869a7724e268a4ba00f04da5 > http://git.videolan.org/gitweb.cgi/ffmpeg.git?a=tag;h=5ee0b839747dbe2a869a7724e268a4ba00f04da5 Tagger: Michael Niedermayer Date: Fri Mar 29 01:45:48 2019 +0100 FFmpeg 3.4.6 release __

[FFmpeg-cvslog] swscale/swscale_unscaled: Fix chroma slice height

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Mar 28 22:30:59 2019 +0100| [8865ae959b18af7a400dc391d6d1e13c6027119f] | committer: Michael Niedermayer swscale/swscale_unscaled: Fix chroma slice height Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=

[FFmpeg-cvslog] avcodec/dxv: Check remaining space in CHECKPOINT()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Mar 20 22:29:21 2019 +0100| [4daec0c6777a6fd545d9e8dcaf9cb6a2cd083235] | committer: Michael Niedermayer avcodec/dxv: Check remaining space in CHECKPOINT() Fixes: Timeout (77sec -> 1sec) Fixes: 13407/clusterfuzz-testcase-minimized-ffmpeg_AV_C

[FFmpeg-cvslog] swscale/swscale_unscaled: fixed the issue that when width/height is not 2-multiple, transition of nv12 to u/v planes is not completed.

2019-03-28 Thread Dong , Jerry
ffmpeg | branch: master | Dong, Jerry | Thu Mar 28 19:40:53 2019 +0800| [c47fada298e684a07fb6ba047f6843f1cdd48aa8] | committer: Michael Niedermayer swscale/swscale_unscaled: fixed the issue that when width/height is not 2-multiple, transition of nv12 to u/v planes is not completed. Signed-off

[FFmpeg-cvslog] fftools/ffmpeg: Check if we do have also a filter_complex filter.

2019-03-28 Thread Thierry Foucu
ffmpeg | branch: master | Thierry Foucu | Wed Mar 27 14:11:59 2019 -0700| [0ac3befd479877f11c795ecef8bf1ce2184c5a7a] | committer: Michael Niedermayer fftools/ffmpeg: Check if we do have also a filter_complex filter. Right now, the code check for no filter description, but if we use a filter_co

[FFmpeg-cvslog] configure: bump year

2019-03-28 Thread James Almer
ffmpeg | branch: release/3.4 | James Almer | Tue Jan 1 15:26:31 2019 -0300| [6c2e465f62c8a5e5ef0b63a81494389c3df79b52] | committer: Michael Niedermayer configure: bump year Happy new year! (cherry picked from commit 3209d7b3930bab554bf7d97d8041d9d0b88423a8) Signed-off-by: Michael Niedermayer

[FFmpeg-cvslog] avcodec/diracdec: Check component quant

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Wed Nov 14 09:42:44 2018 +0100| [e726cd332dcfa58acf7115c29170fb1b93feb3e5] | committer: Michael Niedermayer avcodec/diracdec: Check component quant Fixes: Timeout Fixes: 10708/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_DIRAC_fuzzer-5

[FFmpeg-cvslog] avcodec/exr: set layer_match in all branches

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Dec 25 21:30:54 2018 +0100| [980ad512910a21d09c488968b402e2f35e94a22e] | committer: Michael Niedermayer avcodec/exr: set layer_match in all branches Otherwise it is left to the value from the previous iteration Signed-off-by: Michael Ni

[FFmpeg-cvslog] avcodec/fic: Check that there is input left in fic_decode_block()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Wed Jan 23 00:30:53 2019 +0100| [ae4148b895392065bdced752e82c682ecd83c4de] | committer: Michael Niedermayer avcodec/fic: Check that there is input left in fic_decode_block() Fixes: Timeout Fixes: 12450/clusterfuzz-testcase-minimized-ffmpeg_

[FFmpeg-cvslog] avcodec/tiff: Check for 12bit gray fax

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Jan 12 19:37:18 2019 +0100| [23f6170f1bdb54151638b0f76e39267781bc0405] | committer: Michael Niedermayer avcodec/tiff: Check for 12bit gray fax Fixes: Assertion failure Fixes: 11898/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TIFF_

[FFmpeg-cvslog] lavf/id3v2: fail read_apic on EOF reading mimetype

2019-03-28 Thread chcunningham
ffmpeg | branch: release/3.4 | chcunningham | Fri Dec 14 13:44:07 2018 -0800| [96062eb3cc82134921f12da02c2842fa21208742] | committer: Michael Niedermayer lavf/id3v2: fail read_apic on EOF reading mimetype avio_read may return EOF, leaving the mimetype array unitialized. fail early when this oc

[FFmpeg-cvslog] avcodec/v4l2_m2m: fix cant typo

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Dec 28 22:22:53 2018 +0100| [8349bcb526ebe0af3c3ec62833e0940c7655e95a] | committer: Michael Niedermayer avcodec/v4l2_m2m: fix cant typo Reviewed-by: Lou Logan Signed-off-by: Michael Niedermayer (cherry picked from commit 062bf5639359e1

[FFmpeg-cvslog] avcodec/4xm: Fix returned error codes

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Mon Dec 31 18:11:44 2018 +0100| [d43b488340105e09bf378795bd621ebe1520594b] | committer: Michael Niedermayer avcodec/4xm: Fix returned error codes Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer (cherry picked from commit 07607

[FFmpeg-cvslog] avformat/wvdec: detect and error out on WavPack DSD files

2019-03-28 Thread David Bryant
ffmpeg | branch: release/3.4 | David Bryant | Tue Nov 20 21:00:47 2018 -0800| [24438427ef598a4ab36eb5e99f572ff1e358475d] | committer: Michael Niedermayer avformat/wvdec: detect and error out on WavPack DSD files Not currently supported. (cherry picked from commit db109373d87b1fa5fe9f3d027d1bb

[FFmpeg-cvslog] avcodec/mjpegbdec: Fix some misplaced {} and spaces

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Dec 28 22:22:56 2018 +0100| [8490652c9cef87273873b1d001044872d105b0dc] | committer: Michael Niedermayer avcodec/mjpegbdec: Fix some misplaced {} and spaces Reviewed-by: Derek Buitenhuis Signed-off-by: Michael Niedermayer (cherry picked

[FFmpeg-cvslog] avcodec/tests/rangecoder: initialize array to avoid valgrind warning

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Jan 4 02:46:29 2019 +0100| [c4f2a8c6c1257205eae85ef48d64ada552038299] | committer: Michael Niedermayer avcodec/tests/rangecoder: initialize array to avoid valgrind warning Found-by: jamrial Signed-off-by: Michael Niedermayer (cherry pi

[FFmpeg-cvslog] avcodec/msvideo1: Check for too small dimensions

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Dec 1 22:16:19 2018 +0100| [a6d25b6ba54826c545febc55ce77feb15f61efef] | committer: Michael Niedermayer avcodec/msvideo1: Check for too small dimensions Such low resolution would result in empty output as a minimum of 4x4 is needed We co

[FFmpeg-cvslog] avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Dec 25 23:15:20 2018 +0100| [532b6c2b25c177ec4bd23ae45cbd48678f860906] | committer: Michael Niedermayer avutil/imgutils: Optimize memset_bytes() by using av_memcpy_backptr() This is strongly based on code by Marton Balint, and depends on

[FFmpeg-cvslog] avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Dec 4 16:29:40 2018 +0100| [04fe02bd80bc81e9d5a1cc9d336fc3a5a6da] | committer: Michael Niedermayer avcodec/ppc/hevcdsp: Fix build failures with powerpc-linux-gnu-gcc-4.8 with --disable-optimizations The affected functions could als

[FFmpeg-cvslog] avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa

2019-03-28 Thread gxw
ffmpeg | branch: release/3.4 | gxw | Mon Dec 24 14:07:44 2018 +0800| [4656ad1e962512db26ef40e8c280b942468107ae] | committer: Michael Niedermayer avcodec/mips: Fix failed case: hevc-conformance-AMP_A_Samsung_* when enable msa The AV_INPUT_BUFFER_PADDING_SIZE has been increased to 64, but the va

[FFmpeg-cvslog] lavf/mov: ensure only one tkhd per trak

2019-03-28 Thread chcunningham
ffmpeg | branch: release/3.4 | chcunningham | Thu Dec 13 13:58:40 2018 -0800| [cb901e183608b58b6ed9aea0f11c77b20967fe0e] | committer: Michael Niedermayer lavf/mov: ensure only one tkhd per trak Chromium fuzzing produced a whacky file with extra tkhds. This caused an AVStream that was already i

[FFmpeg-cvslog] avformat/nutenc: Document trailer index assert better

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Dec 14 21:52:09 2018 +0100| [f9b7c87145d20363f2aa027b62e5aac9afb927f6] | committer: Michael Niedermayer avformat/nutenc: Document trailer index assert better Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer (cherry picked f

[FFmpeg-cvslog] fftools/ffmpeg: Repair reinit_filter feature

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Nov 13 20:29:40 2018 +0100| [4376377c51335f0d28ca1470d625aae8342ead95] | committer: Michael Niedermayer fftools/ffmpeg: Repair reinit_filter feature Signed-off-by: Michael Niedermayer (cherry picked from commit 35040048793bc5d19942277fe

[FFmpeg-cvslog] avcodec/truemotion2: Fix integer overflow in tm2_null_res_block()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Mar 16 02:30:57 2019 +0100| [807d443c7eb4318c768f2b665c81defa405e9fe2] | committer: Michael Niedermayer avcodec/truemotion2: Fix integer overflow in tm2_null_res_block() Fixes: signed integer overflow: 638592 - -2122219136 cannot be

[FFmpeg-cvslog] avcodec/dvbsubdec: Check object position

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Mar 5 20:14:05 2019 +0100| [51d29541cb22b2fb258fcafbd8bf6038c35a3a62] | committer: Michael Niedermayer avcodec/dvbsubdec: Check object position Reference: ETSI EN 300 743 V1.2.1 7.2.2 Region composition segment Fixes: Timeout Fixes:

[FFmpeg-cvslog] avcodec/scpr: Fix use of uninitialized variable

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Feb 28 00:12:14 2019 +0100| [66894351909ffca0bd55b4e349362741f25a0f08] | committer: Michael Niedermayer avcodec/scpr: Fix use of uninitialized variable Fixes: Undefined shift Fixes: 12911/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_I

[FFmpeg-cvslog] avcodec/hevcdec: Avoid only partly skiping duplicate first slices

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Mar 23 20:55:08 2019 +0100| [9ccc633068c6fe76989f487c8932bd11886ad65b] | committer: Michael Niedermayer avcodec/hevcdec: Avoid only partly skiping duplicate first slices Fixes: NULL pointer dereference and out of array access Fixes: 138

[FFmpeg-cvslog] avformat/gdv: Check fps

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Mar 5 00:48:18 2019 +0100| [2d825946a3970e566fa41829eb758f94169c4a0e] | committer: Michael Niedermayer avformat/gdv: Check fps Fixes: Division by 0 Fixes: ffmpeg_zero_division.bin Found-by: Anatoly Trosinenko Signed-off-by: Michael Ni

[FFmpeg-cvslog] lavc/bmp: Avoid a heap buffer overwrite for 1bpp input.

2019-03-28 Thread Carl Eugen Hoyos
ffmpeg | branch: release/3.4 | Carl Eugen Hoyos | Tue Mar 26 13:32:11 2019 +0100| [d31940f04e864542819fb6b998d796e14305bd3c] | committer: Michael Niedermayer lavc/bmp: Avoid a heap buffer overwrite for 1bpp input. Found by Mingi Cho, Seoyoung Kim, and Taekyoung Kwon of the Information Security

[FFmpeg-cvslog] Update for 3.4.6

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Mar 28 10:23:26 2019 +0100| [0ac9001ab9f2bdd7c4306afd1a91d6c78b294d9f] | committer: Michael Niedermayer Update for 3.4.6 Signed-off-by: Michael Niedermayer > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=0ac9001ab9f2bdd7c43

[FFmpeg-cvslog] avcodec/aic: Check remaining bits in aic_decode_coeffs()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Mon Feb 25 13:26:25 2019 +0100| [7cc9a207919f4ddda55501d2a05fc410ec6c04f8] | committer: Michael Niedermayer avcodec/aic: Check remaining bits in aic_decode_coeffs() Fixes: Timeout (78 seconds -> 2 seconds) Fixes: 13186/clusterfuzz-testcase-

[FFmpeg-cvslog] avcodec/dfa: Check the chunk header is not truncated

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Mar 10 23:45:19 2019 +0100| [5e09dc8afebbdefa0b4c1b3d9e6b5b601e2b815b] | committer: Michael Niedermayer avcodec/dfa: Check the chunk header is not truncated Fixes: Timeout (11sec -> 3sec) Fixes: 13218/clusterfuzz-testcase-minimized-ffmp

[FFmpeg-cvslog] avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Feb 24 00:44:40 2019 +0100| [f2e3eae2041824713e59408c0246e6f94d60cc2c] | committer: Michael Niedermayer avcodec/qpeg: Limit copy in qpeg_decode_intra() to the available bytes Fixes: Timeout (27 sec -> 39 milli sec) Fixes: 13151/clusterf

[FFmpeg-cvslog] avformat/mov.c: require tfhd to begin parsing trun

2019-03-28 Thread chcunningham
ffmpeg | branch: release/3.4 | chcunningham | Wed Feb 6 16:12:51 2019 -0800| [0063964f84b163495b3569aab13f73f65a7ac1c6] | committer: Michael Niedermayer avformat/mov.c: require tfhd to begin parsing trun Detecting missing tfhd avoids re-using tfhd track info from the previous moof. For files

[FFmpeg-cvslog] avformat/matroskadec: Do not leak queued packets on sync errors

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Wed Feb 6 15:29:38 2019 +0100| [f9067108708ade40b6989328d22e84a73e408759] | committer: Michael Niedermayer avformat/matroskadec: Do not leak queued packets on sync errors Fixes: memleak Fixes: clusterfuzz-testcase-minimized-audio_decoder_fu

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

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Mar 5 12:51:22 2019 +0100| [d2fd2921e3427918cfc91a45a96d044079461e69] | committer: Michael Niedermayer avcodec/cdgraphics: Use ff_set_dimensions() Fixes: Timeout (17 sec -> 65 milli sec) Fixes: 13264/clusterfuzz-testcase-minimized-ffmp

[FFmpeg-cvslog] avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for tag scaning

2019-03-28 Thread Kevin Backhouse via RT
ffmpeg | branch: release/3.4 | Kevin Backhouse via RT | Wed Feb 6 11:29:22 2019 +| [9191218d11684a5a283fcf387fc85af62ceef9bb] | committer: Michael Niedermayer avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for tag scaning Fixes: [Semmle Security Reports

[FFmpeg-cvslog] avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393

2019-03-28 Thread Wenxiang Qian
ffmpeg | branch: release/3.4 | Wenxiang Qian | Wed Feb 13 08:47:20 2019 +0100| [e62abf9398633c6341e34e8f2eab781dd5bf040f] | committer: Michael Niedermayer avformat/ftp: Fix Out-of-Bounds Access and Information Leak in ftp.c:393 Signed-off-by: Michael Niedermayer (cherry picked from commit a14

[FFmpeg-cvslog] avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Feb 12 23:28:35 2019 +0100| [3ae6063f5ac38ed6010dcf6e096c3022e6799834] | committer: Michael Niedermayer avformat/mov: Do not use reference stream in mov_read_sidx() if there is no reference stream Fixes: NULL pointer dereference Fixes:

[FFmpeg-cvslog] avformat/webmdashenc: Check id in adaption_sets

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Wed Feb 13 10:15:04 2019 +0100| [1613b1669d023cb81c832b209b817e783262e8e2] | committer: Michael Niedermayer avformat/webmdashenc: Check id in adaption_sets Fixes: out of array access Found-by: Wenxiang Qian Signed-off-by: Michael Niedermaye

[FFmpeg-cvslog] avcodec/error_resilience: Use a symmetric check for skipping MV estimation

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Feb 19 18:41:42 2019 +0100| [902c96ae16a0a1935388d22cd2f9e916262811a6] | committer: Michael Niedermayer avcodec/error_resilience: Use a symmetric check for skipping MV estimation This speeds up the testcase by a factor of 4 Fixes: Timeo

[FFmpeg-cvslog] avcodec/mlpdec: Insuffient typo

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Feb 23 22:00:39 2019 +0100| [49f8873f8b89707e6453adc9996980ac80596997] | committer: Michael Niedermayer avcodec/mlpdec: Insuffient typo Signed-off-by: Michael Niedermayer (cherry picked from commit fc32e08941ea2795a3096e7a4013843e9ebf5f

[FFmpeg-cvslog] avcodec/pgssubdec: Check for duplicate display segments

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Jan 29 01:06:01 2019 +0100| [4946bda47302276e09000c0cd011e8327230d440] | committer: Michael Niedermayer avcodec/pgssubdec: Check for duplicate display segments In such a duplication the previous gets overwritten and leaks Fixes: memleak

[FFmpeg-cvslog] avcodec/gdv: Check for truncated tags in decompress_5()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Mon Feb 25 01:26:30 2019 +0100| [98fa61c020722f7251435f3377eba449127962d8] | committer: Michael Niedermayer avcodec/gdv: Check for truncated tags in decompress_5() Testcase: 13169/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_GDV_fuzzer

[FFmpeg-cvslog] avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for handling braces

2019-03-28 Thread Kevin Backhouse via RT
ffmpeg | branch: release/3.4 | Kevin Backhouse via RT | Wed Feb 6 12:56:01 2019 +| [e2ae3419ff47b66a2a9a93c0cdf81155c70f2b3c] | committer: Michael Niedermayer avcodec/htmlsubtitles: Fixes denial of service due to use of sscanf in inner loop for handling braces Fixes: [Semmle Security Rep

[FFmpeg-cvslog] avcodec/h264_direct: Fix overflow in POC comparission

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Feb 14 00:05:34 2019 +0100| [8ddad9f9cdac4bf05a455fe5bb3efdab5957d1e4] | committer: Michael Niedermayer avcodec/h264_direct: Fix overflow in POC comparission Fixes: runtime error: signed integer overflow: 2147421862 - -33624063 cannot be

[FFmpeg-cvslog] avcodec/zmbv: obtain frame later

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Feb 21 17:25:14 2019 +0100| [edf0297c6147453571c96042d0b09a45720dee3f] | committer: Michael Niedermayer avcodec/zmbv: obtain frame later The frame is not needed that early so obtaining it later avoids the costly operation in case other c

[FFmpeg-cvslog] avcodec/bethsoftvideo: Check block_type

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Feb 24 23:39:44 2019 +0100| [6abc6acd50ae02e0e9d77557fab53a665c46aeb9] | committer: Michael Niedermayer avcodec/bethsoftvideo: Check block_type Fixes: Timeout (17 seconds -> 1 second) Fixes: 13184/clusterfuzz-testcase-minimized-ffmpeg_A

[FFmpeg-cvslog] avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Feb 19 00:05:51 2019 +0100| [7a25b3192de6f91e2ae721ede46f6a5a2f48a550] | committer: Michael Niedermayer avcodec/jpeg2000dwt: Fix integer overflow in dwt_decode97_int() Fixes: runtime error: signed integer overflow: 2147483598 + 128 canno

[FFmpeg-cvslog] avcodec/jvdec: Check available input space before decode8x8()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Feb 21 01:09:43 2019 +0100| [3891dbf4cf6564767ffc564374db741ae5efa5f8] | committer: Michael Niedermayer avcodec/jvdec: Check available input space before decode8x8() Fixes: Timeout (78 sec -> 15 millisec) Fixes: 13147/clusterfuzz-testca

[FFmpeg-cvslog] avformat/http: Fix Out-of-Bounds access in process_line()

2019-03-28 Thread Wenxiang Qian
ffmpeg | branch: release/3.4 | Wenxiang Qian | Wed Feb 13 08:54:08 2019 +0100| [3b4630c181cba8c2416a90e7fc7cc4beacb33a99] | committer: Michael Niedermayer avformat/http: Fix Out-of-Bounds access in process_line() Signed-off-by: Michael Niedermayer (cherry picked from commit 85f91ed760a517c0d5

[FFmpeg-cvslog] avutil/mem: Optimize fill32() by unrolling and using 64bit

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Jan 17 22:35:10 2019 +0100| [9e5cb0df494b8ca352187fbb44f76d75499ddafb] | committer: Michael Niedermayer avutil/mem: Optimize fill32() by unrolling and using 64bit Reviewed-by: Marton Balint Signed-off-by: Michael Niedermayer (cherry pi

[FFmpeg-cvslog] avformat/mov: validate chunk_count vs stsc_data

2019-03-28 Thread chcunningham
ffmpeg | branch: release/3.4 | chcunningham | Thu Feb 7 14:58:17 2019 -0800| [08b159fd0d9ddcc3a26fe96ca754d77f1de3c40a] | committer: Michael Niedermayer avformat/mov: validate chunk_count vs stsc_data Bad content may contain stsc boxes with a first_chunk index that exceeds stco.entries (chunk

[FFmpeg-cvslog] avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Feb 3 15:13:03 2019 +0100| [80603682ff59f14197b5207c908c91b88aeda242] | committer: Michael Niedermayer avcodec/sbrdsp_fixed.c: remove input value limit for sbr_sum_square_c() Fixes: 1377/clusterfuzz-testcase-minimized-5487049807233024 F

[FFmpeg-cvslog] avformat/rtsp: Check number of streams in sdp_parse_line()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Jan 25 21:30:04 2019 +0100| [136ec39a2f810f8bbdb29d80aeb3ee430e6eecd8] | committer: Michael Niedermayer avformat/rtsp: Check number of streams in sdp_parse_line() Fixes: OOM Found-by: Michael Hanselmann Reviewed-by: Michael Hanselmann

[FFmpeg-cvslog] avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Mon Jan 28 00:53:22 2019 +0100| [d3aab63320657ce0c567bd5deedbbe0cf567086c] | committer: Michael Niedermayer avformat/rtsp: Clear reply in every iteration in ff_rtsp_connect() Fixes: Infinite loop Found-by: Michael Hanselmann Reviewed-by: M

[FFmpeg-cvslog] avcodec/h264_slice: Fix integer overflow in implicit_weight_table()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Jan 4 20:00:38 2019 +0100| [84ef2bba6c513d5a461a484ee0d141264e2f4882] | committer: Michael Niedermayer avcodec/h264_slice: Fix integer overflow in implicit_weight_table() Fixes: signed integer overflow: 2 * 2132811760 cannot be represen

[FFmpeg-cvslog] postproc/postprocess_template: Avoid using %4 for the threshold compare

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Dec 20 22:40:05 2018 +0100| [7df1c9361992418ce24232c26af3ac8b94aea066] | committer: Michael Niedermayer postproc/postprocess_template: Avoid using %4 for the threshold compare This avoids problems if %4 is the stack pointer the constrain

[FFmpeg-cvslog] avcodec/fic: Fail on invalid slice size/off

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Dec 16 21:43:07 2018 +0100| [d99a3f9792ec2e7c7882203ac31fbefe391ff9f0] | committer: Michael Niedermayer avcodec/fic: Fail on invalid slice size/off Fixes: Timeout Fixes: 11486/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_FIC_fuzzer

[FFmpeg-cvslog] avcodec/rpza: Move frame allocation to a later point

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Dec 16 19:04:56 2018 +0100| [3ca0a8e077fc2281165f3d343b4f7a26f02a080a] | committer: Michael Niedermayer avcodec/rpza: Move frame allocation to a later point This will allow performing some fast checks before the slow allocation Signed-o

[FFmpeg-cvslog] avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Dec 7 21:52:30 2018 +0100| [4556f7c8a2106ad514c84576b28e05249e1b6862] | committer: Michael Niedermayer avcodec/avcodec: Document the data type for AV_PKT_DATA_MPEGTS_STREAM_ID Signed-off-by: Michael Niedermayer (cherry picked from comm

[FFmpeg-cvslog] avcodec/rpza: Check that there is enough data for all the blocks

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Dec 16 19:13:27 2018 +0100| [728f142651267f6f4511c3117234242295ad3b96] | committer: Michael Niedermayer avcodec/rpza: Check that there is enough data for all the blocks Fixes: Timeout Fixes: 11547/clusterfuzz-testcase-minimized-ffmpeg_A

[FFmpeg-cvslog] postproc/postprocess_template: remove FF_REG_sp from clobber list

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Dec 20 22:40:06 2018 +0100| [30046553a5a301cfc12295f2d42e1d40eb075268] | committer: Michael Niedermayer postproc/postprocess_template: remove FF_REG_sp from clobber list Future gcc may no longer support this Tested-by: James Almer Sign

[FFmpeg-cvslog] avcodec/exr: Check for duplicate channel index

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Dec 25 18:41:58 2018 +0100| [b2fd3250c4a559d2941a6940c3e3190d4beabe25] | committer: Michael Niedermayer avcodec/exr: Check for duplicate channel index Fixes: Out of memory Fixes: 11582/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_E

[FFmpeg-cvslog] tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Dec 6 21:51:22 2018 +0100| [53d34fad0dd09501e1416796e2d2b35d45ed8453] | committer: Michael Niedermayer tests/fate/filter-video: increase fuzz for fate-filter-refcmp-psnr-rgb Fixes: test failure on powerpc Signed-off-by: Michael Niederm

[FFmpeg-cvslog] avformat/mpegts: Fix side data type for stream id

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Dec 7 21:51:48 2018 +0100| [f51a271f206b1a1e3944e441aa7a2cb9947d999f] | committer: Michael Niedermayer avformat/mpegts: Fix side data type for stream id Signed-off-by: Michael Niedermayer (cherry picked from commit ab1319d82f0c77308792

[FFmpeg-cvslog] avcodec/truemotion2rt: Fix rounding in input size check

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Nov 17 09:24:30 2018 +0100| [506b9c88c739097a62622b7a28cf4577d36e2107] | committer: Michael Niedermayer avcodec/truemotion2rt: Fix rounding in input size check Fixes: Timeout Fixes: 11332/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_I

[FFmpeg-cvslog] avcodec/shorten: Fix integer overflow with offset

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Nov 9 19:59:27 2018 +0100| [e8aaadd41ea508ab1e0f28b2bf68b3433d041b9e] | committer: Michael Niedermayer avcodec/shorten: Fix integer overflow with offset Fixes: signed integer overflow: -1625810908 - 582229060 cannot be represented in t

[FFmpeg-cvslog] avcodec/cavsdec: Propagate error codes inside decode_mb_i()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Nov 4 20:00:16 2018 +0100| [a6e6b866694ea1d8627e392f138a1029d9e54a19] | committer: Michael Niedermayer avcodec/cavsdec: Propagate error codes inside decode_mb_i() Fixes: Timeout Fixes: 10702/clusterfuzz-testcase-minimized-ffmpeg_AV_COD

[FFmpeg-cvslog] avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Dec 18 14:27:48 2018 +0100| [e657e8e8d69b471f9fe9ee6a4eab3d1d559c569c] | committer: Michael Niedermayer avcodec/mjpegdec: Fix indention of ljpeg_decode_yuv_scan() Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer (cherry pic

[FFmpeg-cvslog] avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Thu Nov 29 02:32:10 2018 +0100| [f06485063df089145ad91f6e53d17587bcaf0fb6] | committer: Michael Niedermayer avcodec/msmpeg4dec: Skip frame if its smaller than 1/8 of the minimal size Frames that small are not valid and of limited use for err

[FFmpeg-cvslog] avcodec/mpegaudio_parser: Consume more than 0 bytes in case of the unsupported mp3adu case

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sun Oct 28 21:08:39 2018 +0100| [f3404f6b90ef740bfc0a9924a033c78c4947e2f4] | committer: Michael Niedermayer avcodec/mpegaudio_parser: Consume more than 0 bytes in case of the unsupported mp3adu case Fixes: Timeout Fixes: 10966/clusterfuzz-

[FFmpeg-cvslog] avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Tue Nov 27 23:37:03 2018 +0100| [d6aac086b61ca11f813105695cbf69f0e0da529b] | committer: Michael Niedermayer avcodec/wmv2dec: Skip I frame if its smaller than 1/8 of the minimal size Frames that small are not valid and of limited use for erro

[FFmpeg-cvslog] avcodec/truemotion2: fix integer overflows in tm2_low_chroma()

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Sat Nov 17 00:38:53 2018 +0100| [940c6f3fb1899069c8575ca7ed52310a2c9ec5e4] | committer: Michael Niedermayer avcodec/truemotion2: fix integer overflows in tm2_low_chroma() Fixes: 11295/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_TRUEMO

[FFmpeg-cvslog] avcodec/pngdec: Check compression method

2019-03-28 Thread Michael Niedermayer
ffmpeg | branch: release/3.4 | Michael Niedermayer | Fri Nov 9 03:12:45 2018 +0100| [5e1133920f52f9baa05134702e10b1d02c5a5a8b] | committer: Michael Niedermayer avcodec/pngdec: Check compression method method 0 (inflate/deflate) is the only specified in the specification and the only supporte

[FFmpeg-cvslog] lavc/qsvenc: make the queried libmfx version easily reused

2019-03-28 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Tue Mar 26 07:40:54 2019 +0800| [b47446cc39d9dbdd314b391d256447bc697de848] | committer: Zhong Li lavc/qsvenc: make the queried libmfx version easily reused Signed-off-by: Zhong Li > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b47446cc39d9dbdd

[FFmpeg-cvslog] lavc/qsvenc: use the common option "trellis" of AVCodecContext

2019-03-28 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Wed Mar 27 19:33:37 2019 +0800| [b9a066ae23cbf488faf332cbfd101a3af5b77611] | committer: Zhong Li lavc/qsvenc: use the common option "trellis" of AVCodecContext Signed-off-by: Zhong Li > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b9a066ae23cb

[FFmpeg-cvslog] qsv: fix the dangerous macro definitions

2019-03-28 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Wed Mar 27 18:18:15 2019 +0800| [4131b0619c22cc0da29e95ea16b2970e2e3a566e] | committer: Zhong Li qsv: fix the dangerous macro definitions Signed-off-by: Zhong Li Reviewed-by: Carl Eugen Hoyos > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=413

[FFmpeg-cvslog] configure: include pkgconfig path as vaapi header search

2019-03-28 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Wed Mar 20 14:51:12 2019 +0800| [81ae387a265de856b63dc953c4195904360b7e98] | committer: Zhong Li configure: include pkgconfig path as vaapi header search Currectly just standard header path can be found, check_type/struct will fail if vaapi is installed some

[FFmpeg-cvslog] lavc/qsvenc_h264: remove the privite option trellis

2019-03-28 Thread Zhong Li
ffmpeg | branch: master | Zhong Li | Wed Mar 27 19:39:41 2019 +0800| [391f884675f319b95f5a72a410178516e11c557d] | committer: Zhong Li lavc/qsvenc_h264: remove the privite option trellis There are many problems of current qsv trellis option: 1. Duplicated with AVCodecContext definition 2. MFX_TR