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

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

    from b2f1a85428 avcodec/cbs_lcevc: don't return an error if a Process Block 
is missing padding bits
     new e83aa76851 swscale: avoid overflow in fast bilinear edge handling
     new 9989a953fe avfilter/af_pan: check the id of named input channels 
before use
     new f73d8c5c35 avcodec/dolby_e: Add error recovery when parse_mantissas 
run out of bits
     new 4832d32889 avformat/scd: reject zero-channel tracks
     new 8880a174d0 avformat/librist: honor the caller buffer size in 
librist_read
     new b2df2f4f22 avformat/mpegenc: pass buffer size into put_system_header()
     new b274f0d21b avformat/mpegenc: reject stream counts that overflow the 
system header
     new c7132ef8f6 avformat/hevc: reject hvcC NAL arrays that overflow the 
16-bit count
     new 999f8ba75c avformat/dashdec: reject a negative fragment index
     new 1afd5c3dda avformat/rtpenc_vc2hq: reject data units larger than the 
RTP payload buffer
     new bc0ac77500 avformat/gopher: Fix CRLF injection
     new f175bd5082 avformat/rtpenc_av1: bound OBU size in the keyframe search 
loop
     new 0b13d4c50a avformat/rtpenc_av1: Check num_lebs
     new 7646bb4c42 avformat/rtpenc_av1: do not narrow the OBU size to (long)
     new c99a0e9ffd avformat/webp_anim_dec: use ffio_read_size for ICCP and 
EXIF chunks
     new 96165329e5 Update for 9.0.1
     new 3fbb956082 avfilter/afir: bound the crossfades by the samples of the 
input frame
     new be329d65d5 avfilter/spectrumsynth: negotiate one pixel format for both 
inputs
     new d7e89879b6 avformat/mpegts: keep the PES payload within max_packet_size
     new dc57051f46 avformat/mpegts: reject a max_packet_size below one TS 
payload
     new 3cb0c0987f avformat/mlv: end the LJ92 packet where its data ends
     new b378901f4a avcodec/lcldec: clear what the multithread chunks leave 
undecoded

The 22 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                                          | 80 ++++++++++++++++++++++
 RELEASE                                            |  2 +-
 doc/Doxyfile                                       |  2 +-
 doc/demuxers.texi                                  |  2 +-
 libavcodec/dolby_e.c                               |  8 +++
 libavcodec/lcldec.c                                |  2 +
 libavfilter/af_pan.c                               |  6 ++
 libavfilter/afir_template.c                        | 14 ++--
 libavfilter/vaf_spectrumsynth.c                    |  9 +--
 libavformat/dashdec.c                              |  7 +-
 libavformat/gopher.c                               |  5 ++
 libavformat/hevc.c                                 |  3 +
 libavformat/librist.c                              |  2 +-
 libavformat/mlvdec.c                               |  1 +
 libavformat/mpegenc.c                              | 21 ++++--
 libavformat/mpegts.c                               | 15 +++-
 libavformat/rtpenc_av1.c                           | 15 ++--
 libavformat/rtpenc_vc2hq.c                         | 15 +++-
 libavformat/scd.c                                  |  3 +-
 libavformat/webp_anim_dec.c                        | 12 ++--
 libswscale/hscale_fast_bilinear.c                  |  4 +-
 libswscale/ppc/swscale_vsx.c                       |  4 +-
 libswscale/x86/hscale_fast_bilinear_simd.c         |  4 +-
 tests/fate/filter-video.mak                        |  3 +
 .../ref/fate/filter-scale-fast-bilinear-wide-edge  |  6 ++
 25 files changed, 200 insertions(+), 45 deletions(-)
 create mode 100644 tests/ref/fate/filter-scale-fast-bilinear-wide-edge

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

Reply via email to