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 5cc0e1407b avcodec/bsf/truehd_core: clear profile value on init()
     new e3d0c719fd avfilter/vf_hqdn3d: reject unsupported frame parameter 
changes
     new 62294b6a8a avfilter/vf_hqdn3d: support dynamic frame sizes
     new 107072ee9b avfilter/vf_lut3d: do not compute size*size before the size 
is validated
     new 0e5fd5f5f6 avformat/hlsenc: Handle extensionless URIs in 
extract_segment_number()
     new f6c97aeadc avformat/hlsenc: Fix heap buffer overflow in 
parse_playlist()
     new 01044d0453 avformat/hls: Enforce protocol checks when opening child 
playlists
     new c22667d0fd avcodec/screenpresso: reject deflate output shorter than 
the frame
     new 8553e6ef57 avcodec/cbs_av1: pad the ITU-T T.35 payload buffer
     new 3257728c61 avfilter/vf_xpsnr: avoid a zero block size on small frames
     new 4af563686f avformat/codec2: avoid integer overflow in packet size and 
duration
     new 9718986bf0 avformat/tls_openssl: bind peer identity for numeric-IP 
verify
     new 02fc47e13f avcodec/dvbsub_parser: avoid signed overflow in the 
capacity check
     new a5fe21a1a4 avcodec/rscc: do not leave uninitilized data when the input 
is too short
     new dd22741d71 avformat/mov: bound sgpd sync entry_count by the atom size
     new 031213bb6c doc/nut.texi: point at the latest spec in the git repository
     new 3b962c40dd avfilter/af_arnndn: pad the DCT input buffers to the read 
length
     new 5d82a3c369 avcodec/dovi_rpuenc: validate the data mapping before 
generation
     new ad25ca73b5 avcodec/dovi_rpudec: bound num_x/y_partitions
     new 9466148a32 avcodec/bsf/dovi_rpu: handle update_rpu() returning no RPU
     new 820b0a2182 avcodec/dovi_rpuenc: validate vdr_rpu_id from the input 
metadata
     new 9bece37c53 avcodec/dovi_rpuenc: normalize vdr_dm_metadata_present to 
0/1
     new 63cfa99169 avformat/rtsp: clear authentication on cross-origin 
redirects
     new 16b2049d4d avcodec/cfhd: reject transform-2 output wider than the plane
     new 90243e3985 scale_d3d11: Fix hw_frame_ctx reference leak
     new 0710198038 avcodec/pgssubdec: always give an output rect a palette
     new 4920066126 avcodec/vulkan/ffv1_dec_setup: reject a remap that produces 
zero entries
     new 788e3985f8 avcodec/vulkan/ffv1_dec_setup: test mul_count as unsigned
     new caf5fdff49 avcodec/vulkan/ffv1_dec_setup: bound the fltmap write
     new b36c728ba8 avcodec/ffv1dec: mark the slice damaged when its remap fails
     new 9f363dd22d avcodec/ffv1dec: reject a remap that produces zero entries
     new 8b36b1668f avcodec/vulkan/ffv1_dec_setup: act on the slice header 
rejection
     new 6af6fef641 avcodec/cbs_h266: size vps_direct_ref_layer_flag for the 
full layer range
     new 5eac4c5e3e avformat/iamf_parse: bound the output mix gain duration by 
the audio elements

The 33 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:
 doc/nut.texi                               |  2 +-
 libavcodec/bsf/dovi_rpu.c                  |  6 ++
 libavcodec/cbs_av1_syntax_template.c       |  4 +-
 libavcodec/cbs_h266.h                      |  2 +-
 libavcodec/cfhd.c                          |  4 +-
 libavcodec/dovi_rpudec.c                   |  2 +
 libavcodec/dovi_rpuenc.c                   | 92 +++++++++++++++++++++++++++++-
 libavcodec/dvbsub_parser.c                 |  2 +-
 libavcodec/ffv1dec.c                       |  6 +-
 libavcodec/pgssubdec.c                     | 18 +++---
 libavcodec/rscc.c                          |  6 ++
 libavcodec/screenpresso.c                  | 11 +++-
 libavcodec/vulkan/ffv1_dec_setup.comp.glsl | 27 +++++----
 libavfilter/af_arnndn.c                    |  6 +-
 libavfilter/avfilter.c                     |  3 +-
 libavfilter/vf_hqdn3d.c                    | 43 ++++++++++----
 libavfilter/vf_hqdn3d.h                    |  2 +
 libavfilter/vf_lut3d.c                     |  8 +--
 libavfilter/vf_scale_d3d11.c               |  8 +--
 libavfilter/vf_xpsnr.c                     |  4 +-
 libavformat/codec2.c                       |  4 +-
 libavformat/hls.c                          |  2 +-
 libavformat/hlsenc.c                       | 38 ++++++++----
 libavformat/iamf_parse.c                   | 34 +++++++----
 libavformat/mov.c                          |  3 +
 libavformat/rtsp.c                         | 34 ++++++++++-
 libavformat/tls_openssl.c                  | 32 +++++++++--
 27 files changed, 315 insertions(+), 88 deletions(-)

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

Reply via email to