[FFmpeg-cvslog] avcodec/mpeg12: Reduce size of motion-vector VLC

2020-10-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 8 16:59:40 2020 +0200| [c4990409f2edf5ec034e47aa79e8b9f5cc798d3a] | committer: Andreas Rheinhardt avcodec/mpeg12: Reduce size of motion-vector VLC It currently uses 9 bits per table, but there are no codes with nine bits at all, while the

[FFmpeg-cvslog] avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can fail

2020-10-11 Thread Andreas Rheinhardt
ffmpeg | branch: master | Andreas Rheinhardt | Thu Oct 8 17:54:19 2020 +0200| [7800cc6e82068c6dfb5af53817f03dfda794c568] | committer: Andreas Rheinhardt avcodec/mpeg12: Don't pretend reading dct_dc_size_* VLCs can fail It can't because the corresponding trees don't have any loose ends. Remov

[FFmpeg-cvslog] lavc, lavf: Remove newlines from calls to avpriv_request_sample().

2020-10-11 Thread Carl Eugen Hoyos
ffmpeg | branch: master | Carl Eugen Hoyos | Sun Oct 11 19:59:24 2020 +0200| [86f0bba776018cd83642c0195ac3f41f3c87c1d3] | committer: Carl Eugen Hoyos lavc, lavf: Remove newlines from calls to avpriv_request_sample(). > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=86f0bba776018cd83

[FFmpeg-cvslog] avcodec/mobiclip: Fix multiple integer overflows

2020-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 29 22:43:13 2020 +0200| [0aa1645140e69a092150cd4e1c7e54321f6cfd12] | committer: Michael Niedermayer avcodec/mobiclip: Fix multiple integer overflows Fixes: signed integer overflow: 872415232 * 7 cannot be represented in type 'int' Fixes:

[FFmpeg-cvslog] avcodec/exr: Check line size for overflow

2020-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 26 22:04:16 2020 +0200| [9b72cea4463dd2fabcd9ba1454a0855e521d0148] | committer: Michael Niedermayer avcodec/exr: Check line size for overflow Fixes: signed integer overflow: 570425356 * 6 cannot be represented in type 'int Fixes: 25929/c

[FFmpeg-cvslog] avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSX

2020-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Tue Sep 29 21:23:39 2020 +0200| [991246657b436d54d8f72c57fcc4888b835bb7c9] | committer: Michael Niedermayer avcodec/adpcm: Check block align for AV_CODEC_ID_ADPCM_PSX Regression since: ca49476ace90ddebc5f92d9d82297f77e528c21e Fixes: out of array

[FFmpeg-cvslog] avcodec/exr: Check xdelta, ydelta

2020-10-11 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Sep 26 21:54:36 2020 +0200| [6949df35d0c69ae91bb0f49069e0703deb9bd676] | committer: Michael Niedermayer avcodec/exr: Check xdelta, ydelta Fixes: assertion failure Fixes: 25617/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_EXR_fuzzer-5648

[FFmpeg-cvslog] Allow using only the mfra info for seeking using the fragment index

2020-10-11 Thread Justin Ruggles
ffmpeg | branch: master | Justin Ruggles | Fri Oct 2 08:51:19 2020 -0400| [2be3eb7f77a3b6433016f5691ed504f99e0377da] | committer: Derek Buitenhuis Allow using only the mfra info for seeking using the fragment index The mfra has enough information to enable seeking, and reading it is behind an

[FFmpeg-cvslog] swscale/utils: override forced-zero formats back to full range

2020-10-11 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Oct 10 01:33:27 2020 +0300| [7ea4bcff7b038774b404bad2b9c7112a7855a088] | committer: Jan Ekström swscale/utils: override forced-zero formats back to full range Fixes vf_scale outputting RGB AVFrames with limited range flagged in case either input or ou

[FFmpeg-cvslog] swscale/utils: split range override check into its own function

2020-10-11 Thread Jan Ekström
ffmpeg | branch: master | Jan Ekström | Sat Oct 10 01:29:18 2020 +0300| [3fe24fe23219d28edc12c5b78a19a075d948f997] | committer: Jan Ekström swscale/utils: split range override check into its own function > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=3fe24fe23219d28edc12c5b78a19a07