[FFmpeg-cvslog] avcodec/d3d12va_decode: don't change the resource state if the referenced frame is the same as the current frame

2024-01-04 Thread Wu Jianhua
ffmpeg | branch: master | Wu Jianhua | Tue Dec 26 01:36:45 2023 +0800| [94949d4770d7b95af2f46b2d375632d517172b9d] | committer: Haihao Xiang avcodec/d3d12va_decode: don't change the resource state if the referenced frame is the same as the current frame This commit removes the follow warning

[FFmpeg-cvslog] avcodec/dxva2(h264|mpeg2|vc1): use av_assert0 instead of assert

2024-01-04 Thread Tong Wu
ffmpeg | branch: master | Tong Wu | Thu Dec 28 11:10:42 2023 +0800| [270cd14bbbd26f3f379dedc2ec6e3146c3f191c2] | committer: Haihao Xiang avcodec/dxva2(h264|mpeg2|vc1): use av_assert0 instead of assert Signed-off-by: Tong Wu >

[FFmpeg-cvslog] avcodec/d3d12va_decode|dxva2: add a warning to replace assertion

2024-01-04 Thread Tong Wu
ffmpeg | branch: master | Tong Wu | Thu Dec 28 11:10:41 2023 +0800| [0f01581ccd757f14ec349eba5d19c19b158d5957] | committer: Haihao Xiang avcodec/d3d12va_decode|dxva2: add a warning to replace assertion Previous assertion was not useful. Now a warning is added to replace it. For

[FFmpeg-cvslog] avcodec/d3d12va_h264: replace assert with av_assert0

2024-01-04 Thread Tong Wu
ffmpeg | branch: master | Tong Wu | Thu Dec 28 11:10:40 2023 +0800| [56c671c3b085d662a84a1e371a719ee63c315656] | committer: Haihao Xiang avcodec/d3d12va_h264: replace assert with av_assert0 Signed-off-by: Tong Wu >

[FFmpeg-cvslog] avcodec/d3d12va_vp9: fix vp9 max_num_refs value

2024-01-04 Thread Tong Wu
ffmpeg | branch: master | Tong Wu | Thu Dec 28 11:10:38 2023 +0800| [d18ed2ddb59b0fad4ab07431c2967db0f2d79b2d] | committer: Haihao Xiang avcodec/d3d12va_vp9: fix vp9 max_num_refs value Previous max_num_refs was based on pp.frame_refs plus 1 and it could possibly reaches the size limit.

[FFmpeg-cvslog] avcodec/d3d12va_decode: delete an empty line and fix a fuction alignment

2024-01-04 Thread Tong Wu
ffmpeg | branch: master | Tong Wu | Thu Dec 28 11:10:39 2023 +0800| [83e0fcbe037ca9ba8359514537f1acdd9aa763c6] | committer: Haihao Xiang avcodec/d3d12va_decode: delete an empty line and fix a fuction alignment Signed-off-by: Tong Wu >

[FFmpeg-cvslog] avfilter: Temporary hack to fix format negotiation for hw formats

2024-01-04 Thread Mark Thompson
ffmpeg | branch: master | Mark Thompson | Wed Jan 3 20:40:19 2024 +| [8b76bae8961c3045fa73aa2da47345c70a93d599] | committer: Mark Thompson avfilter: Temporary hack to fix format negotiation for hw formats hw_frames_ctx on the input link is only set when the input link is configured,

[FFmpeg-cvslog] avutil/imgutils: fix half-float representation of 0.0625

2024-01-04 Thread Marton Balint
ffmpeg | branch: master | Marton Balint | Wed Dec 27 03:10:35 2023 +0100| [d1785395323f5506ae18ecc4c87d981b9f91af74] | committer: Marton Balint avutil/imgutils: fix half-float representation of 0.0625 We don't have a 16-bit float Y format, so no fate changes. Signed-off-by: Marton Balint >

[FFmpeg-cvslog] avformat/ffrtmpcrypt: Fix int-conversion warning

2024-01-04 Thread Frank Plowman
ffmpeg | branch: master | Frank Plowman | Fri Dec 22 12:00:01 2023 +| [42982b5a5d461530a792e69b3e8abdd9d6d67052] | committer: Martin Storsjö avformat/ffrtmpcrypt: Fix int-conversion warning The gcrypt definition of `bn_new` used to use the return statement on errors, with an AVERROR

[FFmpeg-cvslog] fftool/ffplay: avoid same name in local variable

2024-01-04 Thread xufuji456
ffmpeg | branch: master | xufuji456 <839789...@qq.com> | Sat Dec 30 16:40:43 2023 +0800| [6caf34dbe0f0e406c49394c6c6552cc1345957b7] | committer: Zhao Zhili fftool/ffplay: avoid same name in local variable There is a warning in XCode:"Declaration shadows a local variable" Signed-off-by:

[FFmpeg-cvslog] avcodec/mpegutils: print axis in debug_info2

2024-01-04 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Dec 30 01:20:16 2023 +0800| [33698ef891bac5f09fe0ec26af9b24322d7594ce] | committer: Zhao Zhili avcodec/mpegutils: print axis in debug_info2 For example, ./ffmpeg -nostats -threads 1 -debug qp \ -export_side_data +venc_params \ -i

[FFmpeg-cvslog] avcodec/mpegutils: make debug_info2 thread safe

2024-01-04 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Sat Dec 30 01:20:15 2023 +0800| [bd48c08f80d225a8c7fbd7997f390018542b2c20] | committer: Zhao Zhili avcodec/mpegutils: make debug_info2 thread safe Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avcodec/videotoolbox: specify color range for hw frame ctx

2024-01-04 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Dec 29 21:22:58 2023 +0800| [7f900a737f9592f93e7cc3be1bc9b45704371ecd] | committer: Zhao Zhili avcodec/videotoolbox: specify color range for hw frame ctx Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avutil/hwcontext_videotoolbox: add frame hwctx to specify color range

2024-01-04 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Dec 29 21:22:57 2023 +0800| [5d255ba95ad260146b27422b76e8d1c34a77af36] | committer: Zhao Zhili avutil/hwcontext_videotoolbox: add frame hwctx to specify color range VideoToolbox use different identifiers for the same pixel format with different color

[FFmpeg-cvslog] avcodec/hevc_parser: fix missing zero_byte at frame beginning

2024-01-04 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Dec 27 23:30:16 2023 +0800| [0f824d792d20783fda64279ab94e16676e48c2e6] | committer: Zhao Zhili avcodec/hevc_parser: fix missing zero_byte at frame beginning The start code is matched against 0x01, zero_byte was treated as last byte of last frame

[FFmpeg-cvslog] avcodec/hevc_mp4toannexb_bsf: use HEVCNALUnitType instead of integer literal

2024-01-04 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Dec 27 20:49:23 2023 +0800| [b7ac1f9856afc7bb907d58280fea4fc033502cc6] | committer: Zhao Zhili avcodec/hevc_mp4toannexb_bsf: use HEVCNALUnitType instead of integer literal Signed-off-by: Zhao Zhili >

[FFmpeg-cvslog] avfilter/vf_codecview: fix heap buffer overflow

2024-01-04 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Fri Dec 29 05:56:43 2023 +0800| [99debe5f823f45a482e1dc08de35879aa9c74bd2] | committer: Zhao Zhili avfilter/vf_codecview: fix heap buffer overflow And improve the performance by a little bit. Signed-off-by: Zhao Zhili >