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 17f8db1538 avformat/hls_sample_encryption: add missing padding for 
audio setup buffer
     new 7c6a06fe1b fate: add missing options in config template
     new 955277020f avfilter/x86/f_ebur128: only use filter_channels_avx for >= 
2 channels
     new 2ae93fb13b avutil/hwcontext_d3d12va: use hwdev context for logging
     new e5fce087b3 libavcodec/prores_raw: Fix heap-buffer-overflow in 
decode_frame
     new 1b8cd397cb avdevice/gdigrab: suppress int to pointer cast warning
     new 60a34e5a19 avcodec/aacdec: Fix heap-use-after-free in USAC decoding
     new 93d94e7ca8 avfilter/vf_libopencv: make sure there is space for 
null-terminator in shape_str
     new f7221b8485 avfilter/vf_neighbor_opencl: add error condition when 
filter name doesn't match
     new 5b3ca5240c avformat/iamf_parse: fix parsing of Scalable layouts with 
Mono and Stereo layers
     new 246c55de06 avformat/demux: ensure avformat_find_stream_info updates 
internal stream contexts
     new 9e211b89ae avformat/flac_picture: Correct check
     new 10dea0cdb1 swscale/output: Use 64bit in addition in  
yuv2gbrp16_full_X_c() for RGB + Y
     new bc7ab1a1bc avcodec/jpeg2000dec: Make M_b check broader
     new 3f90d4fb2e avformat/hls: Check seg size and offset for overflow
     new 9eab48cc1d avformat/hls: fix double space
     new e69e8b6ac5 avcodec/jpeg2000htdec: Check pLSB
     new f4201dc6a0 avcodec/mjpegdec: only test the size bound in sequential 
mjpeg
     new 59dfbe8375 avfilter/vf_stack: add checks for the final canvas 
dimensions
     new 909d417b6b avcodec/notchlc: zero-initialize history buffer
     new ed4660a3ac avfilter/vf_find_rect: Fix handling odd sized images
     new cb2f157180 doc/mailing-list-faq.texi: Fix typo in link anchor
     new 68ff515b6b avformat/http: Check that the protocol of redirects is http 
or https
     new 2e6422e916 avfilter/scale_eval: Avoid undefined behavior with double 
to int cast
     new 7df2d81cf9 avfilter/scale_eval: Use 64bit for factor_w/h
     new 90684cdd9c lavc/aacdec_usac: fix CPE channel index in 
ff_aac_usac_reset_state()
     new 41c3bda6a1 avcodec/omx: Check extradata size and nFilledLen
     new 4cdc14bde7 avcodec/exr: use av_realloc_array()
     new 9d48fca4f0 avformat/iamf_parse: stop trying to parse files that report 
an unknown layout
     new a15094ef28 avcodec/mjpegdec: fix segfault on extern_huff and no 
extradata
     new 0e5054f91a swscale/utils: Avoid FF_ALLOC_TYPED_ARRAY() and use 
av_malloc_array() directly
     new b99ccb7c03 swscale/utils: Sanity check sizeFactor
     new e3668e169d lavc/j2kdec: Do not ignore colour association for packed 
formats
     new b7839c94d8 libavfilter/showcwt: fix OOB write for DU/RL position init
     new 7b85b3bad6 swscale/utils: zero init filter memory as before
     new be5d31af5f avformat/dashdec: check value valid after read value from 
mpd xml
     new cfa8e3ecfd lavc/vvc: Fix unchecked error codes from set_qp_y
     new f9ad7df474 avformat/hlsenc: fix format string vulnerability in 
parse_playlist
     new e4bad481f0 avcodec/jpeg2000dec: Print M_b value when asking for a 
sample
     new b8145cff74 avcodec/jpeg2000dec: allow M_b == 31
     new 1fd88e27de avcodec/jpeg2000dec: Print bpno level when erroring out
     new 55558aaf8b avcodec/jpeg2000dec: allow bpno of -1
     new 91146cb57a avcodec/qdm2: fix heap-use-after-free in qdm2_decode_frame
     new 04848bb2ff avformat/mpegts: Check IOD_DESCRIPTOR len
     new 5596a4cd9c avformat/mpegts: Check program_info_length
     new f8a8528d1d avutil/dovi_meta: Document valid range for index of 
