[FFmpeg-cvslog] MAINTAINERS: Add my GnuPG fingerprint.

2019-08-11 Thread Thilo Borgmann
ffmpeg | branch: master | Thilo Borgmann | Sun Aug 11 12:08:15 2019 +0200| [33186028fcf7b248bcd70daf620e05353b68fbed] | committer: Thilo Borgmann MAINTAINERS: Add my GnuPG fingerprint. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=33186028fcf7b248bcd70daf620e05353b68fbed --- MA

[FFmpeg-cvslog] lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function

2019-08-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Thu Jul 18 06:59:35 2019 +0800| [1ee863a7b05aaf358c43c3a788e020cc1c752c59] | committer: Rick Kern lavc/videotoolboxenc: make transfer_fnc initialized for unsupport function The current function will report one error message, but the caller func haven't ch

[FFmpeg-cvslog] lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc

2019-08-11 Thread Limin Wang
ffmpeg | branch: master | Limin Wang | Wed Jun 26 18:57:59 2019 +0800| [391b67fcb58f95b5cc65b75070fd9a3dce4f8ac6] | committer: Rick Kern lavc/videotoolboxenc: add hdr10, linear, hlg color transfer function for videotoolboxenc Below is the testing ffmpeg command for the setting: ./ffmpeg -i in

[FFmpeg-cvslog] avformat/vividas: Fix infinite loop in header parser

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 10 23:09:46 2019 +0200| [52b564ef13237bfbb31a4103d29828dba9d14984] | committer: Michael Niedermayer avformat/vividas: Fix infinite loop in header parser Fixes: Timeout (Infinite -> Finite) Fixes: 16010/clusterfuzz-testcase-minimized-ffmp

[FFmpeg-cvslog] avcodec/pngdec: consider chunk size in minimal size check

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Jul 22 00:03:15 2019 +0200| [70432eac0b511105a5d6654cb794bc5f3e983ee0] | committer: Michael Niedermayer avcodec/pngdec: consider chunk size in minimal size check assuming each block contains an empty chunk there has to be at least 8 bytes ex

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

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 10 23:09:49 2019 +0200| [9cd1e939cf26e7a53f28cbbda22d27535981b9db] | committer: Michael Niedermayer avcodec/dds: Use ff_set_dimensions() Fixes: signed integer overflow: 2082471995 * 36 cannot be represented in type 'int' Fixes: 16025/cl

[FFmpeg-cvslog] avformat/vividas: Fix another infinite loop

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 10 23:09:47 2019 +0200| [1d72b5d2d5225dde0662a1f2083a27f86a8fdb98] | committer: Michael Niedermayer avformat/vividas: Fix another infinite loop Not found by the fuzzer Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > htt

[FFmpeg-cvslog] avcodec/vc1_block: fix invalid shift in vc1_decode_p_mb()

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 22 12:35:24 2019 +0200| [b153ba1c2e03d3148766a3ebf0e9c485197f30de] | committer: Michael Niedermayer avcodec/vc1_block: fix invalid shift in vc1_decode_p_mb() Fixes: left shift of negative value -5 Fixes: 15294/clusterfuzz-testcase-minimi

[FFmpeg-cvslog] avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks()

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 26 14:33:14 2019 +0200| [ce652324062a2c72f92e40699797630ef7f1ec5a] | committer: Michael Niedermayer avcodec/alsdec: Fix integer overflow of raw_samples in decode_blocks() Fixes: signed integer overflow: 2147483424 - -1772303236 cannot be

[FFmpeg-cvslog] avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data()

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 26 15:37:30 2019 +0200| [fad3ec89b7a664b93b5e29bdb0db0cab0272a0c4] | committer: Michael Niedermayer avcodec/alsdec: Fix integer overflows of raw_samples in decode_var_block_data() This also makes the code consistent with the existing simi

[FFmpeg-cvslog] avcodec/tiff: Enforce increasing offsets

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Aug 9 01:23:46 2019 +0200| [1fedba3c350a9eb22a1748c9056206d63d4d2dd9] | committer: Michael Niedermayer avcodec/tiff: Enforce increasing offsets This may break some valid tiff files, it appears the specification does not require the offsets

[FFmpeg-cvslog] avcodec/scpr: Use av_memcpy_backptr() in type 17 and 33

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Jul 30 00:52:18 2019 +0200| [950a21e83c742714d6afbecd3e3fd1887e80fa40] | committer: Michael Niedermayer avcodec/scpr: Use av_memcpy_backptr() in type 17 and 33 This makes the changed code-path faster. Change not tested except with the fuzzer

[FFmpeg-cvslog] avcodec/mpc8: Fix 32bit mask/enum

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 10 23:09:42 2019 +0200| [e8bb949ade4078ca318a9b3475cb7a6cfc7e4639] | committer: Michael Niedermayer avcodec/mpc8: Fix 32bit mask/enum Fixes: left shift of 1 by 31 places cannot be represented in type 'int' Fixes: 15817/clusterfuzz-testca

[FFmpeg-cvslog] avcodec/aacdec_template: fix integer overflow in imdct_and_windowing()

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 10 00:04:02 2019 +0200| [da93e2b14218c4ab0fda60e21882a4633aac5748] | committer: Michael Niedermayer avcodec/aacdec_template: fix integer overflow in imdct_and_windowing() Fixes: signed integer overflow: 2147483645 + 4 cannot be represente

