[FFmpeg-cvslog] avfilter: inherit input color range for videotoolbox filters

2024-08-23 Thread Gnattu OC
ffmpeg | branch: master | Gnattu OC | Fri Aug 16 10:06:37 2024 +0800| [30f090b4f8f73a05917cec914d3f7340f749bf9e] | committer: Zhao Zhili avfilter: inherit input color range for videotoolbox filters The color range should be set to match the input when creating the VideoToolbox context. Otherwis

[FFmpeg-cvslog] fftools/ffplay: handle flip in display matrix

2024-08-23 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Thu Aug 1 17:22:53 2024 +0800| [523189c74431a74312f94554cbff079cc7f0f0ff] | committer: Zhao Zhili fftools/ffplay: handle flip in display matrix Signed-off-by: Zhao Zhili > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=523189c74431a74312f945

[FFmpeg-cvslog] avcodec/filter_units: Fix extradata and packets can have different bitstream format

2024-08-23 Thread Zhao Zhili
ffmpeg | branch: master | Zhao Zhili | Wed Aug 14 21:32:30 2024 +0800| [40dda881d6ad761b4589c3078b925e0d849546b3] | committer: Zhao Zhili avcodec/filter_units: Fix extradata and packets can have different bitstream format Filter init can change extradata from avcc/hvcc to annexb format. With