av_dovi_get_ext()
     new 0ddd43e074 libavformat/argo_brp: fix incorrect ASF chunk header read
     new 03fde0d4de avcodec/dca_xll: Check get_rice_array()
     new c65d5994a5 avcodec/ffv1enc: refine end condition
     new 24aff962a0 avcodec/dxv: Clear tex_data padding on reallocation
     new 0f27dc4d16 avcodec/lzf: Remove size messing from ff_lzf_uncompress()
     new d79f06d505 vfilter/vf_find_rect: Clamp x/y min/max to valid values
     new fa848c5730 avformat/flvdec: Check need_context_update when audio codec 
changes
     new e69d189467 avcodec/dca_xll: Clear padding in ff_dca_xll_parse()
     new fa4f6f7526 avformat/hls: Check for integer overflow with #EXTINF:
     new eacb47ec20 avcodec/hevc/sei: Use get_bits64() in 
decode_nal_sei_3d_reference_displays_info()
     new 7d8e4f7382 avformat/scd: Use ffio_read_size()
     new a4dd125a93 avcodec/adpcm: Check input buffer size
     new 5fee52fe5f Fix overflow in STSD parser
     new 540a1177e3 avformat/iff: Error out with 0 channel loudspeaker 
configuration
     new 44f8db956d avformat/yuv4mpegen: Sanity check input packet frame 
dimensions
     new 93726c655b avformat/img2enc: Check split planes packet size
     new 0b63700f84 avformat/mpegtsenc: Check remaining space in SDT
     new cb3dde3488 avformat/img2dec: Check avio_size() for failure
     new 0cefd4eed8 avcodec/vp9: Reallocate on resolution change which does not 
change tile_cols
     new ea279fd209 avformat/cafdec: Check nb_entries in read_info_chunk()
     new b3a9dc150d avcodec/prores_raw: Tiles of width less than 16 result in 
undefined behavior
     new 9f327326e5 avformat/flvdec: Check *size in cts parsing
     new cac7efdfaa avcodec/exr: Handle axmax like bxmin in 
04d7a6d3db56ea1a93908ff2d3d312e3fc40a58c
     new 1231db8097 avcodec/bmp: fix indention
     new 465f1c4a5e swresample: Check user chlayout in swr_set_matrix()
     new e903237666 swresample: Check ch layouts in swr_alloc_set_opts2()
     new 1f69126ebb swscale/rgb2rgb_template: fix signed shift into sign bit
     new 2c479db532 fftools/ffmpeg_opt: limit recursion of presets
     new 51a08cb728 avformat/http: allow adjusting the redirect limit
     new 1f9889d0cf avformat/http: Also count redirects from the cache
     new 22655aa1b2 avformat/lrcdec: Check ss for finiteness
     new e8ddafe72d avformat/icodec: Check size
     new b103704b76 avcodec/hevc/ps: Check bit_depth_cm in/out relation
     new 80e5f621ce avcodec/cfhd: Add CFHDSegment enum and named identifiers
     new fa4f27bba2 avcodec/cfhd: Check transform type before continuing
     new dc40fcf249 avcodec/rv60dec: check last_size
     new 98c69e607f avcodec/libtheoraenc: make keyframe mask unsigned and 
handle its larger range
     new c8358db269 avcodec/jpeg2000htdec: Check Lcup and Lref
     new 2d17c4ec9a avcodec/exr: fix AVERROR typo
     new ae390f95dd avcodec/h264_parser: Check remaining input length in loop 
in scan_mmco_reset()
     new 27bba208eb avcodec/mdec: Check input space vs minimal block size
     new b5c165df28 avcodec/flashsv: Check for input space before 
