This is an automated email from the git hooks/post-receive script.
Git pushed a change to branch release/8.0
in repository ffmpeg.
from 73c6b20548 avformat/iamf_writer: reject muxing PCM streams
new e1d3b33a80 avfilter: add ff_slice_pos() helper for slice boundaries
new c2ae65997b avfilter: use ff_slice_pos() for per-slice boundary
computation
new 6d5546392d swscale/ppc: fix LOAD_FILTER overread in VSX path
new 30e6623a3f swscale/ppc: fix ASAN stack-buffer-overflow in yuv2planeX
new 1c0f990099 avformat/rtpenc_amr: Check input size
new 9790e888a8 swresample/x86/resample: write only int16 in the int16
resampler
new ea825c0363 avfilter/v360: reject out-of-range dimensions
new 84f6907fb1 avfilter/v360: compute remap table offsets in 64bit
new 1100769bf6 avfilter/avf_showcwt: fix out of array read in
compute_kernel
new a084446fca avfilter/avf_showcwt: avoid undefined float to int
conversion of nb_consumed_samples
new b5f3245da5 avfilter/avf_showcwt: fix DIRECTION_RL EOF fill clearing
the wrong columns
new 71823ab4ab avfilter/avf_showcwt: fix DIRECTION_DU EOF fill clearing
the wrong rows
new 64538ca0c4 avformat/mpegts: use av_fast_realloc() for prg
new c3cb4eda5b avfilter/convolution: compute user matrix products in
unsigned
new 676b509641 avcodec/cbs_av1_syntax_template: reset seen_frame_header on
sequence headers
new 395b300177 avcodec/jpeg2000: Fix undefined behavior on ROI shift-up
new 120e53d4ee avformat/sctp: add size check in sctp_read() matching
sctp_write()
new 246d6b3dfd avfilter/avf_showspectrum: Fix allocation check
new 6299a0a5e2 avformat/icecast: reject CR/LF in metadata header values
new 15032633ec libavdevice/alsa.c: fix NULL pointer dereference
new 42a9d5d0de avcodec/snowenc: fix out-of-bounds memcpy in get_block_rd()
for narrow planes
new 8f4ab7f088 avcodec/snowenc: fix out-of-bounds OBMC read in get_dc()
for narrow planes
new 11b24e9b93 avcodec/snowenc: fix SIGFPE in get_dc() when a block lies
outside the plane
new db8b450ebb swscale/aarch64: fix uyvy/yuyv to yuv420p/yuv422p on odd
width
new 618368016f swscale/x86/rgb_2_rgb: fix uyvytoyuv422 overwrite on odd
width
new 3479a23d74 update for 8.0.3
The 26 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:
Changelog | 136 +++++++++++++++++++++++++++++++
RELEASE | 2 +-
doc/Doxyfile | 2 +-
libavcodec/cbs_av1_syntax_template.c | 3 +
libavcodec/jpeg2000htdec.c | 15 +++-
libavcodec/snowenc.c | 24 ++++--
libavdevice/alsa.c | 6 +-
libavfilter/aap_template.c | 4 +-
libavfilter/adynamicequalizer_template.c | 4 +-
libavfilter/af_acrossover.c | 4 +-
libavfilter/af_adecorrelate.c | 4 +-
libavfilter/af_adenorm.c | 4 +-
libavfilter/af_adrc.c | 4 +-
libavfilter/af_aemphasis.c | 4 +-
libavfilter/af_afftdn.c | 4 +-
libavfilter/af_afftfilt.c | 8 +-
libavfilter/af_afir.c | 4 +-
libavfilter/af_afreqshift.c | 4 +-
libavfilter/af_anequalizer.c | 4 +-
libavfilter/af_apsyclip.c | 4 +-
libavfilter/af_arnndn.c | 4 +-
libavfilter/af_asdr.c | 12 +--
libavfilter/af_asoftclip.c | 4 +-
libavfilter/af_aspectralstats.c | 4 +-
libavfilter/af_astats.c | 4 +-
libavfilter/af_asubboost.c | 4 +-
libavfilter/af_asupercut.c | 4 +-
libavfilter/af_atilt.c | 4 +-
libavfilter/af_biquads.c | 4 +-
libavfilter/af_crystalizer.c | 4 +-
libavfilter/af_dynaudnorm.c | 8 +-
libavfilter/af_surround.c | 8 +-
libavfilter/anlms_template.c | 4 +-
libavfilter/arls_template.c | 4 +-
libavfilter/avf_avectorscope.c | 4 +-
libavfilter/avf_showcwt.c | 29 +++----
libavfilter/avf_showspectrum.c | 10 +--
libavfilter/colorchannelmixer_template.c | 8 +-
libavfilter/filters.h | 15 ++++
libavfilter/vf_amplify.c | 4 +-
libavfilter/vf_atadenoise.c | 4 +-
libavfilter/vf_backgroundkey.c | 8 +-
libavfilter/vf_bilateral.c | 16 ++--
libavfilter/vf_blackdetect.c | 4 +-
libavfilter/vf_blend.c | 4 +-
libavfilter/vf_bm3d.c | 4 +-
libavfilter/vf_bwdif.c | 2 +-
libavfilter/vf_cas.c | 8 +-
libavfilter/vf_chromakey.c | 16 ++--
libavfilter/vf_chromanr.c | 4 +-
libavfilter/vf_chromashift.c | 16 ++--
libavfilter/vf_colorbalance.c | 16 ++--
libavfilter/vf_colorconstancy.c | 12 +--
libavfilter/vf_colorcontrast.c | 16 ++--
libavfilter/vf_colorcorrect.c | 24 +++---
libavfilter/vf_colordetect.c | 8 +-
libavfilter/vf_colorize.c | 16 ++--
libavfilter/vf_colorkey.c | 8 +-
libavfilter/vf_colorlevels.c | 4 +-
libavfilter/vf_colormap.c | 4 +-
libavfilter/vf_colormatrix.c | 16 ++--
libavfilter/vf_colortemperature.c | 20 ++---
libavfilter/vf_convolution.c | 96 +++++++++++-----------
libavfilter/vf_convolve.c | 28 +++----
libavfilter/vf_corr.c | 8 +-
libavfilter/vf_curves.c | 8 +-
libavfilter/vf_datascope.c | 12 +--
libavfilter/vf_dctdnoiz.c | 4 +-
libavfilter/vf_deband.c | 16 ++--
libavfilter/vf_dedot.c | 8 +-
libavfilter/vf_despill.c | 4 +-
libavfilter/vf_displace.c | 8 +-
libavfilter/vf_epx.c | 8 +-
libavfilter/vf_estdif.c | 4 +-
libavfilter/vf_exposure.c | 4 +-
libavfilter/vf_fade.c | 28 +++----
libavfilter/vf_fftdnoiz.c | 4 +-
libavfilter/vf_fftfilt.c | 36 ++++----
libavfilter/vf_gblur.c | 12 +--
libavfilter/vf_geq.c | 4 +-
libavfilter/vf_grayworld.c | 8 +-
libavfilter/vf_guided.c | 4 +-
libavfilter/vf_hqx.c | 4 +-
libavfilter/vf_hsvkey.c | 16 ++--
libavfilter/vf_huesaturation.c | 4 +-
libavfilter/vf_identity.c | 8 +-
libavfilter/vf_lagfun.c | 4 +-
libavfilter/vf_lensfun.c | 8 +-
libavfilter/vf_limitdiff.c | 4 +-
libavfilter/vf_limiter.c | 4 +-
libavfilter/vf_lumakey.c | 8 +-
libavfilter/vf_lut.c | 8 +-
libavfilter/vf_lut2.c | 4 +-
libavfilter/vf_lut3d.c | 24 +++---
libavfilter/vf_maskedclamp.c | 4 +-
libavfilter/vf_maskedmerge.c | 4 +-
libavfilter/vf_maskedminmax.c | 4 +-
libavfilter/vf_maskedthreshold.c | 4 +-
libavfilter/vf_maskfun.c | 4 +-
libavfilter/vf_median.c | 4 +-
libavfilter/vf_mix.c | 8 +-
libavfilter/vf_monochrome.c | 16 ++--
libavfilter/vf_morpho.c | 8 +-
libavfilter/vf_multiply.c | 4 +-
libavfilter/vf_negate.c | 4 +-
libavfilter/vf_neighbor.c | 4 +-
libavfilter/vf_nlmeans.c | 4 +-
libavfilter/vf_nnedi.c | 4 +-
libavfilter/vf_noise.c | 4 +-
libavfilter/vf_overlay.c | 12 +--
libavfilter/vf_photosensitivity.c | 8 +-
libavfilter/vf_pixelize.c | 8 +-
libavfilter/vf_premultiply.c | 4 +-
libavfilter/vf_pseudocolor.c | 6 +-
libavfilter/vf_psnr.c | 4 +-
libavfilter/vf_remap.c | 8 +-
libavfilter/vf_removegrain.c | 4 +-
libavfilter/vf_scroll.c | 4 +-
libavfilter/vf_selectivecolor.c | 4 +-
libavfilter/vf_shear.c | 8 +-
libavfilter/vf_shufflepixels.c | 12 +--
libavfilter/vf_signalstats.c | 32 ++++----
libavfilter/vf_ssim.c | 8 +-
libavfilter/vf_stereo3d.c | 4 +-
libavfilter/vf_super2xsai.c | 4 +-
libavfilter/vf_threshold.c | 4 +-
libavfilter/vf_thumbnail.c | 8 +-
libavfilter/vf_tonemap.c | 4 +-
libavfilter/vf_transpose.c | 4 +-
libavfilter/vf_unsharp.c | 4 +-
libavfilter/vf_v360.c | 60 +++++++++++---
libavfilter/vf_varblur.c | 4 +-
libavfilter/vf_vibrance.c | 16 ++--
libavfilter/vf_vif.c | 4 +-
libavfilter/vf_w3fdif.c | 4 +-
libavfilter/vf_waveform.c | 96 +++++++++++-----------
libavfilter/vf_weave.c | 4 +-
libavfilter/vf_xbr.c | 4 +-
libavfilter/vf_xfade.c | 4 +-
libavfilter/vf_xmedian.c | 4 +-
libavfilter/vf_yadif.c | 4 +-
libavfilter/vf_yaepblur.c | 12 +--
libavfilter/x86/vf_lut3d_init.c | 5 +-
libavformat/icecast.c | 8 +-
libavformat/mpegts.c | 14 +++-
libavformat/rtpenc_amr.c | 4 +
libavformat/sctp.c | 3 +
libswresample/x86/resample.asm | 6 +-
libswscale/aarch64/rgb2rgb_neon.S | 79 ++++++++++++++++++
libswscale/ppc/swscale_ppc_template.c | 2 +-
libswscale/ppc/swscale_vsx.c | 2 +-
libswscale/x86/rgb_2_rgb.asm | 14 +++-
152 files changed, 963 insertions(+), 640 deletions(-)
_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]