[FFmpeg-cvslog] lavc/pnmdec: Fix 16bit decoding.

2019-12-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Fri Dec 13 19:10:15 2019 +0100| [193143486e8a7b1108147b1ea44134b5a80e5e17] | committer: Carl Eugen Hoyos lavc/pnmdec: Fix 16bit decoding. Regression since cdb5479c Reported by irc user tTh from Mixart-Myrys > http://git.videolan.org/gitweb.cgi/ffmp

[FFmpeg-cvslog] lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers.

2019-12-14 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sat Dec 14 16:09:41 2019 +0100| [8b5ef2dcffe56e94c26278645f0b3bcf0805c64d] | committer: Carl Eugen Hoyos lavu/pixfmt: Cosmetics, remove wrong end-of-comment markers. > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8b5ef2dcffe56e94c262786

[FFmpeg-cvslog] avfilter/vf_tinterlace: add support for bypassing already interlaced frames

2019-12-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Dec 6 11:01:11 2019 +0100| [6498522befb21974061cb38ece90b482bd0d2b16] | committer: Marton Balint avfilter/vf_tinterlace: add support for bypassing already interlaced frames The old interlace filter worked this way before it was merged with tinterl

[FFmpeg-cvslog] avfilter/x86/vf_interlace: always use unaligned movs

2019-12-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Dec 6 23:01:27 2019 +0100| [1f8e43938bc2cc43ab1a875456aea373e0b587b9] | committer: Marton Balint avfilter/x86/vf_interlace: always use unaligned movs Fixes crashes in command lines such as: ffmpeg -f lavfi -i testsrc2=704x576:r=50,interlace,pad=7

[FFmpeg-cvslog] avfilter/vf_interlace: do not interlace already interlaced frames

2019-12-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Dec 6 11:02:36 2019 +0100| [4cd2cee7ed519f052ac6a92a0445763d79471d1c] | committer: Marton Balint avfilter/vf_interlace: do not interlace already interlaced frames The filter used to work this way before it was merged into tinterlace. Signed-off-b

[FFmpeg-cvslog] avfilter/vf_interlace: restore lowpass mode constants

2019-12-14 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Fri Dec 6 10:35:41 2019 +0100| [28b5dc6199ed7b4f62e345865fe28142b9cbf9e0] | committer: Marton Balint avfilter/vf_interlace: restore lowpass mode constants The documentation still mentions numerical constants in addition to textual ones. It is also wro

[FFmpeg-cvslog] avcodec/wmalosslessdec: Check that padding bits is not more than sample bits

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 18 12:49:25 2019 +0100| [9d428265808255ad2fc60355fe641aaa4fd3dae4] | committer: Michael Niedermayer avcodec/wmalosslessdec: Check that padding bits is not more than sample bits Fixes: left shift of 1 by 31 places cannot be represented in

[FFmpeg-cvslog] avcodec/pnm: Check that the header is not truncated

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 14 19:19:57 2019 +0100| [c94cb8d9b21baeeecef962c72965dbedc4e0b0e1] | committer: Michael Niedermayer avcodec/pnm: Check that the header is not truncated Fixes: Ticket8430 Reviewed-by: Paul B Mahol Signed-off-by: Michael Niedermayer > h

[FFmpeg-cvslog] avcodec/adpcm: Fix invalid shift in xa_decode()

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 20 19:13:09 2019 +0100| [50db30b47d016fc4e7b47067545b15d22d4faddf] | committer: Michael Niedermayer avcodec/adpcm: Fix invalid shift in xa_decode() Fixes: left shift of negative value -1 Fixes: 18859/clusterfuzz-testcase-minimized-ffmpeg

[FFmpeg-cvslog] avcodec/wmalosslessdec: Fix several integer issues

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 18 14:22:57 2019 +0100| [ec3fe67074ad0a6a3a817f6f42175ea63a98092b] | committer: Michael Niedermayer avcodec/wmalosslessdec: Fix several integer issues Fixes: shift exponent -1 is negative (and others) Fixes: 18852/clusterfuzz-testcase-mi

[FFmpeg-cvslog] avcodec/mp3_header_decompress_bsf: Check sample_rate_index

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Dec 14 00:37:27 2019 +0100| [f064c7c449f162a9011ad890f26ceeca26934d22] | committer: Michael Niedermayer avcodec/mp3_header_decompress_bsf: Check sample_rate_index Fixes: out of array read Fixes: 19309/clusterfuzz-testcase-minimized-ffmpeg_BS