(re)allocating frame
     new 7669fbe043 avcodec/tmv: Move space check before buffer allocation
     new fb70572bfe avcodec/hdrdec: Check input size before buffer allocation
     new 5ff3a1d730 avcodec/interplayacm: Check input for fill_block()
     new 1443b7bf8e avcodec/imm5: Dont pass EAGAIN on as is
     new 597f183dfc avformat/wtvdec: Check that language is fully read
     new 645833571b swscale/output: Fix some integer overflows in 
yuv2rgba64_full*()
     new bf313c2d45 avformat/rtpenc: use unsigned type for ssrc option
     new 369cb89794 avcodec/h264_parser: Check pts for overflow
     new 1ed5fed729 swresample/resample_template: add casts to avoid undefined 
overflows
     new d1e507dc11 avcodec/jpeg2000dec: Handle M_b = -1
     new 54d10f30e9 avcodec/golomb: Fix get_ur_golomb_jpegls() with esclen = 0
     new a265b1e5c7 avformat/demux: Fix integer overflows in 
select_from_pts_buffer()
     new a558e19cca avcodec/jpeg2000dec: fix integer overflow in 
dequantization_int_97()
     new 81f584b777 avcodec/exr: check tile_attr.x/ySize
     new b6443fd97e avcodec/mpegvideo_enc: Restructure 
ff_h263_encode_gob_header() relation to update_mb_info()
     new 26c3331716 avformat/segafilm: dont read uninitialized value
     new 118de306e3 avformat/dhav: Check avio_seek() return
     new 4e2b638ae4 avcodec/vp3: Sanity check cropping
     new 6cd11ecd29 avformat/matroskadec: Check that end_time_ns >= 
start_time_ns
     new 7ee007fc02 avformat/vividas: Reset n_audio_subpackets on error
     new 09659ce0de avutil/eval: Check depth of AVExpr
     new 2b14ba1266 avformat/mov: use 64bit in CENC subsample bounds checks
     new 4fa2aea05f avcodec/snowenc: avoid NULL ptr arithmetic
     new 80e6143ad0 avcodec/pnmdec: Check input size against width*height 
assuming at least 1bit per pixel
     new 66e3368149 avfilter/vf_convolution: Handle corner cases with small 
frames
     new d9fb549a89 avfilter/vf_convolution: Use avpriv_mirror
     new f9aa8729bc avformat/rtsp: Explicitly check protocol
     new 7de95befa7 avformat/rtsp: Pass blacklist
     new 0cd6441b96 avcodec/cbs_h266_syntax_template: bound slice width/height 
by remaining tiles
     new 0f60dbac49 avcodec/utils: fix duration computation based on frame_bytes
     new 37f04282cd swscale/utils: initialize chroma when luma switched to 
cascade
     new ebc1d9d63b swscale/output: Fixes integer overflow in yuv2planeX_8_c
     new 7c5c45ec12 avfilter/vf_scale: Fix integer overflow in config_props()
     new fc6dcb4aaf swscale/utils: Check *Inc
     new 12367a6ac8 swscale/output: Fix integer overflow in alpha in 
yuv2rgba64_1_c_template()
     new 56e58754cb avcodec/magicyuv: fix small median images
     new 41516cf626 avformat/mlvdec: avoid uninitialized read in read_string()
     new 6642e0949f avcodec/av1dec: sync frame header and tile group behavior 
with CBS
     new 4fd05b6aee fftools/ffmpeg_demux: Check metadata provided filename
     new 81cf48b619 avcodec/lcldec: Fixes uqvq overflow
     new ed9d8dd74b swscale/output: fix integer overflows in chroma in 
yuv2rgba64_X_c_template()
     new 9909d4e88c avcodec/aom_film_grain: avoid duplicate indexes in 
ff_aom_parse_film_grain_sets()
     new 345738b1fa avcodec/aom_film_grain: Remove impossible check
     new 6309d5206e avformat/rtmpproto: fix listen_timeout conversion for 
special negative values
     new 6420ea3f9b avfilter/af_lv2: call lilv_instance_activate before 
