This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch release/4.4
in repository ffmpeg.
from b75afec43d swscale/x86/rgb_2_rgb: fix uyvytoyuv422 overwrite on odd
width
new 280ceef4f9 avcodec/dvdsub_parser: Fix length check for short packets
new 057a7e36e8 libswresample: Prevent out of bounds.
new 7b1a0b7163 avfilter/af_stereotools: round-up max size of buffer
new 17e806b189 avcodec/parser: Reset *buf_size on realloc failure
new 7f6a670217 avformat/nuv: return early if header id fails to read
new 2128483a6b avformat/mov: ensure required number of bytes is read
new facb8b4197 avcodec/jpeg2000dec: clear array length when freeing it
new 0fe8ff855e avcodec/mlpdec: add max channels check
new faec49b44c avcodec/jpeg2000dec: jpeg2000 has its own lowres option
new 1a5c49d841 avformat/dhav: Check amount read
new 5187519943 avcodec/alsdec: Clear shift_value
new 4e6eabd9ac avcodec/alsdec: clear last_acf_mantissa
new 107603e8d3 avformat/av1dec: Check bits left before get_leb128()
new cb62d10b07 avcodec/eatgq: Check bytestream2_get_buffer() for failure
new 3517bd4e53 avformat/qcp: Check for read failure in header
new 2f9f0fd5bc avcodec/hevc/hevcdec: initialize qp_y_tab
new 9a2d7b11bb avcodec/hevc/hevcdec: Clean sao_pixel_buffer_v on allocation
new c995e8da77 avcodec/h2645_parse: Ignore NAL with nuh_layer_id == 63
new 4cdcc7242d avformat/vqf: Ensure that comm_chunk is fully read
new 48603149f1 swscale/alphablend: don't overread alpha plane on
subsampled odd size
new a19e69435b avformat/flac_picture: Correct check
new 9bca18ebcd lavfi/bwdif: fix heap-buffer-overflow with small height
videos
new fd12ac8101 avformat/matroskadec: Check audio.sub_packet_h *
audio.frame_size
new e39140d9d3 avcodec/h264_slice: guard color_frame() against
chroma-width underflow
new 3c9ae91f19 avcodec/h264_parser: Check remaining input length in loop
in scan_mmco_reset()
new eae30181b3 configure: fix symbol prefix detection
new 9e357486d1 configure: do not use interval regexp operators with awk
new 247ad1199f configure: Disable linker warnings for common symbols
new 5b76394eda avfilter: use ff_slice_pos() for per-slice boundary
computation
The 29 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
configure | 5 +-
libavcodec/alsdec.c | 6 +--
libavcodec/dvdsub_parser.c | 2 +-
libavcodec/eatgq.c | 3 +-
libavcodec/h2645_parse.c | 6 ++-
libavcodec/h264_parser.c | 4 ++
libavcodec/hevcdec.c | 6 +--
libavcodec/jpeg2000dec.c | 11 ++++-
libavcodec/mlpdec.c | 4 ++
libavcodec/parser.c | 1 +
libavcodec/utils.c | 6 ++-
libavfilter/af_asoftclip.c | 5 +-
libavfilter/af_crystalizer.c | 33 ++++++-------
libavfilter/af_stereotools.c | 2 +-
libavfilter/vf_amplify.c | 9 ++--
libavfilter/vf_atadenoise.c | 5 +-
libavfilter/vf_avgblur.c | 9 ++--
libavfilter/vf_blackdetect.c | 5 +-
libavfilter/vf_blend.c | 5 +-
libavfilter/vf_bm3d.c | 4 +-
libavfilter/vf_bwdif.c | 24 +++++++---
libavfilter/vf_cas.c | 9 ++--
libavfilter/vf_chromakey.c | 17 +++----
libavfilter/vf_chromanr.c | 9 ++--
libavfilter/vf_chromashift.c | 17 +++----
libavfilter/vf_colorbalance.c | 17 +++----
libavfilter/vf_colorchannelmixer.c | 17 +++----
libavfilter/vf_colorconstancy.c | 13 ++---
libavfilter/vf_colorcontrast.c | 17 +++----
libavfilter/vf_colorcorrect.c | 9 ++--
libavfilter/vf_colorize.c | 17 +++----
libavfilter/vf_colorkey.c | 9 ++--
libavfilter/vf_colorlevels.c | 5 +-
libavfilter/vf_colormatrix.c | 17 +++----
libavfilter/vf_colortemperature.c | 17 +++----
libavfilter/vf_convolution.c | 5 +-
libavfilter/vf_convolve.c | 25 +++++-----
libavfilter/vf_curves.c | 9 ++--
libavfilter/vf_datascope.c | 13 ++---
libavfilter/vf_dctdnoiz.c | 5 +-
libavfilter/vf_deband.c | 17 +++----
libavfilter/vf_dedot.c | 8 ++--
libavfilter/vf_despill.c | 5 +-
libavfilter/vf_epx.c | 9 ++--
libavfilter/vf_estdif.c | 5 +-
libavfilter/vf_exposure.c | 5 +-
libavfilter/vf_fade.c | 29 ++++++------
libavfilter/vf_gblur.c | 13 ++---
libavfilter/vf_geq.c | 5 +-
libavfilter/vf_hqx.c | 5 +-
libavfilter/vf_identity.c | 9 ++--
libavfilter/vf_lagfun.c | 5 +-
libavfilter/vf_lensfun.c | 9 ++--
libavfilter/vf_limiter.c | 5 +-
libavfilter/vf_lumakey.c | 9 ++--
libavfilter/vf_lut.c | 9 ++--
libavfilter/vf_lut2.c | 5 +-
libavfilter/vf_lut3d.c | 25 +++++-----
libavfilter/vf_maskedclamp.c | 5 +-
libavfilter/vf_maskedmerge.c | 5 +-
libavfilter/vf_maskedminmax.c | 5 +-
libavfilter/vf_maskedthreshold.c | 5 +-
libavfilter/vf_maskfun.c | 5 +-
libavfilter/vf_median.c | 5 +-
libavfilter/vf_mix.c | 9 ++--
libavfilter/vf_monochrome.c | 17 +++----
libavfilter/vf_neighbor.c | 5 +-
libavfilter/vf_nlmeans.c | 5 +-
libavfilter/vf_nnedi.c | 5 +-
libavfilter/vf_noise.c | 5 +-
libavfilter/vf_overlay.c | 13 ++---
libavfilter/vf_photosensitivity.c | 9 ++--
libavfilter/vf_premultiply.c | 4 +-
libavfilter/vf_pseudocolor.c | 7 +--
libavfilter/vf_psnr.c | 5 +-
libavfilter/vf_remap.c | 9 ++--
libavfilter/vf_removegrain.c | 5 +-
libavfilter/vf_scroll.c | 5 +-
libavfilter/vf_selectivecolor.c | 5 +-
libavfilter/vf_shear.c | 9 ++--
libavfilter/vf_shufflepixels.c | 13 ++---
libavfilter/vf_signalstats.c | 33 ++++++-------
libavfilter/vf_ssim.c | 9 ++--
libavfilter/vf_stereo3d.c | 5 +-
libavfilter/vf_super2xsai.c | 5 +-
libavfilter/vf_threshold.c | 5 +-
libavfilter/vf_tonemap.c | 5 +-
libavfilter/vf_transpose.c | 5 +-
libavfilter/vf_unsharp.c | 5 +-
libavfilter/vf_v360.c | 9 ++--
libavfilter/vf_vibrance.c | 17 +++----
libavfilter/vf_vif.c | 5 +-
libavfilter/vf_w3fdif.c | 5 +-
libavfilter/vf_waveform.c | 97 +++++++++++++++++++-------------------
libavfilter/vf_weave.c | 5 +-
libavfilter/vf_xbr.c | 5 +-
libavfilter/vf_xfade.c | 4 +-
libavfilter/vf_xmedian.c | 9 ++--
libavfilter/vf_yadif.c | 5 +-
libavfilter/vf_yaepblur.c | 13 ++---
libavformat/av1dec.c | 3 ++
libavformat/dhav.c | 5 +-
libavformat/flac_picture.c | 6 ++-
libavformat/matroskadec.c | 4 ++
libavformat/mov.c | 2 +-
libavformat/nuv.c | 5 +-
libavformat/qcp.c | 3 +-
libavformat/vqf.c | 5 +-
libswresample/swresample.c | 4 +-
libswscale/alphablend.c | 32 ++++++++-----
110 files changed, 598 insertions(+), 456 deletions(-)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]