[FFmpeg-cvslog] avcodec/alsdec: fix mantisse shift

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jul 26 17:07:01 2019 +0200| [02346292a334a51f6da802146b782bdb01ae9b4e] | committer: Michael Niedermayer avcodec/alsdec: fix mantisse shift Fixes: shift exponent -1 is negative Fixes: 16039/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_AL

[FFmpeg-cvslog] avcodec/hevc_refs: Optimize 16bit generate_missing_ref()

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Aug 6 18:05:02 2019 +0200| [da8936969fe695a042282d5686e12227745d299a] | committer: Michael Niedermayer avcodec/hevc_refs: Optimize 16bit generate_missing_ref() Fixes: Timeout (86sec -> 8sec) [these numbers assume also "[FFmpeg-devel] [PATCH

[FFmpeg-cvslog] avcodec/vc1_block: Fix invalid shifts in vc1_decode_i_blocks()

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 22 14:21:43 2019 +0200| [c9415e815a996d287850a3572ce2c1d663b9f657] | committer: Michael Niedermayer avcodec/vc1_block: Fix invalid shifts in vc1_decode_i_blocks() Fixes: left shift of negative value -9 Fixes: 15299/clusterfuzz-testcase-m

[FFmpeg-cvslog] avcodec/encode: only allow undersized audio frames if they are the last

2019-08-11 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Sat Aug 3 21:44:28 2019 +0200| [686755f02b0214155f3a044f263c2b60abdf9800] | committer: Marton Balint avcodec/encode: only allow undersized audio frames if they are the last Otherwise the user might get a silence padded frame in the beginning or in the

[FFmpeg-cvslog] lavc/zmbvenc: Do not left-shift negative values.

2019-08-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Jul 1 01:45:36 2019 +0200| [ea56af88956061d700043c5c4b026ac57834b0c8] | committer: Carl Eugen Hoyos lavc/zmbvenc: Do not left-shift negative values. Fixes the following ubsan errors with the sample from ticket #7980: libavcodec/zmbvenc.c:243:29

[FFmpeg-cvslog] LICENSE: Fix path to libswresample test file.

2019-08-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Aug 12 01:32:46 2019 +0200| [cf3ca3363a8407790f5df00d7082ec06dbcd1a3c] | committer: Carl Eugen Hoyos LICENSE: Fix path to libswresample test file. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cf3ca3363a8407790f5df00d7082ec06dbcd1a

[FFmpeg-cvslog] LICENSE: Remove a file that does not exist anymore.

2019-08-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Aug 12 01:41:29 2019 +0200| [8abbe717f847348caab389e2a8b6793fe33dd253] | committer: Carl Eugen Hoyos LICENSE: Remove a file that does not exist anymore. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8abbe717f847348caab389e2a8b6793f

[FFmpeg-cvslog] LICENSE: Add missing filters licensed under the GPL.

2019-08-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Aug 12 01:46:57 2019 +0200| [9fdc7f1b03900cad66b9e3a14de1efa3d191f21a] | committer: Carl Eugen Hoyos LICENSE: Add missing filters licensed under the GPL. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=9fdc7f1b03900cad66b9e3a14de1efa

[FFmpeg-cvslog] LICENSE: Clarify that lensfun is GPLv3+.

2019-08-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Aug 12 01:50:45 2019 +0200| [00aa096202ce7b9c17c745a24dcc5db6b29cf73d] | committer: Carl Eugen Hoyos LICENSE: Clarify that lensfun is GPLv3+. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=00aa096202ce7b9c17c745a24dcc5db6b29cf73d --

[FFmpeg-cvslog] LICENSE: Update list of GPLv2 libraries.

2019-08-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Aug 12 01:56:21 2019 +0200| [02c0268d5c0fbcabc8d013557f17bc4dad0a9181] | committer: Carl Eugen Hoyos LICENSE: Update list of GPLv2 libraries. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=02c0268d5c0fbcabc8d013557f17bc4dad0a9181 --

[FFmpeg-cvslog] LICENSE: Add missing libraries that need --enable-version3.

2019-08-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Mon Aug 12 02:25:39 2019 +0200| [aecf5cbd68021e2f2250a2d9aa53493ac73e7c1e] | committer: Carl Eugen Hoyos LICENSE: Add missing libraries that need --enable-version3. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=aecf5cbd68021e2f2250a2d9

[FFmpeg-cvslog] avcodec/hnm4video: Optimize postprocess_current_frame()

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Aug 3 01:49:55 2019 +0200| [cd460f4da04c05d6ba93ccbbe294e948768f0937] | committer: Michael Niedermayer avcodec/hnm4video: Optimize postprocess_current_frame() Improves: Timeout (220sec -> 108sec) Improves: 15570/clusterfuzz-testcase-minimiz

[FFmpeg-cvslog] tools/target_dec_fuzzer: Limit number off all pixels decoded

2019-08-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Jul 31 10:11:15 2019 +0200| [9e0e9a5f3619f1a202e4d7eff5d3d50f21aa1542] | committer: Michael Niedermayer tools/target_dec_fuzzer: Limit number off all pixels decoded This should reduces the number of uninteresting timeouts encountered A singl