lilv_instance_run
     new 1ce3a6c6c3 avformat/mov: do not allocate out-of-range buffers
     new a136619223 avcodec/cbs_h266_syntax_template: Fix rows vs columns
     new 1cbd2224cc avutil/timecode: Check for integer overflow in 
av_timecode_init_from_components()
     new 3a3e6e734e avformat/dhav: Fix handling or slightly larger files
     new 83c1bf8770 aacdec_usac: skip FD-specific decoding for LPD channels
     new 76d1257470 avcodec/cbs_h266_syntax_template: Fix w/h typo
     new bdaee31e48 avcodec/wmv2dec: More Checks about reading skip bits
     new ce09ba4fd1 lavfi/bwdif: fix heap-buffer-overflow with small height 
videos
     new d6701b99eb avcodec/h264_slice: reject slice_num >= 0xFFFF
     new cfbee81f36 avcodec/cbs_h266_syntax_template: Check tile_y
     new ec77c1dbf3 avcodec/exr: Check input space before reverse_lut()
     new bac325adb8 avcodec/xxan: zero-initialize y_buffer
     new 24800bf039 avformat/mpegts: fix descriptor accounting across multiple 
IOD descriptors
     new 5531008893 avcodec/h2645_sei: don't use provider_code uninitialized
     new 2c41325dbb avutil/bswap: fix implicit conversion warning in av_bswap64
     new 4955c18f6e avfilter/af_pan: fix sscanf() return value checks in 
parse_channel_name
     new d5dfd6094b avcodec/dvdsub_parser: Fix buf_size check
     new 1182428dc0 avformat/mov: Handle integer overflow in MOV parser
     new 54ff4bdbf4 avformat/rsd: reject short ADPCM_THP extradata reads
     new 341098fa11 avcodec/alsdec: fix abs(INT_MIN) UB in 
read_diff_float_data()
     new 5bd958b8b5 libavfilter/vf_v360: fix operator precedence in stereo loop 
condition
     new 5c3c0fa3f6 avcodec/vp9: fix cbs fragment leak on error
     new b91ac0b1ce avfilter/vf_drawtext: fix newline rendered as .notdef glyph
     new df113c9f1d avcodec/alsdec: fix mantissa unpacking in compressed Part A 
path
     new 6425c0aa0f avcodec/alsdec: propagate read_diff_float_data() errors in 
read_frame_data()
     new a07a71e7ff avcodec/alsdec: preserve full float value in zero-truncated 
samples
     new 5e37ecfebb avcodec/aac/aacdec_usac: Implement missing bits of 
otts_bands_phase and residual_bands computation
     new 431fc9c96b avformat: check avio_read() return values in dss/dtshd/mlv
     new cc600ff627 swscale: fix signed integer overflow in color conversion 
arithmetic
     new 5913923fa7 avutil/samplefmt: Dont claim that av_get_sample_fmt_string 
checks sample_fmt
     new 1fb75ed29a avcodec/escape130: Initialize old_y_avg
     new 1c3d2c6785 avfilter/vf_ssim360: fix integer overflow in tape_length 
allocation
     new 2c547a28a2 avformat/rtpdec_qdm2: Check block_size
     new 8c1515f699 avcodec/vp9: Rollback dimensions when format is rejected
     new 7ea3eaea7c avcodec/svq1dec: Check input space for minimum
     new ef8b19b3f3 lavfi: vf_drawtext: check memory allocation
     new fd2d0aa1c5 avformat/wavdec: Fix use-of-uninitialized-value in 
find_guid()
     new bdc40e57dd avformat/rtspdec: reject non-positive ANNOUNCE 
