git.videolan.org Git - ffmpeg.git/rss log
FFmpeg git repo
Les articles publiés sur le site
-
tests/fate/cbs : Add hevc metadata set color test
22 mai, par Zhao Zhili -
avcodec/h2645_vui : Ensure color primaries/trc/space isn't reserved value
22 mai, par Zhao Zhiliavcodec/h2645_vui: Ensure color primaries/trc/space isn't reserved value Fix error reported by swscaler: Unsupported input (Operation not supported): fmt:yuv420p csp:unknown prim:reserved trc:bt709 -> fmt:yuv420p csp:bt709 prim:reserved trc:bt709 Signed-off-by: Zhao Zhili <zhilizhao@tencent.com>
-
avfilter/vf_interlace_vulkan : fix FPS and PTS calculation
21 mai, par Niklas Haasavfilter/vf_interlace_vulkan: fix FPS and PTS calculation ol->frame_rate is 0/0, so we need to calcalute the correct value based on the il->frame_rate instead. Also adjust the time base, PTS and frame_duration values accordingly. (Logic taken from vf_tinterlace.c)
-
avcodec/mpeg4videodec : Use union to save space
21 mai, par Andreas Rheinhardt -
avcodec/x86/vp9 : Add AVX-512ICL for 16x16 and 32x32 10bpc inverse transforms
21 mai, par Henrik Gramner