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

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

    from 9d5ab50b58 avformat/dashdec: Fail with any inner stream count being 0
     new a83f73a803 avfilter/af_stereotools: round-up max size of buffer
     new ce63eec845 avcodec/parser: Reset *buf_size on realloc failure
     new 9e30870fa2 avformat/hls: update current segment reference before use
     new 3ec3d9bdc3 avformat/dhav: Check amount read
     new 2afed2ab63 avformat/nuv: return early if header id fails to read
     new 07916fa309 avformat/av1dec: Check bits left before get_leb128()
     new 60e8e42e95 avformat/mov: ensure required number of bytes is read
     new f4374ba824 avcodec/jpeg2000dec: clear array length when freeing it
     new 7ee2f9004b swscale/alphablend: don't overread alpha plane on 
subsampled odd size
     new 842e984ee4 aarch64/hpeldsp_neon: fix out-of-bounds read
     new efabd34a68 avcodec/hevc/hevcdec: initialize qp_y_tab
     new 5694a15970 avcodec/hevc/hevcdec: Clean sao_pixel_buffer_v on allocation
     new 8a58754dfa avformat/mpegts: Don't use uninitialized value in av_log()
     new f4edff2fea avcodec/cbs_sei: Always zero-initialize SEI payload
     new 05acb383df avcodec/eatgq: Check bytestream2_get_buffer() for failure
     new 59b27a6c19 avcodec/h2645_parse: Ignore NAL with nuh_layer_id == 63
     new 5180e5c62d avcodec/iff: Clear ham_buf
     new e07e06a08e avformat/flvdec: Check *size in cts parsing
     new 2c99cc2a2b avformat/matroskadec: Check audio.sub_packet_h * 
audio.frame_size
     new 3575d794b4 avcodec/h264_slice: guard color_frame() against 
chroma-width underflow
     new 7c03956967 lavfi/bwdif: fix heap-buffer-overflow with small height 
videos
     new a0c6ae2831 avcodec/dvdsub_parser: Fix length check for short packets
     new ebdd42dc99 libswresample: Prevent out of bounds.
     new 78cf72fd2b avcodec/mlpdec: add max channels check
     new ee60e57778 avcodec/mpegvideo_dec: consider interlaced lowres 4:2:0 
chroma in edge emulation check better
     new 527bc977f1 avcodec/mpegvideo_dec: Fix lowres=3 field select interlaced 
mpeg4 frame
     new badc6d4d0b avcodec/mpegvideo_dec: Add NULL pointer checks to 
MPV_motion_lowres()
     new 725f46e472 configure: Disable linker warnings for common symbols
     new 84533806e7 configure: fix symbol prefix detection
     new 3a66f856c6 configure: do not use interval regexp operators with awk

The 30 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/aarch64/hpeldsp_neon.S | 58 ++++++++++++++++++++-------------------
 libavcodec/cbs_sei.c              |  2 +-
 libavcodec/dvdsub_parser.c        |  2 +-
 libavcodec/eatgq.c                |  3 +-
 libavcodec/h2645_parse.c          |  6 ++--
 libavcodec/hevcdec.c              |  6 ++--
 libavcodec/iff.c                  |  2 +-
 libavcodec/jpeg2000dec.c          |  1 +
 libavcodec/mlpdec.c               |  4 +++
 libavcodec/mpegvideo.c            | 17 +++++++-----
 libavcodec/parser.c               |  1 +
 libavcodec/utils.c                |  6 ++--
 libavfilter/af_stereotools.c      |  2 +-
 libavfilter/vf_bwdif.c            | 19 +++++++++----
 libavformat/av1dec.c              |  3 ++
 libavformat/dhav.c                |  5 +++-
 libavformat/flvdec.c              |  4 +++
 libavformat/hls.c                 |  3 ++
 libavformat/matroskadec.c         |  4 +++
 libavformat/mov.c                 |  2 +-
 libavformat/mpegts.c              |  2 +-
 libavformat/nuv.c                 |  4 ++-
 libswresample/swresample.c        |  4 +--
 libswscale/alphablend.c           | 32 ++++++++++++---------
 25 files changed, 124 insertions(+), 73 deletions(-)

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

Reply via email to