Content-Length
     new d6e59e1c4c avformat/mov: Check read size for opus extradata
     new 379871a134 avformat/mov: check extradata in mov_read_dops()
     new 1d55351856 avformat/mov: reject dimg references with zero entries
     new 07fd14911e avformat/mov: Limit maximum box size for mov_read_lhvc()
     new a063787d11 avcodec/decode: Better documentation for ff_set_dimensions()
     new 91f59d12f0 avcodec/tdsc: Check tile_size
     new 33970b5e63 avcodec/tdsc: Better input size check
     new 3c35a480d5 avcodec/tdsc: Check jpeg size
     new c94aa37c50 avformat/vividas: use-of-uninitialized-value in keybuffer
     new 8b700a1d22 avformat/rtpdec_jpeg: check qtable_len
     new 09ea2ed02c avcodec/notchlc: Check 255 loops
     new edb3159d1e avformat/cafdec: fix negative index use in read_seek
     new 000d658a47 avcodec/tdsc: remove double stride adjustment
     new ebff1abbad avformat: Fix various extradata padding issues
     new d18354f8d4 avcodec/wmaenc: Fix missing padding in extradata
     new ff43ef5219 avformat/iamf_parse.c: Fix potential integer overflow in 
opus_decoder_config()
     new bf3bbf184a avformat/concat: guard total_size overflow
     new 83ebed243b avcodec/pdvdec: Check input space before buffer allocation
     new 92944604f1 avcodec/h264_refs: Clear stale pointers from ref_list
     new 9eaba19f10 avcodec/h264: recompute per-slice direct mode state for 
every slice
     new 73d0665b8b avformat/rtpdec_latm: avoid integer overflow in LATM length 
parsing
     new 4c503ffbfa avformat/rtsp: Fix out-of-bounds read in SDP parser when 
control_url is empty
     new 3ec2b5f55d avformat/rtmpproto: validate compressed SWF header length
     new 8d3a13f838 avformat/rtmpproto: prevent integer overflow accumulating 
FLV buffer size
     new c9bb2a9f01 fftools/ffmpeg_opt: validate stream index in negative map 
handling
     new cce3b5bea8 avcodec/hevc/refs: Check multiplication in alloc_frame()
     new 461a203e95 avformat/rtpdec_mpeg4: reject zero-length AU header sections
     new 39748cded2 avcodec/rasc: fix heap use-after-free in decode_move()
     new 4931ed7ebf avcodec/zmbv: reject XOR data that overruns the 
decompression buffer
     new d76eab5dab avfilter/vf_codecview: Clamp block to the visible frame 
region
     new f70eb1cb0b avcodec/ralf: Add the missing return statement after the 
error log
     new e85eded615 avfilter/vf_kerndeint: Check for minimum height
     new da8a5e77c3 avcodec/hevc/ps: validate rep_format dimensions in 
multi-layer SPS
     new 0c602b9689 avformat/pcm: Use 64bit for byte_rate
     new 733f828268 libavformat/xwma: fix overflow in seek position
     new 8e9e227c67 avformat/matroskadec: Check audio.sub_packet_h * 
audio.frame_size
     new cc9db3610a avformat/avidec: validate INFO list size before parsing
     new 2a510ef208 avformat/avidec: check LIST size in avi_load_index()
     new 3b74ac0f09 swscale/swscale: Check srcSliceY and srcSliceH
     new aa73e96249 swscale/swscale_unscaled: adjust last line copy
     new f161ebe349 avcodec/alsdec: do not set nbits invalidly
     new 03e24b148e avcodec/dfpwmdec: Check nb_samples

