[FFmpeg-cvslog] x86/aacpsdsp: optimize ff_ps_stereo_interpolate_sse3

2017-06-03 Thread James Almer
ffmpeg | branch: master | James Almer | Fri Jun 2 19:17:28 2017 -0300| [be3809a521fecfd3a61db99d660f243bd32b30bb] | committer: James Almer x86/aacpsdsp: optimize ff_ps_stereo_interpolate_sse3 Move the unpacking outside of the loop. 5% to 10% faster. Suggested-by: ubitux Signed-off-by: James A

[FFmpeg-cvslog] avformat/options: log filename on open

2017-06-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Fri Jun 2 14:47:16 2017 +0200| [53e0d5d7247548743e13c59c35e59fc2161e9582] | committer: Michael Niedermayer avformat/options: log filename on open The loglevel is choosen so that the main filename and any images of multi image sequences are shown

[FFmpeg-cvslog] libavfilter/scale2ref: Fix out-of-bounds array access

2017-06-03 Thread Kevin Mark
ffmpeg | branch: master | Kevin Mark | Sat Jun 3 05:04:19 2017 -0400| [08213e0b7974b7e75d9031d6e448be49a494c0a1] | committer: Michael Niedermayer libavfilter/scale2ref: Fix out-of-bounds array access ff_scale_eval_dimensions blindly assumes that two inputs are always available as of 3385989b9

[FFmpeg-cvslog] avcodec/tiff: Use av_fast_padded_malloc() in tiff_unpack_fax()

2017-06-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat Jun 3 23:57:58 2017 +0200| [9221445fa001093307864a53f91c1172c239de18] | committer: Michael Niedermayer avcodec/tiff: Use av_fast_padded_malloc() in tiff_unpack_fax() Fixes: Timeout Fixes: 1213/clusterfuzz-testcase-minimized-6022987469815808

[FFmpeg-cvslog] avcodec/mlpdec: Check quant_step_size against huff_lsbs

2017-06-03 Thread Michael Niedermayer
ffmpeg | branch: master | Michael Niedermayer | Sat May 20 23:01:04 2017 +0200| [361e0310d95bf2a0377f168518d1135ae15ca3f8] | committer: Michael Niedermayer avcodec/mlpdec: Check quant_step_size against huff_lsbs This reorders the operations so as to avoid computations with the above arguments