This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch release/8.1
in repository ffmpeg.

    from 1034b144ff avformat/iamf_writer: reject muxing PCM streams
     new 2cf7bb6089 avfilter: add ff_slice_pos() helper for slice boundaries
     new ae9dd27979 avfilter: use ff_slice_pos() for per-slice boundary 
computation
     new 79b1d1e1aa avcodec/sanm: reject codec47 frames taller than the 
allocated buffer
     new 874de02d87 avcodec/sanm: reject codec37 frames taller than the 
allocated buffer
     new 9825a8af1d swscale/ppc: fix LOAD_FILTER overread in VSX path
     new 733cce258b swscale/ppc: fix ASAN stack-buffer-overflow in yuv2planeX
     new faa81d0b18 avformat/rtpenc_amr: Check input size
     new 0e43e30cda swresample/x86/resample: write only int16 in the int16 
resampler
     new 3c51be6c26 avfilter/v360: reject out-of-range dimensions
     new 48cdd6b6aa avfilter/v360: compute remap table offsets in 64bit
     new 5541caa9d6 avfilter/avf_showcwt: fix out of array read in 
compute_kernel
     new 8db78165b3 avfilter/avf_showcwt: avoid undefined float to int 
conversion of nb_consumed_samples
     new 68a3f37058 avfilter/avf_showcwt: fix DIRECTION_RL EOF fill clearing 
the wrong columns
     new af681f61b7 avfilter/avf_showcwt: fix DIRECTION_DU EOF fill clearing 
the wrong rows
     new 55db63567d avformat/mpegts: use av_fast_realloc() for prg
     new b6fcd2919d avfilter/convolution: compute user matrix products in 
unsigned
     new b9dc787d28 avcodec/cbs_av1_syntax_template: reset seen_frame_header on 
sequence headers
     new 213b6561ba avutil/eval: apply unary sign to print, squish, gauss and 
lerp
     new 223764a43e avcodec/snowenc: fix out-of-bounds memcpy in get_block_rd() 
for narrow planes
     new 29616f5919 Update for 8.1.2

The 20 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                                | 141 +++++++++++++++++++++++++++++++
 RELEASE                                  |   2 +-
 doc/Doxyfile                             |   2 +-
 libavcodec/cbs_av1_syntax_template.c     |   3 +
 libavcodec/sanm.c                        |   6 ++
 libavcodec/snowenc.c                     |   9 +-
 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/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_blackframe.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_opencolorio.c             |   5 +-
 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/mpegts.c                     |  14 ++-
 libavformat/rtpenc_amr.c                 |   4 +
 libavutil/eval.c                         |   8 +-
 libavutil/tests/eval.c                   |   5 ++
 libswresample/x86/resample.asm           |   6 +-
 libswscale/ppc/swscale_ppc_template.c    |   2 +-
 libswscale/ppc/swscale_vsx.c             |   2 +-
 tests/fate/filter-video.mak              |   3 +
 tests/ref/fate/eval                      |  15 ++++
 tests/ref/fate/filter-mcdeint-slow-edge  |   8 ++
 153 files changed, 880 insertions(+), 632 deletions(-)
 create mode 100644 tests/ref/fate/filter-mcdeint-slow-edge

_______________________________________________
ffmpeg-cvslog mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to