The 212 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/fate_config.sh.template           |  5 ++
 doc/mailing-list-faq.texi             |  2 +-
 fftools/ffmpeg.h                      |  2 +
 fftools/ffmpeg_demux.c                | 57 ++++++++++++++++++++-
 fftools/ffmpeg_opt.c                  | 10 ++++
 libavcodec/aac/aacdec.c               |  6 +++
 libavcodec/aac/aacdec_usac.c          | 31 ++++++++---
 libavcodec/adpcm.c                    |  2 +
 libavcodec/alsdec.c                   | 17 +++++--
 libavcodec/aom_film_grain.c           |  5 +-
 libavcodec/av1dec.c                   |  9 +++-
 libavcodec/bmp.c                      |  2 +-
 libavcodec/cbs_h266_syntax_template.c | 10 ++--
 libavcodec/cfhd.c                     |  9 +++-
 libavcodec/cfhd.h                     |  9 ++++
 libavcodec/cfhdenc.c                  | 12 ++---
 libavcodec/dca_xll.c                  | 20 ++++++--
 libavcodec/decode.h                   | 10 ++--
 libavcodec/dfpwmdec.c                 |  5 +-
 libavcodec/dvdsub_parser.c            |  2 +-
 libavcodec/dxv.c                      |  7 ++-
 libavcodec/escape130.c                |  2 +-
 libavcodec/exr.c                      | 21 ++++++--
 libavcodec/ffv1enc.c                  |  4 +-
 libavcodec/flashsv.c                  |  3 ++
 libavcodec/golomb.h                   |  4 +-
 libavcodec/h2645_sei.c                |  2 +-
 libavcodec/h264_direct.c              | 34 +++++++------
 libavcodec/h264_parser.c              | 11 +++-
 libavcodec/h264_refs.c                |  6 +--
 libavcodec/h264_slice.c               |  9 +++-
 libavcodec/hdrdec.c                   |  3 ++
 libavcodec/hevc/ps.c                  |  7 +++
 libavcodec/hevc/refs.c                |  5 +-
 libavcodec/hevc/sei.c                 |  4 +-
 libavcodec/hevc/sei.h                 |  4 +-
 libavcodec/imm5.c                     |  2 +
 libavcodec/interplayacm.c             |  3 ++
 libavcodec/jpeg2000dec.c              | 33 ++++++------
 libavcodec/jpeg2000htdec.c            | 12 ++++-
 libavcodec/lcldec.c                   |  4 +-
 libavcodec/libtheoraenc.c             |  4 +-
 libavcodec/lzf.c                      | 13 +++--
 libavcodec/magicyuv.c                 |  3 +-
 libavcodec/mdec.c                     |  3 ++
 libavcodec/mjpegdec.c                 | 10 ++--
 libavcodec/mpegvideo_enc.c            | 17 +++----
 libavcodec/notchlc.c                  |  6 ++-
 libavcodec/omx.c                      |  5 ++
 libavcodec/pdvdec.c                   |  3 ++
 libavcodec/pnmdec.c                   |  3 ++
 libavcodec/prores_raw.c               |  5 +-
 libavcodec/qdm2.c                     |  2 +
 libavcodec/ralf.c                     |  1 +
 libavcodec/rasc.c                     | 10 ++--
 libavcodec/rv60dec.c                  |  6 +--
 libavcodec/snowenc.c                  |  8 +--
 libavcodec/svq1dec.c                  |  5 ++
 libavcodec/tdsc.c                     | 10 ++--
 libavcodec/tmv.c                      |  6 +--
 libavcodec/utils.c                    | 20 ++++----
 libavcodec/vp3.c                      |  2 +
 libavcodec/vp9.c                      | 19 ++++---
 libavcodec/vvc/ctu.c                  | 20 ++++++--
 libavcodec/wmaenc.c                   |  4 +-
 libavcodec/wmv2dec.c                  |  4 ++
 libavcodec/xxan.c                     |  2 +-
 libavcodec/zmbv.c                     | 14 ++++-
 libavdevice/gdigrab.c                 |  2 +-
 libavfilter/af_lv2.c                  |  6 +++
 libavfilter/af_pan.c                  |  4 +-
 libavfilter/avf_showcwt.c             |  8 +--
 libavfilter/convolution.h             |  8 ++-
 libavfilter/scale_eval.c              | 13 ++++-
 libavfilter/vf_bwdif.c                | 19 +++++--
 libavfilter/vf_codecview.c            | 17 ++++++-
 libavfilter/vf_convolution.c          | 36 +++++--------
 libavfilter/vf_drawtext.c             | 12 +++--
 libavfilter/vf_find_rect.c            | 55 +++++++++++---------
 libavfilter/vf_kerndeint.c            |  6 +++
 libavfilter/vf_libopencv.c            |  2 +-
 libavfilter/vf_neighbor_opencl.c      |  3 ++
 libavfilter/vf_scale.c                |  4 +-
 libavfilter/vf_ssim360.c              | 12 +++--
 libavfilter/vf_stack.c                | 38 +++++++++++---
 libavfilter/vf_v360.c                 |  2 +-
 libavfilter/vf_zscale.c               | 13 ++++-
 libavfilter/x86/f_ebur128_init.c      |  3 +-
 libavformat/argo_brp.c                |  2 +-
 libavformat/avidec.c                  | 10 +++-
 libavformat/cafdec.c                  |  6 +++
 libavformat/concat.c                  | 12 +++++
 libavformat/dashdec.c                 | 84 ++++++++++++++++--------------
 libavformat/demux.c                   | 28 ++++++++--
 libavformat/dhav.c                    |  6 ++-
 libavformat/dss.c                     |  5 +-
 libavformat/dtshddec.c                |  7 ++-
 libavformat/flac_picture.c            |  6 ++-
 libavformat/flvdec.c                  | 47 ++++++++++++-----
 libavformat/hls.c                     | 11 +++-
 libavformat/hlsenc.c                  |  8 +--
 libavformat/http.c                    | 11 +++-
 libavformat/iamf_parse.c              | 96 ++++++++++++++++++++---------------
 libavformat/iamf_writer.c             | 13 +++--
 libavformat/icodec.c                  |  2 +-
 libavformat/iff.c                     |  4 +-
 libavformat/img2dec.c                 | 17 +++----
 libavformat/img2enc.c                 |  5 ++
 libavformat/lrcdec.c                  |  2 +-
 libavformat/matroskadec.c             |  8 +++
 libavformat/mlvdec.c                  |  8 ++-
 libavformat/mov.c                     | 46 ++++++++++++-----
 libavformat/mpegts.c                  |  9 ++--
 libavformat/mpegtsenc.c               |  7 +++
 libavformat/pcm.c                     | 10 ++--
 libavformat/rsd.c                     |  7 +--
 libavformat/rtmpproto.c               | 60 ++++++++++++++--------
 libavformat/rtpdec_jpeg.c             |  6 +++
 libavformat/rtpdec_latm.c             |  6 ++-
 libavformat/rtpdec_mpeg4.c            |  2 +-
 libavformat/rtpdec_qdm2.c             | 10 +++-
 libavformat/rtpenc.c                  |  2 +-
 libavformat/rtsp.c                    | 15 +++++-
 libavformat/rtspdec.c                 |  8 +--
 libavformat/scd.c                     |  2 +-
 libavformat/segafilm.c                |  2 +-
 libavformat/vividas.c                 |  8 ++-
 libavformat/wavdec.c                  |  3 +-
 libavformat/wtvdec.c                  |  3 +-
 libavformat/xwma.c                    |  2 +-
 libavformat/yuv4mpegenc.c             |  3 ++
 libavutil/bswap.h                     |  2 +-
 libavutil/dovi_meta.h                 |  4 ++
 libavutil/eval.c                      | 15 ++++++
 libavutil/hwcontext_d3d12va.c         |  4 +-
 libavutil/samplefmt.h                 |  3 +-
 libavutil/timecode.c                  | 11 +++-
 libswresample/rematrix.c              |  5 +-
 libswresample/resample_template.c     | 17 +++++--
 libswresample/swresample.c            | 32 +++++++-----
 libswresample/swresample_internal.h   |  1 +
 libswscale/input.c                    | 18 +++----
 libswscale/output.c                   | 54 ++++++++++----------
 libswscale/rgb2rgb_template.c         |  4 +-
 libswscale/swscale.c                  |  2 +
 libswscale/swscale_unscaled.c         |  6 ++-
 libswscale/utils.c                    | 59 +++++++++++++++------
 tests/ref/fate/filter-bwdif-mode0     |  2 +-
 tests/ref/fate/filter-bwdif-mode1     |  2 +-
 tests/ref/fate/filter-bwdif10         |  2 +-
 150 files changed, 1201 insertions(+), 524 deletions(-)

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

Reply via email to