[FFmpeg-cvslog] avcodec/adpcm: Clip predictor for APC

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Nov 21 23:02:56 2019 +0100| [9fe07908c3f67d59cf4db5668d61b34506189590] | committer: Michael Niedermayer avcodec/adpcm: Clip predictor for APC Fixes: signed integer overflow: -2147483648 - 13 cannot be represented in type 'int' Fixes: 18893/

[FFmpeg-cvslog] avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUP

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 18 14:41:54 2019 +0100| [5d0b3e282a6a77d7b1d0c74c7a66e41f98f21f03] | committer: Michael Niedermayer avcodec/wmavoice: Add FF_CODEC_CAP_INIT_CLEANUP Fixes: memleaks Fixes: 18855/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_WMAVOICE_f

[FFmpeg-cvslog] avcodec/decode: Fix integer overflow in max_samples check

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 20 21:13:01 2019 +0100| [6b7bcd437e590f1678cd6588dcb335d092a1e048] | committer: Michael Niedermayer avcodec/decode: Fix integer overflow in max_samples check Fixes: signed integer overflow: 1677721600 * 32 cannot be represented in type '

[FFmpeg-cvslog] avcodec/dstdec: Use get_ur_golomb_jpegls()

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Oct 1 00:43:03 2019 +0200| [a76690c02b4fd12d7fac6f753af8bad72c82d55c] | committer: Michael Niedermayer avcodec/dstdec: Use get_ur_golomb_jpegls() Fixes: shift exponent -4 is negative Fixes: 17793/clusterfuzz-testcase-minimized-ffmpeg_AV_COD

[FFmpeg-cvslog] avcodec/apedec: Set error on error in ape_decode_value_3860()

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 18 08:51:20 2019 +0100| [2c2ee67fd36edaac88914e9d75e00f16a9a7cc17] | committer: Michael Niedermayer avcodec/apedec: Set error on error in ape_decode_value_3860() Fixes: Timeout (unknown -> 15sec) Fixes: 18808/clusterfuzz-testcase-minimiz

[FFmpeg-cvslog] avcodec/wmaprodec: Fixes integer overflow with 32bit samples

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 20 20:34:55 2019 +0100| [a9cc69c0d59057ea172a107e0308fdf5fd8fc04e] | committer: Michael Niedermayer avcodec/wmaprodec: Fixes integer overflow with 32bit samples Fixes: left shift of 1 by 31 places cannot be represented in type 'int' Fixes

[FFmpeg-cvslog] avcodec/wmavoice: Check remaining input in parse_packet_header()

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 23 09:18:12 2019 +0100| [19c41969b26d07519fff8182a0d3266cdb712078] | committer: Michael Niedermayer avcodec/wmavoice: Check remaining input in parse_packet_header() Fixes: Infinite loop Fixes: 18914/clusterfuzz-testcase-minimized-ffmpeg_

[FFmpeg-cvslog] avcodec/iff: Skip overflowing runs in decode_delta_d()

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Mon Nov 18 09:45:29 2019 +0100| [185f441ba26a2112725db1e8f218e54ac8068bbb] | committer: Michael Niedermayer avcodec/iff: Skip overflowing runs in decode_delta_d() Fixes: Timeout (107sec - 75ms> Fixes: 18812/clusterfuzz-testcase-minimized-ffmpeg_

[FFmpeg-cvslog] tools/target_dec_fuzzer: Adjust threshold for dst

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Nov 23 16:36:02 2019 +0100| [5a8877da35bc8abcb1aa6ce702bb6c4437e2460c] | committer: Michael Niedermayer tools/target_dec_fuzzer: Adjust threshold for dst Fixes: Timeout (400sec -> 14sec) Fixes: 18989/clusterfuzz-testcase-minimized-ffmpeg_AV_

[FFmpeg-cvslog] avcodec/targa: Check colors vs. available space

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Thu Nov 21 22:43:01 2019 +0100| [01593278cef06dbb4491d50d03b72198d2848adf] | committer: Michael Niedermayer avcodec/targa: Check colors vs. available space Fixes: Timeout (37sec -> 52ms) Fixes: 18892/clusterfuzz-testcase-minimized-ffmpeg_AV_CODE

[FFmpeg-cvslog] avcodec/wmalosslessdec: Fix 2 overflows in mclms

2019-12-14 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Wed Nov 20 22:05:40 2019 +0100| [92455c8c65c403ea696cb8c63d474d386d631bbd] | committer: Michael Niedermayer avcodec/wmalosslessdec: Fix 2 overflows in mclms Fixes: signed integer overflow: 2038337026 + 109343477 cannot be represented in type 'in